Home
last modified time | relevance | path

Searched refs:cpw (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/dports/japanese/kinput2/kinput2-v3.1/lib/
H A DCandPanel.c218 if (r1 > cpw->cpanel.nrows) r1 = cpw->cpanel.nrows;
382 cpw->cpanel.maxwidth = MaxWidth(cpw);
383 Layout(cpw, cpw->core.width == 0, cpw->core.height == 0);
388 GetInvGC(cpw) in GetInvGC() argument
476 MaxWidth(cpw) in MaxWidth() argument
515 (cpw->cpanel.maxwidth + cpw->cpanel.hspace);
631 XFillRectangle(XtDisplay(cpw), XtWindow(cpw), cpw->cpanel.invgc, x, y,
663 cpw->cpanel.maxwidth = MaxWidth(cpw);
681 ToggleHighlight(cpw, cpw->cpanel.current);
699 col = cpw->cpanel.current % cpw->cpanel.ncolumns;
[all …]
H A DAuxPanel.c168 GetInvGC(cpw);
180 if (cpw->cpanel.invgc != NULL) XtReleaseGC(w, cpw->cpanel.invgc);
377 Layout(cpw, cpw->core.width == 0, cpw->core.height == 0);
382 GetInvGC(cpw) in GetInvGC() argument
383 AuxPanelWidget cpw; in GetInvGC()
397 AuxPanelWidget cpw; in ComputeSize()
424 height = cpw->cpanel.fontheight + cpw->cpanel.vspace;
431 AuxPanelWidget cpw; in Layout()
446 if (width != cpw->core.width || height != cpw->core.height) {
462 AuxPanelWidget cpw; in allocDisplaySegments()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/dejagnu/krb-standalone/
H A Dpwhist.exp45 proc cpw { pname pw } { procedure
48 return [onerq cpw $pname \
139 chkpass { cpw crash 2222 }
140 chkfail { cpw crash 2222 }
141 chkfail { cpw crash 1111 }
152 chkpass { cpw crash 3333 }
160 chkpass { cpw crash 2222 }
161 chkfail { cpw crash 2222 }
162 chkfail { cpw crash 1111 }
170 chkpass { cpw crash 3333 }
[all …]
/dports/security/krb5/krb5-1.19.2/src/tests/dejagnu/krb-standalone/
H A Dpwhist.exp45 proc cpw { pname pw } { procedure
48 return [onerq cpw $pname \
139 chkpass { cpw crash 2222 }
140 chkfail { cpw crash 2222 }
141 chkfail { cpw crash 1111 }
152 chkpass { cpw crash 3333 }
160 chkpass { cpw crash 2222 }
161 chkfail { cpw crash 2222 }
162 chkfail { cpw crash 1111 }
170 chkpass { cpw crash 3333 }
[all …]
/dports/sysutils/symon/symon-2.88/platform/Linux/
H A Dsm_cpuiow.c72 snprintf(st->parg.cpw.name, sizeof(st->parg.cpw.name), "cpu%s", st->arg); in init_cpuiow()
74 snprintf(st->parg.cpw.name, sizeof(st->parg.cpw.name), "cpu"); in init_cpuiow()
123 if ((line = strstr(cpw_buf, st->parg.cpw.name)) == NULL) { in get_cpuiow()
124 warning("could not find %s", st->parg.cpw.name); in get_cpuiow()
128 line += strlen(st->parg.cpw.name); in get_cpuiow()
153 percentages(CPUSTATES, st->parg.cpw.states, st->parg.cpw.time, in get_cpuiow()
154 st->parg.cpw.old, st->parg.cpw.diff); in get_cpuiow()
157 (double) (st->parg.cpw.states[CP_USER] / 10.0), in get_cpuiow()
159 (double) (st->parg.cpw.states[CP_SYS] / 10.0), in get_cpuiow()
160 (double) (st->parg.cpw.states[CP_HARDIRQ] + in get_cpuiow()
[all …]
/dports/sysutils/istio/istio-1.6.7/pilot/pkg/model/
H A Denvoyfilter.go71 cpw := &EnvoyFilterConfigPatchWrapper{
77 cpw.Value, _ = xds.BuildXDSObjectFromStruct(cp.ApplyTo, cp.Patch.Value)
80 cpw.Match = &networking.EnvoyFilter_EnvoyConfigObjectMatch{Context: networking.EnvoyFilter_ANY}
86 cpw.ProxyPrefixMatch = prefix
90 cpw.ProxyVersionRegex, _ = regexp.Compile(cp.Match.Proxy.ProxyVersion)
97 if cpw.Operation == networking.EnvoyFilter_Patch_INSERT_AFTER ||
98 cpw.Operation == networking.EnvoyFilter_Patch_INSERT_BEFORE ||
99 cpw.Operation == networking.EnvoyFilter_Patch_INSERT_FIRST {
103 …if cpw.ApplyTo != networking.EnvoyFilter_HTTP_FILTER && cpw.ApplyTo != networking.EnvoyFilter_NETW…
104 cpw.Operation = networking.EnvoyFilter_Patch_ADD
[all …]
/dports/security/cyrus-sasl2/cyrus-sasl-2.1.28/saslauthd/
H A Dauth_shadow.c117 char *cpw; /* pointer to crypt() result */ in auth_shadow() local
223 cpw = crypt_r(password, sp->sp_pwdp, &cdata); in auth_shadow()
225 cpw = crypt(password, sp->sp_pwdp); in auth_shadow()
227 if (!cpw || strcmp(sp->sp_pwdp, (const char *)cpw)) { in auth_shadow()
235 sp->sp_pwdp, cpw); in auth_shadow()
300 …if (!(cpw = crypt(password, upw->upw_passwd)) || (strcmp(upw->upw_passwd, (const char *)cpw) != 0)… in auth_shadow()
/dports/security/cyrus-sasl2-gssapi/cyrus-sasl-2.1.28/saslauthd/
H A Dauth_shadow.c117 char *cpw; /* pointer to crypt() result */ in auth_shadow() local
223 cpw = crypt_r(password, sp->sp_pwdp, &cdata); in auth_shadow()
225 cpw = crypt(password, sp->sp_pwdp); in auth_shadow()
227 if (!cpw || strcmp(sp->sp_pwdp, (const char *)cpw)) { in auth_shadow()
235 sp->sp_pwdp, cpw); in auth_shadow()
300 …if (!(cpw = crypt(password, upw->upw_passwd)) || (strcmp(upw->upw_passwd, (const char *)cpw) != 0)… in auth_shadow()
/dports/security/cyrus-sasl2-ldapdb/cyrus-sasl-2.1.28/saslauthd/
H A Dauth_shadow.c117 char *cpw; /* pointer to crypt() result */ in auth_shadow() local
223 cpw = crypt_r(password, sp->sp_pwdp, &cdata); in auth_shadow()
225 cpw = crypt(password, sp->sp_pwdp); in auth_shadow()
227 if (!cpw || strcmp(sp->sp_pwdp, (const char *)cpw)) { in auth_shadow()
235 sp->sp_pwdp, cpw); in auth_shadow()
300 …if (!(cpw = crypt(password, upw->upw_passwd)) || (strcmp(upw->upw_passwd, (const char *)cpw) != 0)… in auth_shadow()
/dports/security/cyrus-sasl2-saslauthd/cyrus-sasl-2.1.28/saslauthd/
H A Dauth_shadow.c117 char *cpw; /* pointer to crypt() result */ in auth_shadow() local
223 cpw = crypt_r(password, sp->sp_pwdp, &cdata); in auth_shadow()
225 cpw = crypt(password, sp->sp_pwdp); in auth_shadow()
227 if (!cpw || strcmp(sp->sp_pwdp, (const char *)cpw)) { in auth_shadow()
235 sp->sp_pwdp, cpw); in auth_shadow()
300 …if (!(cpw = crypt(password, upw->upw_passwd)) || (strcmp(upw->upw_passwd, (const char *)cpw) != 0)… in auth_shadow()
/dports/security/cyrus-sasl2-sql/cyrus-sasl-2.1.28/saslauthd/
H A Dauth_shadow.c117 char *cpw; /* pointer to crypt() result */ in auth_shadow() local
223 cpw = crypt_r(password, sp->sp_pwdp, &cdata); in auth_shadow()
225 cpw = crypt(password, sp->sp_pwdp); in auth_shadow()
227 if (!cpw || strcmp(sp->sp_pwdp, (const char *)cpw)) { in auth_shadow()
235 sp->sp_pwdp, cpw); in auth_shadow()
300 …if (!(cpw = crypt(password, upw->upw_passwd)) || (strcmp(upw->upw_passwd, (const char *)cpw) != 0)… in auth_shadow()
/dports/security/cyrus-sasl2-srp/cyrus-sasl-2.1.28/saslauthd/
H A Dauth_shadow.c117 char *cpw; /* pointer to crypt() result */ in auth_shadow() local
223 cpw = crypt_r(password, sp->sp_pwdp, &cdata); in auth_shadow()
225 cpw = crypt(password, sp->sp_pwdp); in auth_shadow()
227 if (!cpw || strcmp(sp->sp_pwdp, (const char *)cpw)) { in auth_shadow()
235 sp->sp_pwdp, cpw); in auth_shadow()
300 …if (!(cpw = crypt(password, upw->upw_passwd)) || (strcmp(upw->upw_passwd, (const char *)cpw) != 0)… in auth_shadow()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/sasl2-sys-0.1.12/sasl2/saslauthd/
H A Dauth_shadow.c117 char *cpw; /* pointer to crypt() result */ in auth_shadow() local
223 cpw = crypt_r(password, sp->sp_pwdp, &cdata); in auth_shadow()
225 cpw = crypt(password, sp->sp_pwdp); in auth_shadow()
227 if (!cpw || strcmp(sp->sp_pwdp, (const char *)cpw)) { in auth_shadow()
235 sp->sp_pwdp, cpw); in auth_shadow()
300 …if (!(cpw = crypt(password, upw->upw_passwd)) || (strcmp(upw->upw_passwd, (const char *)cpw) != 0)… in auth_shadow()
/dports/security/cvm/cvm-0.97/
H A Dsql-auth.c61 const char* cpw; in cvm_module_authenticate() local
66 cpw = sql_get_field(0); in cvm_module_authenticate()
67 if (cpw == 0 || cpw[0] == 0) return CVME_PERMFAIL; in cvm_module_authenticate()
70 switch (pwcmp_check(cvm_module_credentials[CVM_CRED_PASSWORD].s, cpw)) { in cvm_module_authenticate()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/pgscript/utilities/m_apm/
H A Dmapm_fpf.cpp224 char *cpw, *cpd, sbuf[128]; in m_apm_to_fixpt_string() local
300 cpw = (char *)vp; in m_apm_to_fixpt_string()
304 cpw = sbuf; in m_apm_to_fixpt_string()
326 cpw[ii++] = numdiv + '0'; in m_apm_to_fixpt_string()
327 cpw[ii++] = numrem + '0'; in m_apm_to_fixpt_string()
348 memset(&cpw[ii], '0', kk); in m_apm_to_fixpt_string()
360 cpd[jj++] = cpw[kk]; in m_apm_to_fixpt_string()
374 cpd[jj++] = cpw[kk]; in m_apm_to_fixpt_string()
/dports/textproc/zorba/zorba-2.7.0/src/zorbatypes/mapm/
H A Dmapm_fpf.c254 char *cpw, *cpd, sbuf[128]; in m_apm_to_fixpt_string() local
330 cpw = (char *)vp; in m_apm_to_fixpt_string()
334 cpw = sbuf; in m_apm_to_fixpt_string()
356 cpw[ii++] = numdiv + '0'; in m_apm_to_fixpt_string()
357 cpw[ii++] = numrem + '0'; in m_apm_to_fixpt_string()
378 memset(&cpw[ii], '0', kk); in m_apm_to_fixpt_string()
390 cpd[jj++] = cpw[kk]; in m_apm_to_fixpt_string()
404 cpd[jj++] = cpw[kk]; in m_apm_to_fixpt_string()
/dports/devel/asl/asl-current/tests/t_st9/
H A Dt_st9.asm335 cpw rr4,rr12
337 cpw rr6,RR22
338 cpw RR70,rr10
339 cpw (r7),RR32
340 cpw (r7),rr10
341 cpw RR32,(r5)
342 cpw rr6,(r12)
344 cpw rr12,(rr4)
345 cpw RR12,(rr4)
353 cpw rr2,1234h
[all …]
/dports/games/xinfocom/xinfocom/
H A Dmessage.c364 int cpw = plus ? PLUS_CHARS_PER_WORD : STD_CHARS_PER_WORD; in encode() local
368 while(count < cpw) in encode()
374 while(count < cpw) in encode()
383 if(count < cpw) in encode()
390 if(count < cpw) data[count++] = ch >> 5; in encode()
391 if(count < cpw) data[count++] = ch & 0x1F; in encode()
/dports/lang/sdcc/sdcc-4.0.0/sdas/asstm8/
H A Dtst8.asm40 cpw x,(abyt,sp) ; 13 10
230 cpw x,abyt ; B3 10
306 cpw y,(x) ; F3
688 cpw x,(y) ; 90 F3
1176 cpw y,(x) ; F3
1558 cpw x,(y) ; 90 F3
2048 cpw y,(x) ; F3
2430 cpw x,(y) ; 90 F3
2923 cpw y,(x) ; F3
3305 cpw x,(y) ; 90 F3
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTraceRepository.hpp60 void write(JfrCheckpointWriter& cpw) const;
121 void write(JfrCheckpointWriter& cpw) const;
137 static void write_metadata(JfrCheckpointWriter& cpw);
148 traceid write(JfrCheckpointWriter& cpw, traceid id, unsigned int hash);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/stacktrace/
H A DjfrStackTraceRepository.hpp60 void write(JfrCheckpointWriter& cpw) const;
122 void write(JfrCheckpointWriter& cpw) const;
138 static void write_metadata(JfrCheckpointWriter& cpw);
152 traceid write(JfrCheckpointWriter& cpw, traceid id, unsigned int hash);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/jfr/recorder/stacktrace/
H A DjfrStackTraceRepository.hpp60 void write(JfrCheckpointWriter& cpw) const;
122 void write(JfrCheckpointWriter& cpw) const;
138 static void write_metadata(JfrCheckpointWriter& cpw);
152 traceid write(JfrCheckpointWriter& cpw, traceid id, unsigned int hash);
/dports/devel/asl/asl-current/tests/t_stm8/
H A Dt_stm8.asm161 cpw x,#$10 ; A3 00 10
163 cpw x,$10 ; B3 10
165 cpw x,$1000 ; C3 10 00
167 cpw x,(y) ; 90 F3
169 cpw x,($10,y) ; 90 E3 10
173 cpw x,($10,sp) ; 13 10
175 cpw x,[$10.w] ; 92 C3 10
184 cpw y,$10 ; 90 B3 10
188 cpw y,(x) ; F3
190 cpw y,($10,x) ; E3 10
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/jfr/recorder/stacktrace/
H A DjfrStackTraceRepository.hpp58 static void write_metadata(JfrCheckpointWriter& cpw);
59 traceid write(JfrCheckpointWriter& cpw, traceid id, unsigned int hash);
/dports/databases/proftpd-mod_sql_postgres/proftpd-1.3.7c/modules/
H A Dmod_auth_unix.c492 char *cpw = NULL; in get_pwd_info() local
504 cpw = pstrdup(p, sp->sp_pwdp); in get_pwd_info()
553 cpw = pstrdup(p, pw->pw_passwd); in get_pwd_info()
592 return cpw; in get_pwd_info()
599 char *cpw = NULL; in get_pwd_info() local
634 cpw = pstrdup(p, pw->pw_passwd); in get_pwd_info()
703 return cpw; in get_pwd_info()
868 const char *cpw = cmd->argv[0]; in pw_check() local
884 if (strcmp(bigcrypt((char *) pw, (char *) cpw), cpw) != 0) { in pw_check()
1058 crypted_text = (char *) crypt(pw, cpw); in pw_check()
[all …]

12345678910>>...13