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

1 2 3 4 5 6

  /src/distrib/utils/libhack/
strcasecmp.c 16 unsigned char c1, c2; local in function:strcasecmp
19 c1 = *s1++;
21 if (c1 >= 'A' && c1 <= 'Z')
22 c1 += '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) {
57 c1 = _bcs_toupper(*str1++);
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) {
74 c1 = _bcs_toupper(*str1++)
    [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
110 c1 = (const unsigned char *)b1;
113 c1 = (const unsigned char *)s1;
119 if (*c1++ != *c2++)
120 return *--c1 - *--c2;
bcmp.c 89 const unsigned char *c1, *c2; local in function:bcmp
108 c1 = (const unsigned char *)b1;
111 c1 = (const unsigned char *)s1;
117 if (*c1++ != *c2++)
  /src/lib/libtelnet/
genget.c 56 char c1, c2; local in function:isprefix
61 c1 = *s1;
63 while (LOWER(c1) == LOWER(c2)) {
64 if (c1 == '\0')
66 c1 = *++s1;
  /src/usr.sbin/sa/
main.c 406 struct cmdinfo c1, c2; local in function:cmp_usrsys
409 memcpy(&c1, d1->data, sizeof(c1));
412 t1 = c1.ci_utime + c1.ci_stime;
418 return (cmp_comm(c1.ci_comm, c2.ci_comm));
427 struct cmdinfo c1, c2; local in function:cmp_avgusrsys
430 memcpy(&c1, d1->data, sizeof(c1));
433 t1 = c1.ci_utime + c1.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/tests/usr.bin/xlint/lint1/
msg_210.c 17 C1
27 C c1 = C1; variable in typeref:typename:C
  /src/usr.sbin/mtree/
specspec.c 196 NODE *c1, *c2, *n1, *n2; local in function:walk_in_the_forest
202 c1 = t1->child;
204 c1 = NULL;
209 while (c1 != NULL || c2 != NULL) {
211 if (c1 != NULL)
212 n1 = c1->next;
215 if (c1 != NULL && c2 != NULL) {
216 if (c1->type != F_DIR && c2->type == F_DIR) {
219 } else if (c1->type == F_DIR && c2->type != F_DIR) {
220 n1 = c1;
    [all...]
  /src/sys/external/bsd/acpica/dist/utilities/
utnonansi.c 256 int c1; local in function:AcpiUtStricmp
262 c1 = tolower ((int) *String1);
268 while ((c1 == c2) && (c1));
270 return (c1 - c2);
  /src/lib/libcrypt/
bcrypt.c 109 u_int8_t c1, c2, c3, c4; local in function:decode_base64
111 c1 = CHAR64(*p);
115 if (c1 == 255 || c2 == 255)
118 *bp++ = ((u_int32_t)c1 << 2) | (((u_int32_t)c2 & 0x30) >> 4);
326 u_int8_t c1, c2; local in function:encode_base64
328 c1 = *p++;
329 *bp++ = Base64Code[((u_int32_t)c1 >> 2)];
330 c1 = (c1 & 0x03) << 4;
332 *bp++ = Base64Code[c1];
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/volt/
gk20a.h 30 int c1; member in struct:cvb_coef
  /src/games/sail/
dr_5.c 74 int c1, c2, c3; local in function:mensent
88 c1 = men/100 ? crew[0] : 0;
93 c1 = c2 = c3 = 0;
94 return(c1 + c2 + c3);
  /src/games/fortune/strfile/
strfile.c 383 int c1, c2; local in function:cmp_str
392 c1 = p1->first;
394 if (c1 != c2)
395 return c1 - c2;
402 while (!isalnum(c1 = getc(Sort_1)) && c1 != '\0')
403 SET_N(n1, c1);
407 while (!IS_END(c1, n1) && !IS_END(c2, n2)) {
409 if (isupper(c1))
410 c1 = tolower(c1)
    [all...]
  /src/usr.bin/deroff/
deroff.c 100 # define C1 _C1()
103 # define C1 C1get
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
757 int c1; local in function:inpic
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
1436 int c1; local in function:comline
    [all...]
  /src/usr.bin/telnet/
defines.h 37 #define NET2ADD(c1,c2) { NETADD((c1)); NETADD((c2)); }
  /src/sys/arch/arm/arm/
cpufunc_asm.S 75 mrc p15, 0, r0, c1, c0, 0
95 * c1 - CPU Control
103 mcr p15, 0, r0, c1, c0, 0
117 * c1 - CPU Control
123 mrc p15, 0, r3, c1, c0, 0 /* Read the control register */
131 mcrne p15, 0, r2, c1, c0, 0 /* Write new control register */
cpufunc_asm_pj4b.S 65 mrc p15, 1, r0, c15, c1, 0
69 mcr p15, 1, r0, c15, c1, 0
72 mrc p15, 1, r0, c15, c1, 1
76 mcr p15, 1, r0, c15, c1, 1
79 mrc p15, 1, r0, c15, c1, 2
86 mcr p15, 1, r0, c15, c1, 2
  /src/sys/arch/evbarm/iq80310/
iq80310_start.S 53 mrc p15, 0, r2, c1, c0, 0
55 mcr p15, 0, r2, c1, c0, 0
126 mrc p15, 0, r2, c1, c0, 0
128 mcr p15, 0, r2, c1, c0, 0
  /src/usr.sbin/rpc.pcnfsd/
pcnfsd_cache.c 58 int c1, c2; local in function:check_cache
62 c1 = strlen(pw);
64 if ((!c1 && !c2) ||
pcnfsd_v1.c 77 int c1, c2; local in function:pcnfsd_auth_1_svc
102 c1 = strlen(pw);
104 if ((c1 && !c2) || (c2 && !c1) ||
  /src/games/mille/
misc.c 76 int c, c1; local in function:getcard
105 while ((c1=readch()) != '\r' && c1 != '\n' && c1 != ' ')
106 if (c1 == killchar())
108 else if (c1 == erasechar()) {
  /src/usr.bin/vis/
vis.c 173 wint_t c, c1, rachar; local in function:process
238 c1 = rachar;
239 if (c1 == WEOF)
240 c1 = L'\0';
254 mbibuff[mbilen] = (char)c1;
256 wctomb(mbibuff + mbilen, c1);
  /src/sys/arch/evbarm/iq80321/
iq80321_start.S 59 mrc p15, 0, r2, c1, c0, 0
61 mcr p15, 0, r2, c1, c0, 0
135 mrc p15, 0, r2, c1, c0, 0
137 mcr p15, 0, r2, c1, c0, 0
  /src/sys/arch/x68k/include/
opmreg.h 56 struct opm_operator c1; member in struct:opm_voice

Completed in 59 milliseconds

1 2 3 4 5 6