| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| memcmp.c | 32 const unsigned char *s1=v1, *s2=v2; local 34 if (*s1++ != *s2++) return *--s1 - *--s2;
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| memcmp.c | 25 register const unsigned char *s1 = (const unsigned char*)str1; local 30 if (*s1++ != *s2++) 31 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| memcmp.c | 25 register const unsigned char *s1 = (const unsigned char*)str1; local 30 if (*s1++ != *s2++) 31 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| memcmp.c | 7 const unsigned char *s1 = str1; local 12 if (*s1++ != *s2++) 13 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| memcmp.c | 25 register const unsigned char *s1 = (const unsigned char*)str1; local 30 if (*s1++ != *s2++) 31 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/external/gpl3/gcc/dist/libssp/ |
| strcat-chk.c | 47 char *s1 = dest; local 55 c = *s1++; 60 s1 -= 2; 67 *++s1 = c;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| memcmp.c | 7 const unsigned char *s1 = str1; local 12 if (*s1++ != *s2++) 13 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| memcmp.c | 25 register const unsigned char *s1 = (const unsigned char*)str1; local 30 if (*s1++ != *s2++) 31 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/external/gpl3/gcc.old/dist/libssp/ |
| strcat-chk.c | 47 char *s1 = dest; local 55 c = *s1++; 60 s1 -= 2; 67 *++s1 = c;
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| memcmp.c | 25 register const unsigned char *s1 = (const unsigned char*)str1; local 30 if (*s1++ != *s2++) 31 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| memcmp.c | 25 register const unsigned char *s1 = (const unsigned char*)str1; local 30 if (*s1++ != *s2++) 31 return s1[-1] < s2[-1] ? -1 : 1;
|
| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| ct.c | 68 * There's no need for s1 and s2 to be volatile; only p1 and p2 have 71 * However, s1 and s2 do have to point to volatile, as we don't know 73 * then we'd get undefined behavior here if s1/s2 were declared to 76 const volatile unsigned char *s1 = p1; local 82 r |= (s1[i] ^ s2[i]);
|
| /src/games/phantasia/ |
| map.c | 134 char s1[2]; local 139 s1[0] = *s++; 140 s1[1] = '\0'; 141 label(s1); 151 char s1[2]; local 156 s1[0] = *s++; 157 s1[1] = '\0'; 158 label(s1);
|
| /src/external/bsd/libevent/dist/test/ |
| print-winsock-errors.c | 17 const char *s1, *s2; local 23 s1 = evutil_socket_error_to_string (WSAEINTR); 81 if (s1 != s2)
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| div0.s | 21 LSETUP ( s1 , s1 ) LC0 = P2; 22 s1: label
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| implref-struct.c | 26 struct S s1 = { variable in typeref:struct:S
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| div0.s | 21 LSETUP ( s1 , s1 ) LC0 = P2; 22 s1: label
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| implref-struct.c | 26 struct S s1 = { variable in typeref:struct:S
|
| /src/tests/lib/librumpclient/ |
| h_exec.c | 51 int s1, s2; local 71 if ((s1 = rump_sys_socket(PF_INET, SOCK_STREAM, 0)) == -1) 81 if (rump_sys_bind(s1, (struct sockaddr *)&sin, sizeof(sin)) == -1) 87 if (rump_sys_listen(s1, 1) == -1) 103 if (rump_sys_fcntl(s1, F_SETFD, FD_CLOEXEC) == -1) {
|
| /src/usr.bin/xargs/ |
| strnsubst.c | 40 char *s1, *s2, *this; local 42 s1 = *str; 43 if (s1 == NULL) 46 * If maxsize is 0 then set it to to the length of s1, because we have 47 * to duplicate s1. XXX we maybe should double-check whether the match 48 * appears in s1. If it doesn't, then we also have to set the length 49 * to the length of s1, to avoid modifying the argument. It may make 50 * sense to check if maxsize is <= strlen(s1), because in that case we 55 maxsize = strlen(s1) + 1; 64 if (match == NULL || replstr == NULL || maxsize == strlen(s1)) { [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| test_acl.c | 43 krb5_errx(c, 1, "s1 or s2 is NULL"); \ 52 char *s1, *s2; local 85 ret = krb5_acl_match_string(context, "foo", "r", &s1); 87 STRINGMATCH(context, "ret 1 match", s1, "foo"); free(s1); 89 ret = krb5_acl_match_string(context, "foo bar", "rr", &s1, &s2); 91 STRINGMATCH(context, "ret 2 match 1", s1, "foo"); free(s1); 94 ret = krb5_acl_match_string(context, "foo bar", "sr", "bar", &s1); 96 if (s1 != NULL) krb5_errx(context, 1, "s1 not NULL") [all...] |
| /src/external/bsd/nvi/dist/catalog/ |
| dump.c | 30 int ch, s1, s2, s3; local 52 TESTD(s1); 57 putchar(s1);
|
| /src/external/cddl/osnet/dist/uts/common/dtrace/ |
| dtrace_xoroshiro128_plus.c | 56 uint64_t s1 = 0; local 63 s1 ^= state[1]; 69 jump_state[1] = s1; 80 uint64_t s1 = state[1]; local 82 result = s0 + s1; 84 s1 ^= s0; 85 state[0] = rotl(s0, 55) ^ s1 ^ (s1 << 14); 86 state[1] = rotl(s1, 36);
|
| /src/external/gpl2/dtc/dist/tests/ |
| rw_oom.c | 42 int offset, s1; local 67 s1 = offset; 70 err = fdt_setprop_string(fdt, s1, "unique", "subnode1"); 72 FAIL("fdt_setprop_string(fdt, s1, \"compatible\", \"subnode1\"): %s", fdt_strerror(err)); 80 CHECK(fdt_setprop_string(fdt, s1, "unique", ""));
|
| rw_tree1.c | 41 int offset, s1, s2; local 59 s1 = offset; 60 CHECK(fdt_setprop_string(fdt, s1, "compatible", "subnode1")); 61 CHECK(fdt_setprop_cell(fdt, s1, "prop-int", TEST_VALUE_1)); 62 OFF_CHECK(offset, fdt_add_subnode(fdt, s1, "subsubnode")); 66 OFF_CHECK(offset, fdt_add_subnode(fdt, s1, "ss1"));
|