Searched refs:c2 (Results 1 - 25 of 237) sorted by relevance

12345678910

/freebsd-10.0-release/contrib/binutils/libiberty/
H A Dfilename_cmp.c59 int c2 = TOLOWER (*s2);
64 if (c2 == '/')
65 c2 = '\\';
67 if (c1 != c2)
68 return (c1 - c2);
/freebsd-10.0-release/lib/libc/string/
H A Dwcscasecmp.c36 wchar_t c1, c2; local
40 c2 = towlower(*s2);
41 if (c1 != c2)
42 return ((int)c1 - c2);
H A Dwcsncasecmp.c36 wchar_t c1, c2; local
42 c2 = towlower(*s2);
43 if (c1 != c2)
44 return ((int)c1 - c2);
/freebsd-10.0-release/lib/libc/iconv/
H A Dcitrus_bcs.c45 int c1, c2; local
47 c1 = c2 = 1;
49 while (c1 && c2 && c1 == c2) {
51 c2 = _bcs_toupper(*str2++);
54 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
64 int c1, c2; local
66 c1 = c2 = 1;
68 while (c1 && c2
[all...]
/freebsd-10.0-release/contrib/opie/libopie/
H A Dkeycrunch.c41 char *c2 = c; local
44 while(*c2 = *(secret++)) c2++;
47 if (isspace(*(c2++) = tolower(*(seed++))))
51 strcpy(c2, secret);
59 char *c2 = c; local
60 while(*c2)
61 *(c2++) = 0;
H A Dreadrec.c46 char *c, *c2; local
48 if (!(c2 = strchr(opie->opie_principal = opie->opie_buf, ' ')))
51 while(*c2 == ' ') c2++;
52 *(c2 - 1) = 0;
54 if (!(c2 = strchr(c = c2, ' ')))
57 *(c2++) = 0;
68 if (!(c2 = strchr(opie->opie_seed = c2, ' ')))
[all...]
H A Dunlock.c48 char buffer[128], *c, *c2; variable
70 if (!(c2 = strchr(c, '\n')))
73 *(c2++) = 0;
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c271 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
272 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
273 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
274 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
282 #define mul_add_c(a,b,c0,c1,c2) { \
287 c1 += t2; c2
352 BN_ULONG c1,c2,c3; local
456 BN_ULONG c1,c2,c3; local
496 BN_ULONG c1,c2,c3; local
572 BN_ULONG c1,c2,c3; local
[all...]
H A Ds390x.S330 #define c2 %r5 define
333 #define mul_add_c(ai,bi,c1,c2,c3) \
337 alcgr c2,%r6; \
348 lghi c2,0
352 mul_add_c(0,0,c1,c2,c3);
356 mul_add_c(0,1,c2,c3,c1);
357 mul_add_c(1,0,c2,c3,c1);
358 stg c2,1*8(%r2)
359 lghi c2,0
361 mul_add_c(2,0,c3,c1,c2);
[all...]
H A Dco-586.pl18 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
38 &adc($c2,0);
46 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
67 &adc($c2,0);
75 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
94 &adc($c2,0);
99 &adc($c2,0);
108 local($a,$b,$c0,$c1,$c2);
116 $c2="ebp";
148 &xor($c2,
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/
H A Dbn_asm.c436 /* mul_add_c(a,b,c0,c1,c2) -- c+=a*b for three word number c=(c2,c1,c0) */
437 /* mul_add_c2(a,b,c0,c1,c2) -- c+=2*a*b for three word number c=(c2,c1,c0) */
438 /* sqr_add_c(a,i,c0,c1,c2) -- c+=a[i]^2 for three word number c=(c2,c1,c0) */
439 /* sqr_add_c2(a,i,c0,c1,c2) -- c+=2*a[i]*a[j] for three word number c=(c2,c1,c0) */
446 #define mul_add_c(a,b,c0,c1,c2) \
451 c1=(c1+t2)&BN_MASK2; if ((c1) < t2) c2
569 BN_ULONG c1,c2,c3; local
678 BN_ULONG c1,c2,c3; local
723 BN_ULONG c1,c2,c3; local
804 BN_ULONG c1,c2,c3; local
[all...]
/freebsd-10.0-release/usr.sbin/sa/
H A Dmain.c397 struct cmdinfo c1, c2; local
401 memcpy(&c2, d2->data, sizeof(c2));
404 t2 = c2.ci_utime + c2.ci_stime;
409 return (cmp_comm(c1.ci_comm, c2.ci_comm));
418 struct cmdinfo c1, c2; local
422 memcpy(&c2, d2->data, sizeof(c2));
427 t2 = c2
442 struct cmdinfo c1, c2; local
459 struct cmdinfo c1, c2; local
480 struct cmdinfo c1, c2; local
497 struct cmdinfo c1, c2; local
522 struct cmdinfo c1, c2; local
[all...]
/freebsd-10.0-release/lib/libc/locale/
H A Dcollcmp.c43 int __collate_range_cmp(struct xlocale_collate *table, int c1, int c2) argument
48 s2[0] = c2;
/freebsd-10.0-release/contrib/groff/src/libs/libgroff/
H A Dstrcasecmp.c47 unsigned char c1, c2; local
55 c2 = TOLOWER (*p2);
63 while (c1 == c2);
65 return c1 - c2;
/freebsd-10.0-release/contrib/telnet/libtelnet/
H A Dgenget.c60 char c1, c2; local
66 c2 = *s2;
67 while (LOWER(c1) == LOWER(c2)) {
71 c2 = *++s2;
/freebsd-10.0-release/crypto/heimdal/appl/telnet/libtelnet/
H A Dgenget.c56 char c1, c2; local
62 c2 = *s2;
63 while (tolower((unsigned char)c1) == tolower((unsigned char)c2)) {
67 c2 = *++s2;
/freebsd-10.0-release/tools/test/sort/bigtest/
H A Dkcmd213 for c2 in 0 1 2 3 4 5 10 15 20 25 30
215 echo ${LANG} ${KEYS} ${f1} ${c1} ${f2} ${c2}
217 ${BSDSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik1
220 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} crash >> test.log
223 ${GNUSORT} ${KEYS} +${f1}.${c1} -${f2}.${c2} ${INPUT_FILE} -o siks/sik2
224 if ! ${FILECMP} siks/sik1 siks/sik2 >siks/res.${f1}.${c1}.${f2}.${c2} 2>&1 ; then
225 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} error +- >> test.log
227 ${BSDSORT} -c ${KEYS} +${f1}.${c1} -${f2}.${c2} siks/sik1
230 echo ${LANG} ${KEYS} +${f1}.${c1} -${f2}.${c2} -c error +- >> test.log
232 rm siks/res.${f1}.${c1}.${f2}.${c2}
[all...]
/freebsd-10.0-release/crypto/openssl/crypto/bn/asm/x86/
H A Dcomba.pl6 local($a,$ai,$b,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
26 &adc($c2,0);
34 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
55 &adc($c2,0);
63 local($r,$a,$ai,$bi,$c0,$c1,$c2,$pos,$i,$na,$nb)=@_;
82 &adc($c2,0);
87 &adc($c2,0);
96 local($a,$b,$c0,$c1,$c2);
104 $c2="ebp";
136 &xor($c2,
[all...]
/freebsd-10.0-release/contrib/mtree/
H A Dspecspec.c196 NODE *c1, *c2, *n1, *n2; local
206 c2 = t2->child;
208 c2 = NULL;
209 while (c1 != NULL || c2 != NULL) {
213 if (c2 != NULL)
214 n2 = c2->next;
215 if (c1 != NULL && c2 != NULL) {
216 if (c1->type != F_DIR && c2->type == F_DIR) {
217 n2 = c2;
218 c2
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dfnmatch.c145 char c, c2; local
163 && (c2 = *(pattern+1)) != EOS && c2 != ']') {
165 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
166 c2 = *pattern++;
167 if (c2 == EOS)
169 if (c <= test && test <= c2)
/freebsd-10.0-release/usr.sbin/mtree/
H A Dspecspec.c179 NODE *c1, *c2, *n1, *n2; local
189 c2 = t2->child;
191 c2 = NULL;
192 while (c1 != NULL || c2 != NULL) {
196 if (c2 != NULL)
197 n2 = c2->next;
198 if (c1 != NULL && c2 != NULL) {
199 if (c1->type != F_DIR && c2->type == F_DIR) {
200 n2 = c2;
201 c2
[all...]
/freebsd-10.0-release/usr.bin/sort/
H A Dvsort.c116 cmp_chars(wchar_t c1, wchar_t c2) argument
119 if (c1 == c2)
124 if (c2 == L'~')
128 return ((isdigit_clocale(c2) || !c2) ? 0 : -1);
130 if (isdigit_clocale(c2) || !c2)
134 return ((isalpha_clocale(c2)) ? ((int) c1 - (int) c2) : -1);
136 if (isalpha_clocale(c2))
154 wchar_t c1, c2; local
204 wchar_t c1, c2; local
[all...]
/freebsd-10.0-release/sys/libkern/
H A Dfnmatch.c160 char c, c2; local
195 && (c2 = *(pattern+1)) != EOS && c2 != ']') {
197 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
198 c2 = *pattern++;
199 if (c2 == EOS)
203 c2 = tolower((unsigned char)c2);
205 if (c <= test && test <= c2)
/freebsd-10.0-release/usr.bin/csup/
H A Dfnmatch.c155 char c, c2; local
180 && (c2 = *(pattern+1)) != EOS && c2 != ']') {
182 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
183 c2 = *pattern++;
184 if (c2 == EOS)
188 c2 = tolower((unsigned char)c2);
191 (unsigned char)test <= (unsigned char)c2)
/freebsd-10.0-release/contrib/sendmail/libsm/
H A Dmatch.c51 char c, c2; local
110 c2 = *pat++;
111 if (*str >= c && *str <= c2)

Completed in 294 milliseconds

12345678910