Home
last modified time | relevance | path

Searched defs:s1 (Results 101 – 125 of 414) sorted by relevance

12345678910>>...17

/titanic_51/usr/src/tools/cscope-fast/
H A Dconstants.h49 #define strequal(s1, s2) (*(s1) == *(s2) && strcmp(s1, s2) == 0) argument
50 #define strnotequal(s1, s2) (*(s1) != *(s2) || strcmp(s1, s2) != 0) argument
/titanic_51/usr/src/lib/libbc/libc/gen/common/
H A D_nlist.c33 char *s1, *s2; in _nlist() local
H A Dexecvp.c111 execat(char *s1, char *s2, char *si) in execat() argument
/titanic_51/usr/src/lib/libeti/menu/common/
H A Dpattern.c40 substr(MENU *m, char *s1, char *s2) in substr() argument
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dgenget.c59 isprefix(char *s1, char *s2) in isprefix() argument
[all...]
/titanic_51/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c69 word_compare(const void *s1, const void *s2) in word_compare() argument
/titanic_51/usr/src/lib/print/libprint/common/
H A Dns_cmn_printer.c82 ns_strcmp(char *s1, char *s2) in ns_strcmp() argument
/titanic_51/usr/src/cmd/tbl/
H A Dts.c19 match(char *s1, char *s2) in match() argument
/titanic_51/usr/src/cmd/lp/filter/postscript/postreverse/
H A Dpostreverse.c133 const char *s1, *s2; in nstrstr() local
165 strrstr(caddr_t s1,caddr_t s2,char * bptr) strrstr() argument
254 char *s1 = page, *s2; ParsePageList() local
[all...]
/titanic_51/usr/src/lib/libslp/clib/
H A Dslp_utf8.c123 int slp_strcasecmp(const char *s1, const char *s2) { in slp_strcasecmp() argument
/titanic_51/usr/src/cmd/diff/
H A Ddiffh.c128 char *s0, *s1; in main() local
182 char *s0, *s1; in easysynch() local
/titanic_51/usr/src/lib/libxcurses/src/libc/mks/
H A Dm_varian.c315 wchar_t *s1; in m_wunvariantstr() local
/titanic_51/usr/src/cmd/sh/
H A Dstring.c82 cf(unsigned char *s1, unsigned char *s2) in cf() argument
H A Dstak.c152 memcpystak(unsigned char *s1, unsigned char *s2, int n) in memcpystak() argument
H A Dexpand.c211 unsigned char *s1, *s2; in addg() local
[all...]
/titanic_51/usr/src/cmd/bnu/
H A Dct.c120 assert (s1, s2, i1, s3, i2) in assert() argument
127 logent (s1, s2) in logent() argument
/titanic_51/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c679 register char *s1, *phchar; local
1042 char *s1; global() local
1063 char *s1; global() local
1094 char *s1; global() local
1113 char *s1; global() local
[all...]
/titanic_51/usr/src/uts/common/zmod/
H A Dzmod_subr.c75 zmemcmp(const void *s1, const void *s2, uint_t len) in zmemcmp() argument
/titanic_51/usr/src/cmd/krb5/kadmin/dbutil/
H A Dutil.c61 strstr(s1, s2) in strstr() argument
/titanic_51/usr/src/lib/libc/port/gen/
H A Dexecvp.c200 execat(const char *s1, const char *s2, char *si) in execat() argument
/titanic_51/usr/src/cmd/ypcmd/
H A Drpc_bootstrap.c367 #define bcmp(s1, s2, len) memcmp(s1, s2, len) argument
368 #define bcopy(s1, s2, len) memcpy(s2, s1, len) argument
/titanic_51/usr/src/common/net/wanboot/crypt/
H A Daes.c759 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_encrypt() local
962 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; aes_decrypt() local
[all...]
/titanic_51/usr/src/cmd/ttymon/
H A Dtmutil.c236 copystr(s1,s2) in copystr() argument
/titanic_51/usr/src/lib/libsip/common/
H A Dsip_reass.c44 const char *s1; in sip_reass_strstr() local
/titanic_51/usr/src/cmd/fm/modules/common/eversholt/
H A Devnv.c70 char *s1, *s2; in evnv_cmpnvl() local

12345678910>>...17