HomeSort by: relevance | last modified time | path
    Searched refs:c2 (Results 1 - 25 of 144) sorted by relevancy

1 2 3 4 5 6

  /src/distrib/utils/libhack/
strcasecmp.c 16 unsigned char c1, c2; local in function:strcasecmp
20 c2 = *s2++;
23 if (c2 >= 'A' && c2 <= 'Z')
24 c2 += 'a' - 'A';
25 } while (c1 == c2 && c1 != 0 && c2 != 0);
27 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
  /src/lib/libc/citrus/
citrus_bcs.c 54 int c1 = 1, c2 = 1; local in function:_citrus_bcs_strcasecmp
56 while (c1 && c2 && c1 == c2) {
58 c2 = _bcs_toupper(*str2++);
61 return ((c1 == c2) ? 0 : ((c1 > c2) ? 1 : -1));
71 int c1 = 1, c2 = 1; local in function:_citrus_bcs_strncasecmp
73 while (c1 && c2 && c1 == c2 && sz != 0) {
75 c2 = _bcs_toupper(*str2++)
    [all...]
  /src/common/lib/libc/string/
consttime_memequal.c 21 const unsigned char *c1 = b1, *c2 = b2; local in function:__weak_alias
25 res |= *c1++ ^ *c2++;
memcmp.c 89 const unsigned char *c1, *c2; local in function:memcmp
111 c2 = (const unsigned char *)b2;
114 c2 = (const unsigned char *)s2;
119 if (*c1++ != *c2++)
120 return *--c1 - *--c2;
bcmp.c 89 const unsigned char *c1, *c2; local in function:bcmp
109 c2 = (const unsigned char *)b2;
112 c2 = (const unsigned char *)s2;
117 if (*c1++ != *c2++)
  /src/usr.sbin/sa/
main.c 406 struct cmdinfo c1, c2; local in function:cmp_usrsys
410 memcpy(&c2, d2->data, sizeof(c2));
413 t2 = c2.ci_utime + c2.ci_stime;
418 return (cmp_comm(c1.ci_comm, c2.ci_comm));
427 struct cmdinfo c1, c2; local in function:cmp_avgusrsys
431 memcpy(&c2, d2->data, sizeof(c2));
436 t2 = c2.ci_utime + c2.ci_stime
451 struct cmdinfo c1, c2; local in function:cmp_dkio
468 struct cmdinfo c1, c2; local in function:cmp_avgdkio
489 struct cmdinfo c1, c2; local in function:cmp_cpumem
506 struct cmdinfo c1, c2; local in function:cmp_avgcpumem
531 struct cmdinfo c1, c2; local in function:cmp_calls
    [all...]
  /src/lib/libtelnet/
genget.c 56 char c1, c2; local in function:isprefix
62 c2 = *s2;
63 while (LOWER(c1) == LOWER(c2)) {
67 c2 = *++s2;
  /src/tests/usr.bin/xlint/lint1/
msg_210.c 29 C c2 = D1; variable in typeref:typename:C
  /src/usr.sbin/mtree/
specspec.c 196 NODE *c1, *c2, *n1, *n2; local in function:walk_in_the_forest
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 = NULL
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
gk20a.h 31 int c2; member in struct:cvb_coef
  /src/games/sail/
dr_5.c 74 int c1, c2, c3; local in function:mensent
89 c2 = (men%100)/10 ? crew[1] : 0;
93 c1 = c2 = c3 = 0;
94 return(c1 + c2 + c3);
  /src/sys/external/bsd/acpica/dist/utilities/
utnonansi.c 257 int c2; local in function:AcpiUtStricmp
263 c2 = tolower ((int) *String2);
268 while ((c1 == c2) && (c1));
270 return (c1 - c2);
  /src/usr.bin/deroff/
deroff.c 168 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF))
169 #define frommac(src, c1, c2) (((c1)=((src)>>8)&0xFF),((c2) =(src)&0xFF), __USE(c1), __USE(c2))
187 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func}
553 int c1, c2; local in function:eqn
585 (c2 = C1) == '\n' ||
586 (c1 == 'o' && c2 == 'f' && C1=='f'))
732 int c2; local in function:refer
1038 int c1,c2; local in function:noblock
1207 int c1, c2; local in function:PP
1231 int c1, c2; local in function:SH
1272 int c1, c2; local in function:MMHU
1289 int c1, c2; local in function:mesnblock
1299 int c1, c2; local in function:mssnblock
1394 int c1, c2; local in function:defcomline
1437 int c2; local in function:comline
    [all...]
  /src/games/fortune/strfile/
strfile.c 383 int c1, c2; local in function:cmp_str
393 c2 = p2->first;
394 if (c1 != c2)
395 return c1 - c2;
404 while (!isalnum(c2 = getc(Sort_2)) && c2 != '\0')
405 SET_N(n2, c2);
407 while (!IS_END(c1, n1) && !IS_END(c2, n2)) {
411 if (isupper(c2))
412 c2 = tolower(c2)
    [all...]
  /src/usr.bin/telnet/
defines.h 37 #define NET2ADD(c1,c2) { NETADD((c1)); NETADD((c2)); }
  /src/lib/libcrypt/
bcrypt.c 109 u_int8_t c1, c2, c3, c4; local in function:decode_base64
112 c2 = CHAR64(*(p + 1));
115 if (c1 == 255 || c2 == 255)
118 *bp++ = ((u_int32_t)c1 << 2) | (((u_int32_t)c2 & 0x30) >> 4);
126 *bp++ = (((u_int32_t)c2 & 0x0f) << 4) | (((uint32_t)c3 & 0x3c) >> 2);
326 u_int8_t c1, c2; local in function:encode_base64
335 c2 = *p++;
336 c1 |= ((u_int32_t)c2 >> 4) & 0x0f;
338 c1 = (c2 & 0x0f) << 2;
343 c2 = *p++
    [all...]
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_cache.c 58 int c1, c2; local in function:check_cache
63 c2 = strlen(User_cache[i].cpw);
64 if ((!c1 && !c2) ||
pcnfsd_v1.c 77 int c1, c2; local in function:pcnfsd_auth_1_svc
103 c2 = strlen(p->pw_passwd);
104 if ((c1 && !c2) || (c2 && !c1) ||
  /src/sys/external/isc/libsodium/dist/test/default/
secretstream.c 13 unsigned char *c1, *c2, *c3, *csave; local in function:main
36 c2 = (unsigned char *)
75 (state, c2, NULL, m2, m2_len, ad, 0, 0);
98 c2, m2_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0);
127 c2, m2_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0);
133 (state, m2, NULL, &tag, c2,
138 (state, m2, NULL, &tag, c2, 0, NULL, 0);
144 (state, m2, NULL, &tag, c2,
156 (state, c2, NULL, m2, m2_len, NULL, 0, 0);
167 c2, m2_len + crypto_secretstream_xchacha20poly1305_ABYTES, NULL, 0)
    [all...]
  /src/lib/libc/gen/
fnmatch.c 77 char c, c2; local in function:rangematch
101 && (c2 = FOLDCASE(*(pattern + 1), flags)) != EOS &&
102 c2 != ']') {
104 if (c2 == '\\' && !(flags & FNM_NOESCAPE))
105 c2 = FOLDCASE(*pattern++, flags);
106 if (c2 == EOS)
108 if (c <= test && test <= c2)
  /src/sys/arch/vax/include/
macros.h 164 strcat(char *cp, const char *c2)
172 : "r" (cp), "r" (c2)
178 strncat(char *cp, const char *c2, size_t count)
186 : "r" (cp), "r" (c2), "g"(count)
192 strcpy(char *cp, const char *c2)
199 : "r" (cp), "r" (c2)
205 strncpy(char *cp, const char *c2, size_t len)
215 : "r" (cp), "r" (c2), "g"(len)
236 strcmp(const char *cp, const char *c2)
251 : "r" (cp), "r" (c2)
    [all...]
  /src/sys/arch/evbarm/imx31/
imx31lk_start.S 57 mrc p15, 0, r0, c2, c0, 0 /* L1 table addr into r0 */
59 mcr p15, 0, r0, c2, c0, 1 /* copy it to TTBR1 */
61 mcr p15, 0, r3, c2, c0, 2 /* set TTBCR to enable TTBR1 */
  /src/sys/arch/x68k/include/
opmreg.h 58 struct opm_operator c2; member in struct:opm_voice
  /src/sys/arch/arm/arm/
cpufunc_asm_sa11x0.S 89 mcr p15, 0, r0, c15, c2, 2 /* disable clock switching */
113 mcr p15, 0, r0, c2, c0, 0
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
qcom-ipq4019-ap.dk07.1-c2.dts 7 model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1-C2";
8 compatible = "qcom,ipq4019-ap-dk07.1-c2";

Completed in 20 milliseconds

1 2 3 4 5 6