Home
last modified time | relevance | path

Searched defs:s2 (Results 1 – 25 of 162) sorted by relevance

1234567

/csrg-svn/bin/sh/
H A Dmystring.h20 #define equal(s1, s2) (strcmp(s1, s2) == 0) argument
21 #define scopy(s1, s2) ((void)strcpy(s2, s1)) argument
/csrg-svn/usr.bin/uucp/libuu/
H A Dprefix.c21 prefix(s1, s2) in prefix() argument
39 wprefix(s1, s2) in wprefix() argument
/csrg-svn/lib/libc/string/
H A Dstrcasecmp.c58 strcasecmp(s1, s2) in strcasecmp() argument
72 strncasecmp(s1, s2, n) in strncasecmp() argument
H A Dstrcmp.c22 strcmp(s1, s2) in strcmp() argument
H A Dstrcoll.c22 strcoll(s1, s2) in strcoll() argument
H A Dstrncmp.c16 strncmp(s1, s2, n) in strncmp() argument
H A Dstrpbrk.c19 strpbrk(s1, s2) in strpbrk() argument
H A Dmemcmp.c22 memcmp(s1, s2, n) in memcmp() argument
H A Dstrspn.c19 strspn(s1, s2) in strspn() argument
H A Dstrcspn.c22 strcspn(s1, s2) in strcspn() argument
/csrg-svn/local/toolchest/ksh/shlib/
H A Dfailed.c63 void failed(s1,s2) in failed() argument
/csrg-svn/sys/pmax/stand/libsa/
H A Dstrcat.c16 strcat(s1, s2) in strcat() argument
H A Dstrcmp.c15 strcmp(s1, s2) in strcmp() argument
H A Dstrcpy.c16 strcpy(s1, s2) in strcpy() argument
/csrg-svn/lib/libcompat/4.1/
H A Dstrcmpn.c15 strcmpn(s1, s2, n) in strcmpn() argument
H A Dstrcatn.c18 strcatn(s1, s2, n) in strcatn() argument
H A Dstrcpyn.c17 strcpyn(s1, s2, n) in strcpyn() argument
/csrg-svn/games/monop/
H A Dstrcmp.c12 strcmp(s1, s2) in strcmp() argument
/csrg-svn/sys/stand/
H A Dbcopy.c14 bcopy(s1, s2, n) in bcopy() argument
/csrg-svn/usr.bin/patch/
H A Dcommon.h60 #define strNE(s1,s2) (strcmp(s1, s2)) argument
61 #define strEQ(s1,s2) (!strcmp(s1, s2)) argument
62 #define strnNE(s1,s2,l) (strncmp(s1, s2, l)) argument
63 #define strnEQ(s1,s2,l) (!strncmp(s1, s2, l)) argument
/csrg-svn/lib/libcompat/regexp/
H A Dtry.c101 error(s1, s2) in error() argument
230 complain(s1, s2) in complain() argument
/csrg-svn/usr.bin/uucp/
H A Dassert.c15 assert(s1, s2, i1) in assert() argument
/csrg-svn/usr.bin/window/
H A Dwwflush.c68 wwcopyscreen(s1, s2) in wwcopyscreen() argument
/csrg-svn/old/sh/
H A Dexpand.c166 REG STRING s1, s2; local
180 WHILE *s2 = *s1++ DO s2++ OD local
/csrg-svn/local/toolchest/ksh/sh/
H A Derror.c66 void failed(s1,s2) in failed() argument

1234567