Searched defs:s1 (Results 1 - 25 of 347) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sendmail/libsm/
H A Dt-strrevcmp.c23 char *s1; local
[all...]
/freebsd-current/crypto/heimdal/lib/roken/
H A Dmemmove.c45 memmove(void *s1, const void *s2, size_t n) argument
H A Dstrcasecmp.c44 strcasecmp(const char *s1, const char *s2) argument
H A Dstrncasecmp.c43 strncasecmp(const char *s1, const char *s2, size_t n) argument
H A Dstrtok_r.c43 strtok_r(char *s1, const char *s2, char **lasts) argument
[all...]
H A Dct.c57 const unsigned char *s1 = p1, *s2 = p2; local
/freebsd-current/lib/libc/string/
H A Dwcscat.c40 wcscat(wchar_t * __restrict s1, const wchar_t * __restrict s2) argument
H A Dwcsncat.c40 wcsncat(wchar_t * __restrict s1, const wchar_t * __restrict s2, size_t n) argument
H A Dwcscpy.c40 wcscpy(wchar_t * __restrict s1, const wchar_t * __restrict s2) argument
H A Dwmemcmp.c40 wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dwcscmp.c44 wcscmp(const wchar_t *s1, const wchar_t *s2) argument
H A Dwcsncmp.c37 wcsncmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dstrcmp.c41 strcmp(const char *s1, const char *s2) argument
H A Dstrncmp.c35 strncmp(const char *s1, const char *s2, size_t n) argument
H A Dwcsncasecmp.c33 wcsncasecmp(const wchar_t *s1, const wchar_t *s2, size_t n) argument
H A Dwcscasecmp.c33 wcscasecmp(const wchar_t *s1, const wchar_t *s2) argument
H A Dstrpbrk.c38 strpbrk(const char *s1, const char *s2) argument
H A Dmemcmp.c41 memcmp(const void *s1, const void *s2, size_t n) argument
/freebsd-current/sys/libkern/
H A Dstrcmp.c42 (strcmp)(const char *s1, const char *s2) argument
H A Dstrncmp.c36 strncmp(const char *s1, const char *s2, size_t n) argument
H A Dmemcmp.c42 (memcmp)(const void *s1, const void *s2, size_t n) argument
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev_draid_rand.c32 uint64_t s1 = s[1]; local
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_strlcmp.h36 strlcmp(const char *s1, const char *s2, size_t len) argument
/freebsd-current/lib/libc/tests/string/
H A Dstrxfrm_test.c36 char s1[8]; local
/freebsd-current/contrib/ntp/sntp/libevent/test/
H A Dprint-winsock-errors.c16 const char *s1, *s2; local

Completed in 140 milliseconds

1234567891011>>