| /src/external/gpl3/binutils/dist/libiberty/ |
| memcmp.c | 23 memcmp (const void *str1, const void *str2, size_t count) 25 register const unsigned char *s1 = (const unsigned char*)str1;
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| memcmp.c | 23 memcmp (const void *str1, const void *str2, size_t count) 25 register const unsigned char *s1 = (const unsigned char*)str1;
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| memcmp.c | 5 memcmp (const void *str1, const void *str2, size_t count) 7 const unsigned char *s1 = str1;
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| memcmp.c | 23 memcmp (const void *str1, const void *str2, size_t count) 25 register const unsigned char *s1 = (const unsigned char*)str1;
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| memcmp.c | 5 memcmp (const void *str1, const void *str2, size_t count) 7 const unsigned char *s1 = str1;
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| memcmp.c | 23 memcmp (const PTR str1, const PTR str2, size_t count) 25 register const unsigned char *s1 = (const unsigned char*)str1;
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| memcmp.c | 23 memcmp (const void *str1, const void *str2, size_t count) 25 register const unsigned char *s1 = (const unsigned char*)str1;
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| memcmp.c | 23 memcmp (const void *str1, const void *str2, size_t count) 25 register const unsigned char *s1 = (const unsigned char*)str1;
|
| /src/external/historical/nawk/dist/bugs-fixed/ |
| subsep-overflow.awk | 10 str1 = foo("a", 4500); 13 a[(SUBSEP = str1), (SUBSEP = str2), "c"] = 1; 19 print (((SUBSEP = str1), (SUBSEP = str2), "c") in a); 20 print (((SUBSEP = str1) SUBSEP (SUBSEP = str2) SUBSEP "c") in a); 21 delete a[(SUBSEP = str1), (SUBSEP = str2), "c"]; 22 print (((SUBSEP = str1), (SUBSEP = str2), "c") in a); 23 print (((SUBSEP = str1) SUBSEP (SUBSEP = str2) SUBSEP "c") in a);
|
| /src/tests/lib/libpthread/ |
| h_cancel.c | 42 char str1[] = "You should see this.\n"; local 51 write(STDOUT_FILENO, str1, sizeof(str1)-1);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/ |
| py-strfns.c | 18 const char str1[] = "Hello."; variable 41 func (str1);
|
| py-strfns.exp | 34 gdb_test "p \$_streq (str1, str2)" " = 1" 35 gdb_test "p \$_streq (str1, str3)" " = 0" 37 gdb_test "p \$_strlen (str1)" " = 6" 43 gdb_test {p $_regex (str1, "Hello")} " = 1" 44 gdb_test {p $_regex (str1, "Help")} " = 0" 45 gdb_test {p $_regex (str1, "^Hello")} " = 1" 46 gdb_test {p $_regex (str1, "^Hello.$")} " = 1"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/ |
| py-strfns.c | 18 const char str1[] = "Hello."; variable 41 func (str1);
|
| py-strfns.exp | 34 gdb_test "p \$_streq (str1, str2)" " = 1" 35 gdb_test "p \$_streq (str1, str3)" " = 0" 37 gdb_test "p \$_strlen (str1)" " = 6" 43 gdb_test {p $_regex (str1, "Hello")} " = 1" 44 gdb_test {p $_regex (str1, "Help")} " = 0" 45 gdb_test {p $_regex (str1, "^Hello")} " = 1" 46 gdb_test {p $_regex (str1, "^Hello.$")} " = 1"
|
| /src/lib/libc/citrus/ |
| citrus_bcs.c | 51 _citrus_bcs_strcasecmp(const char * __restrict str1, 57 c1 = _bcs_toupper(*str1++); 68 _citrus_bcs_strncasecmp(const char * __restrict str1, 74 c1 = _bcs_toupper(*str1++);
|
| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| link.c | 45 char *str1, *str2; local 48 str1 = fc_strdup (path1, path1_len); 51 val = link (str1, str2); 53 free (str1);
|
| rename.c | 35 char *str1 = fc_strdup (path1, path1_len); local 37 int val = rename (str1, str2); 38 free (str1);
|
| symlnk.c | 43 char *str1 = fc_strdup (path1, path1_len); local 45 int val = symlink (str1, str2); 46 free (str1);
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| link.c | 45 char *str1, *str2; local 48 str1 = fc_strdup (path1, path1_len); 51 val = link (str1, str2); 53 free (str1);
|
| rename.c | 35 char *str1 = fc_strdup (path1, path1_len); local 37 int val = rename (str1, str2); 38 free (str1);
|
| symlnk.c | 43 char *str1 = fc_strdup (path1, path1_len); local 45 int val = symlink (str1, str2); 46 free (str1);
|
| /src/external/bsd/elftoolchain/dist/libdwarf/ |
| dwarf_pro_macinfo.c | 36 Dwarf_Signed fileindex, char *str1, char *str2, Dwarf_Error *error) 57 if (str1 == NULL) 60 if ((md->dmd_macro = strdup(str1)) == NULL) { 67 len = strlen(str1) + strlen(str2) + 2; 73 snprintf(md->dmd_macro, len, "%s %s", str1, str2);
|
| /src/bin/csh/ |
| str.c | 260 s_strcmp(const Char *str1, const Char *str2) 262 for (; *str1 && *str1 == *str2; str1++, str2++) 269 if (*str1 == '\0' && *str2 == '\0') 271 else if (*str1 == '\0') 276 return (*str1 - *str2); 280 s_strncmp(const Char *str1, const Char *str2, size_t n) 285 if (*str1 != *str2) { 291 if (*str1 == '\0' [all...] |
| /src/sys/arch/prep/prep/ |
| autoconf.c | 217 prop_string_t str1, str2, str3; local 220 str1 = prop_dictionary_get(device_properties(dev), 222 if (str1 == NULL) 226 str1); local 232 str1); local 238 prop_string_equals_cstring(str1, ""))) 240 if (!prop_string_equals_cstring(str1, "/")) 241 prop_string_append(str3, str1); 245 prop_string_cstring_nocopy(str1), 261 prop_string_t str1; local 300 "prep-fw-path", str1); local [all...] |
| /src/games/adventure/ |
| extern.h | 104 #define weq(str1, str2) (!strncmp((str1), (str2), 5))
|