Home
last modified time | relevance | path

Searched defs:s1 (Results 26 – 50 of 399) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dstrcoll.c50 strcoll_l(const char *s1, const char *s2, locale_t loc) in strcoll_l()
112 strcoll(const char *s1, const char *s2) in strcoll()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dstrstr.c45 const char *s1, *s2; in strstr() local
84 const char *s1, *s2; in strnstr() local
H A Dstpcpy.c38 stpcpy(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2) in stpcpy()
H A Dstrcmp.c38 strcmp(const char *s1, const char *s2) in strcmp()
H A Dstrndup.c38 strndup(const char *s1, size_t n) in strndup()
/illumos-gate/usr/src/cmd/bnu/
H A Ddial.c138 assert(s1,s2,i1,s3,i2) in assert() argument
145 logent(s1,s2) in logent() argument
H A Duuname.c107 assert(s1, s2, i1, file, line) in assert() argument
115 void logent(s1, s2) in logent() argument
H A Duuglist.c176 assert (s1, s2, i1, s3, i2) in assert() argument
184 errent(char *s1, char *s2, int i1, char *file, int line) in errent()
/illumos-gate/usr/src/lib/libnsl/dial/
H A Ddial.c134 assert(const char *s1, const char *s2, int i1, const char *s3, int i2) in assert()
140 logent(const char *s1, const char *s2) in logent()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/hash/
H A Dhashlook.c48 register char* s1; in hashlook() local
106 register char* s1 = hashname(b); in hashlook() local
/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSyscalls.c196 char * s1, in _Link()
297 char * s1, in _Readlink()
318 char * s1, in _Rename()
356 char * s1, in _Symlink()
H A Dcs_strcmp.c38 char * s1, in cs_strcmp()
H A Dcs_strncmp.c39 char * s1, in cs_strncmp()
/illumos-gate/usr/src/cmd/sort/
H A Dinitialize.c111 strcoll_cmp(void *s1, void *s2, flag_t f __unused) in strcoll_cmp()
117 wcscoll_cmp(void *s1, void *s2, flag_t f __unused) in wcscoll_cmp()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dio.h126 #define __OUT2(s,s1,s2) \ argument
129 #define __OUT(s,s1,x) \ argument
140 #define __IN2(s,s1,s2) \ argument
143 #define __IN(s,s1,x,i...) \ argument
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dchar_io.c1079 grub_memcmp (const char *s1, const char *s2, int n) in grub_memcmp()
1098 grub_strncat (char *s1, const char *s2, int n) in grub_strncat()
1128 grub_strcmp (const char *s1, const char *s2) in grub_strcmp()
1144 grub_strncmp(const char *s1, const char *s2, int n) in grub_strncmp()
1275 substring (const char *s1, const char *s2) in substring()
1295 grub_strstr (const char *s1, const char *s2) in grub_strstr()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strrevcmp.c23 char *s1; variable
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlstat.c1007 rx_lane_stat_entry_t *s1 = arg1; in i_dlstat_rx_lane_match() local
1017 rx_lane_stat_entry_t *s1 = arg1; in i_dlstat_rx_lane_stat_entry_diff() local
1282 tx_lane_stat_entry_t *s1 = arg1; in i_dlstat_tx_lane_match() local
1292 tx_lane_stat_entry_t *s1 = arg1; in i_dlstat_tx_lane_stat_entry_diff() local
1580 fanout_stat_entry_t *s1 = arg1; in i_dlstat_fanout_match() local
1591 fanout_stat_entry_t *s1 = arg1; in i_dlstat_fanout_stat_entry_diff() local
1756 rx_lane_stat_entry_t *s1 = arg1; in i_dlstat_rx_ring_match() local
1765 ring_stat_entry_t *s1 = arg1; in i_dlstat_rx_ring_stat_entry_diff() local
1843 tx_lane_stat_entry_t *s1 = arg1; in i_dlstat_tx_ring_match() local
1852 ring_stat_entry_t *s1 = arg1; in i_dlstat_tx_ring_stat_entry_diff() local
[all …]
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dsunddi.h74 #define DDI_STRSAME(s1, s2) ((*(s1) == *(s2)) && (strcmp((s1), (s2)) == 0)) argument
/illumos-gate/usr/src/boot/libsa/string/
H A Dstrcmp.c45 strcmp(const char *s1, const char *s2) in strcmp()
/illumos-gate/usr/src/common/util/
H A Dbcmp.c45 bcmp(const void *s1, const void *s2, size_t len) in bcmp()
H A Dbcopy.c49 bcopy(const void *s1, void *s2, size_t len) in bcopy()
/illumos-gate/usr/src/lib/libmail/common/
H A Dcasncmp.c47 casncmp(char *s1, char *s2, ssize_t n) in casncmp()
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dbcmp.c48 bcmp(char *s1, char *s2, int len) in bcmp()
H A Dbcopy.c51 bcopy(char *s1, char *s2, int len) in bcopy()

12345678910>>...16