Home
last modified time | relevance | path

Searched defs:s1 (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/types/
H A Dtst.complex.d50 struct s1 { struct
51 int i;
52 char c;
53 double d;
54 float f;
55 long l;
56 long long ll;
57 union sigval u;
58 enum uio_rw e;
59 struct vnode s;
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_string.c41 prom_strncpy(register char *s1, register char *s2, size_t n) in prom_strncpy()
58 prom_strcpy(register char *s1, register char *s2) in prom_strcpy()
72 prom_strncmp(register char *s1, register char *s2, register size_t n) in prom_strncmp()
87 prom_strcmp(register char *s1, register char *s2) in prom_strcmp()
128 prom_strcat(register char *s1, register char *s2) in prom_strcat()
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwcscasecmp.c45 wcscasecmp_l(const wchar_t *s1, const wchar_t *s2, locale_t loc) in wcscasecmp_l()
60 wcscasecmp(const wchar_t *s1, const wchar_t *s2) in wcscasecmp()
66 wcsncasecmp_l(const wchar_t *s1, const wchar_t *s2, size_t n, locale_t loc) in wcsncasecmp_l()
81 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncasecmp()
H A Dstrcasecmp.c44 strcasecmp_l(const char *s1, const char *s2, locale_t loc) in strcasecmp_l()
70 strcasecmp(const char *s1, const char *s2) in strcasecmp()
H A Dstrcasestr.c47 strcasestr_l(const char *s1, const char *s2, locale_t loc) in strcasestr_l()
76 strcasestr(const char *s1, const char *s2) in strcasestr()
H A Dstrncasecmp.c44 strncasecmp_l(const char *s1, const char *s2, size_t n, locale_t loc) in strncasecmp_l()
72 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dwscpy.c45 wcscpy(wchar_t *s1, const wchar_t *s2) in wcscpy()
55 wscpy(wchar_t *s1, const wchar_t *s2) in wscpy()
61 wcpcpy(wchar_t *s1, const wchar_t *s2) in wcpcpy()
H A Dwsncpy.c41 wcsncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wcsncpy()
55 wsncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wsncpy()
65 wcpncpy(wchar_t *s1, const wchar_t *s2, size_t n) in wcpncpy()
H A Dwsdup.c42 wcsdup(const wchar_t *s1) in wcsdup()
51 wsdup(const wchar_t *s1) in wsdup()
H A Dstrtows.c34 strtows(wchar_t *s1, char *s2) in strtows()
47 wstostr(char *s1, wchar_t *s2) in wstostr()
H A Dwscmp.c42 wcscmp(const wchar_t *s1, const wchar_t *s2) in wcscmp()
54 wscmp(const wchar_t *s1, const wchar_t *s2) in wscmp()
H A Dwscat.c43 wcscat(wchar_t *s1, const wchar_t *s2) in wcscat()
56 wscat(wchar_t *s1, const wchar_t *s2) in wscat()
H A Dwsxfrm.c38 wsxfrm(wchar_t *s1, const wchar_t *s2, size_t n) in wsxfrm()
44 wscoll(const wchar_t *s1, const wchar_t *s2) in wscoll()
H A Dwsncmp.c43 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wcsncmp()
56 wsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) in wsncmp()
H A Dwsncat.c44 wcsncat(wchar_t *s1, const wchar_t *s2, size_t n) in wcsncat()
61 wsncat(wchar_t *s1, const wchar_t *s2, size_t n) in wsncat()
/illumos-gate/usr/src/test/libc-tests/tests/stdio/
H A Dfmemopentest.c38 FILE *s1, *s2; in simpletest() local
85 FILE *s1; in updatetest() local
129 FILE *s1; in writetest() local
176 FILE *s1; in seektest() local
/illumos-gate/usr/src/cmd/sh/
H A Derror.c49 failed_body(unsigned char *s1, const char *s2, unsigned char *s3, int gflag) in failed_body()
64 failed_real(unsigned char *s1, const char *s2, unsigned char *s3) in failed_real()
71 failure_real(unsigned char *s1, const char *s2, int gflag) in failure_real()
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Ddesignated-init.c1 struct s1 { struct
12 struct s1 s1; argument
17 struct s1 s1; member
/illumos-gate/usr/src/common/util/
H A Dmemstr.c42 memmove(void *s1, const void *s2, size_t n) in memmove()
68 memcmp(const void *s1, const void *s2, size_t n) in memcmp()
85 memcpy(void *s1, const void *s2, size_t n) in memcpy()
H A Dstring.c387 strcat(char *s1, const char *s2) in strcat()
410 strcmp(const char *s1, const char *s2) in strcmp()
419 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
466 strcasecmp(const char *s1, const char *s2) in strcasecmp()
479 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
494 strcpy(char *s1, const char *s2) in strcpy()
504 strncpy(char *s1, const char *s2, size_t n) in strncpy()
533 const char *s1, *s2; in strstr() local
575 strncat(char *s1, const char *s2, size_t n) in strncat()
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dstrrevcmp.c33 sm_strrevcasecmp(s1, s2) in sm_strrevcasecmp() argument
75 sm_strrevcmp(s1, s2) in sm_strrevcmp() argument
H A Dstrcasecmp.c70 sm_strcasecmp(s1, s2) in sm_strcasecmp() argument
87 sm_strncasecmp(s1, s2, n) in sm_strncasecmp() argument
/illumos-gate/usr/src/boot/libsa/
H A Dstrcasecmp.c37 strcasecmp(const char *s1, const char *s2) in strcasecmp()
49 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
/illumos-gate/usr/src/lib/libresolv2/common/bsd/
H A Dstrcasecmp.c89 strcasecmp(const char *s1, const char *s2) { in strcasecmp()
101 strncasecmp(const char *s1, const char *s2, size_t n) { in strncasecmp()
/illumos-gate/usr/src/cmd/bnu/
H A Dutility.c43 assert(char *s1, char *s2, int i1, char *file, int line) in assert()
55 errent(char *s1, char *s2, int i1, char *file, int line) in errent()
64 logError(char *s1, char *s2, int i1, int type, char *file, int line) in logError()

12345678910>>...16