/linux-2.4.37.9/arch/ppc/lib/ |
D | strcase.c | 3 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 14 int strncasecmp(const char *s1, const char *s2, int n) in strncasecmp()
|
/linux-2.4.37.9/arch/ppc64/lib/ |
D | strcase.c | 11 int strcasecmp(const char *s1, const char *s2) in strcasecmp() 22 int strncasecmp(const char *s1, const char *s2, int n) in strncasecmp()
|
/linux-2.4.37.9/fs/hfs/ |
D | string.c | 101 int hfs_strcmp(const unsigned char *s1, unsigned int len1, in hfs_strcmp() 120 int hfs_streq(const unsigned char *s1, unsigned int len1, in hfs_streq()
|
/linux-2.4.37.9/fs/ntfs/ |
D | unistr.c | 60 int ntfs_are_names_equal(wchar_t *s1, size_t s1_len, in ntfs_are_names_equal() 147 int ntfs_wcsncasecmp(wchar_t *s1, wchar_t *s2, size_t n, in ntfs_wcsncasecmp()
|
D | dir.c | 198 int s1 = walk->dir->u.index.recordsize; in ntfs_allocate_index_block() local 398 char* s1 = ntfs_malloc(blocksize + walk->new_entry_size); in ntfs_dir_insert() local
|
/linux-2.4.37.9/include/asm-i386/ |
D | io.h | 333 #define __OUT2(s,s1,s2) \ argument 367 #define __OUT(s,s1,x) \ argument 372 #define __OUT(s,s1,x) \ argument 382 #define __IN2(s,s1,s2) \ argument 386 #define __IN(s,s1,i...) \ argument 391 #define __IN(s,s1,i...) \ argument
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | io.h | 57 #define __OUT2(s,s1,s2) \ argument 60 #define __OUT(s,s1,x) \ argument 67 #define __IN2(s,s1,s2) \ argument 70 #define __IN(s,s1,i...) \ argument
|
/linux-2.4.37.9/net/sctp/ |
D | adler32.c | 86 __u32 s1 = adler & 0xffff; in update_adler32() local
|
/linux-2.4.37.9/fs/hfsplus/ |
D | unicode.c | 31 int hfsplus_unistrcmp(const hfsplus_unistr *s1, const hfsplus_unistr *s2) in hfsplus_unistrcmp()
|
/linux-2.4.37.9/include/asm-alpha/ |
D | regdef.h | 16 #define s1 $10 macro
|
/linux-2.4.37.9/drivers/char/ |
D | scan_keyb.c | 29 unsigned char *s0, *s1; member
|
/linux-2.4.37.9/include/asm-mips/ |
D | regdef.h | 34 #define s1 $17 macro
|
/linux-2.4.37.9/drivers/char/rio/ |
D | riocmd.c | 941 RIOStrCmp(s1, s2) in RIOStrCmp() argument 954 RIOStrnCmp(s1, s2, n) in RIOStrnCmp() argument
|
D | phb.h | 190 } s1; member 222 } s1; member 262 } s1; member
|
/linux-2.4.37.9/lib/ |
D | string.c | 29 int strnicmp(const char *s1, const char *s2, size_t len) in strnicmp() 494 char * strstr(const char * s1,const char * s2) in strstr()
|
/linux-2.4.37.9/include/asm-mips64/ |
D | regdef.h | 34 #define s1 $17 macro
|
/linux-2.4.37.9/include/linux/ |
D | zutil.h | 102 unsigned long s1 = adler & 0xffff; in zlib_adler32() local
|
D | elevator.h | 62 #define IN_ORDER(s1,s2) \ argument
|
/linux-2.4.37.9/include/acpi/platform/ |
D | acenv.h | 229 #define ACPI_STRSTR(s1,s2) strstr((s1), (s2)) argument 292 #define ACPI_STRSTR(s1,s2) acpi_ut_strstr ((s1), (s2)) argument
|
/linux-2.4.37.9/drivers/sbus/char/ |
D | vfc_i2c.c | 146 int s1; in vfc_i2c_wait_for_pin() local
|
/linux-2.4.37.9/scripts/ |
D | tkparse.c | 62 int my_strcmp( const char * s1, const char * s2 ) { return strcmp( s1, s2 ); } in my_strcmp()
|
/linux-2.4.37.9/crypto/ |
D | cast6.c | 45 static const u32 s1[256] = { variable
|
D | cast5.c | 41 static const u32 s1[256] = { variable
|
D | sha256.c | 53 #define s1(x) (RORu32(x,17) ^ RORu32(x,19) ^ (x >> 10)) macro
|
D | sha512.c | 83 #define s1(x) (RORu64(x,19) ^ RORu64(x,61) ^ (x >> 6)) macro
|