Searched defs:s2 (Results 151 - 175 of 379) sorted by relevance

1234567891011>>

/macosx-10.9.5/groff-38/groff/src/roff/troff/
H A Dreg.cpp428 symbol s2 = get_name(1); local
441 symbol s2 = get_name(1); local
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Dunicode.c156 const wchar_t *s2 = src; local
177 int wcscmp (const wchar_t* s1, const wchar_t* s2) argument
233 int wcsncasecmp (wchar_t* s1, wchar_t* s2, size_t n) argument
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Denv.c65 const unsigned char *s2=(unsigned const char*)key2; local
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/uwin/
H A Drcmd.c234 int s2 = rresvport(&lport), s3; local
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/vmalloc/
H A Dvmtrace.c197 void _vmmessage(const char* s1, long n1, const char* s2, long n2) argument
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcmp.c256 struct stat s2; local
/macosx-10.9.5/lukemftp-13.92.1/tnftp/libedit/
H A Dfilecomplete.c325 const char *s2 = ((const char * const *)i2)[0]; local
/macosx-10.9.5/mail_cmds-29/mail/
H A Dlex.c539 const char *s1, *s2; local
/macosx-10.9.5/ntfs-83/kext/
H A Dntfs_unistr.c92 ntfs_are_names_equal(const ntfschar *s1, size_t s1_len, const ntfschar *s2, size_t s2_len, const BOOL case_sensitive, const ntfschar *upcase, const u32 upcase_len) argument
179 ntfs_ucsncmp(const ntfschar *s1, const ntfschar *s2, size_t n) argument
215 ntfs_ucsncasecmp(const ntfschar *s1, const ntfschar *s2, size_t n, const ntfschar *upcase, const u32 upcase_size) argument
[all...]
/macosx-10.9.5/rsync-42/rsync/
H A Dmatch.c127 uint32 s1, s2, sum; local
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_strptime.c106 char *s2 = ALLOCA_N(char, l + 1); local
/macosx-10.9.5/shell_cmds-175/hexdump/
H A Ddisplay.c124 int16_t s2; local
/macosx-10.9.5/system_cmds-597.90.1/sa.tproj/
H A Dmain.c440 cmp_comm(const char *s1, const char *s2) argument
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/sa.tproj/
H A Dmain.c440 cmp_comm(const char *s1, const char *s2) argument
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A Dnmakehlp.c447 char s1[51], s2[51], s3[51]; local
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/win/
H A Dnmakehlp.c329 char s1[51], s2[51], s3[51]; local
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/win/
H A Dnmakehlp.c329 char s1[51], s2[51], s3[51]; local
/macosx-10.9.5/tcl-102/tk84/tk/win/
H A Dnmakehlp.c447 char s1[51], s2[51], s3[51]; local
/macosx-10.9.5/text_cmds-87/uniq/
H A Duniq.c282 wcsicoll(wchar_t *s1, wchar_t *s2) argument
/macosx-10.9.5/xnu-2422.115.4/libkern/
H A Dmkext.c46 unsigned long s2 = 0; // (adler >> 16) & 0xffff; local
/macosx-10.9.5/xnu-2422.115.4/osfmk/device/
H A Dsubrs.c165 strcmp( const char *s1, const char *s2) argument
192 strncmp( const char *s1, const char *s2, size_t n) argument
228 strcasecmp(const char *s1, const char *s2) argument
240 strncasecmp(const char *s1, const char *s2, size_t n) argument
289 strncpy( char *s1, const char *s2, size_t n) argument
560 strprefix(register const char *s1, register const char *s2) argument
[all...]
/macosx-10.9.5/zsh-60/zsh/Src/Modules/
H A Dexample.c96 char *s1 = cond_str(a, 0, 0), *s2 = cond_str(a, 1, 0); local
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dfilecomplete.c353 const char *s2 = ((const char * const *)i2)[0]; local
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Duidna.cpp74 compareCaseInsensitiveASCII(const UChar* s1, int32_t s1Len, const UChar* s2, int32_t s2Len) argument
861 uidna_compare( const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, int32_t options, UErrorCode* status) argument
H A Dustrcase.cpp470 u_strcmpFold(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
769 u_strCaseCompare(const UChar *s1, int32_t length1, const UChar *s2, int32_t length2, uint32_t options, UErrorCode *pErrorCode) argument
787 u_strcasecmp(const UChar *s1, const UChar *s2, uint32_t options) argument
795 u_memcasecmp(const UChar *s1, const UChar *s2, int32_t length, uint32_t options) argument
803 u_strncasecmp(const UChar *s1, const UChar *s2, int32_t n, uint32_t options) argument
[all...]

Completed in 243 milliseconds

1234567891011>>