| /f-stack/freebsd/contrib/ngatm/netnatm/api/ |
| H A D | unisap.c | 161 unisve_overlap_addr(const struct unisve_addr *s1, const struct unisve_addr *s2) in unisve_overlap_addr() 171 const struct unisve_selector *s2) in unisve_overlap_selector() 180 const struct unisve_blli_id2 *s2) in unisve_overlap_blli_id2() 190 const struct unisve_blli_id3 *s2) in unisve_overlap_blli_id3() 215 unisve_overlap_bhli(const struct unisve_bhli *s1, const struct unisve_bhli *s2) in unisve_overlap_bhli() 224 unisve_overlap_sap(const struct uni_sap *s1, const struct uni_sap *s2) in unisve_overlap_sap()
|
| /f-stack/freebsd/libkern/ |
| H A D | strcasecmp.c | 44 strcasecmp(const char *s1, const char *s2) in strcasecmp() 57 strncasecmp(const char *s1, const char *s2, size_t n) in strncasecmp()
|
| H A D | strncmp.c | 38 strncmp(const char *s1, const char *s2, size_t n) in strncmp()
|
| /f-stack/freebsd/contrib/libsodium/test/quirks/ |
| H A D | quirks.h | 25 # define strcmp(s1, s2) xstrcmp(s1, s2) argument 28 strcmp(const char *s1, const char *s2) in strcmp()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_string.c | 587 ngx_strcasecmp(u_char *s1, u_char *s2) in ngx_strcasecmp() 613 ngx_strncasecmp(u_char *s1, u_char *s2, size_t n) in ngx_strncasecmp() 642 ngx_strnstr(u_char *s1, char *s2, size_t len) in ngx_strnstr() 682 ngx_strstrn(u_char *s1, char *s2, size_t n) in ngx_strstrn() 705 ngx_strcasestrn(u_char *s1, char *s2, size_t n) in ngx_strcasestrn() 737 ngx_strlcasestrn(u_char *s1, u_char *last, u_char *s2, size_t n) in ngx_strlcasestrn() 764 ngx_rstrncmp(u_char *s1, u_char *s2, size_t n) in ngx_rstrncmp() 787 ngx_rstrncasecmp(u_char *s1, u_char *s2, size_t n) in ngx_rstrncasecmp() 822 ngx_memn2cmp(u_char *s1, u_char *s2, size_t n1, size_t n2) in ngx_memn2cmp() 847 ngx_dns_strcmp(u_char *s1, u_char *s2) in ngx_dns_strcmp() [all …]
|
| H A D | ngx_string.h | 53 #define ngx_strncmp(s1, s2, n) strncmp((const char *) s1, (const char *) s2, n) argument 57 #define ngx_strcmp(s1, s2) strcmp((const char *) s1, (const char *) s2) argument 60 #define ngx_strstr(s1, s2) strstr((const char *) s1, (const char *) s2) argument 148 #define ngx_memcmp(s1, s2, n) memcmp((const char *) s1, (const char *) s2, n) argument
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/ |
| H A D | jemalloc_macros.h.in | 63 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument 90 # define JEMALLOC_ALLOC_SIZE2(s1, s2) JEMALLOC_ATTR(alloc_size(s1, s2)) argument 93 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument 114 # define JEMALLOC_ALLOC_SIZE2(s1, s2) argument
|
| /f-stack/freebsd/sys/ |
| H A D | bitset.h | 134 #define BIT_OR2(_s, d, s1, s2) do { \ argument 146 #define BIT_AND2(_s, d, s1, s2) do { \ argument 158 #define BIT_ANDNOT2(_s, d, s1, s2) do { \ argument 170 #define BIT_XOR2(_s, d, s1, s2) do { \ argument
|
| /f-stack/freebsd/contrib/openzfs/module/icp/algs/aes/ |
| H A D | aes_impl_generic.c | 982 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_generic_encrypt() local 1110 uint32_t s0, s1, s2, s3, t0, t1, t2, t3; in aes_generic_decrypt() local
|
| /f-stack/freebsd/crypto/rijndael/ |
| H A D | rijndael-alg-fst.c | 864 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelEncrypt() local 1045 u32 s0, s1, s2, s3, t0, t1, t2, t3; in rijndaelDecrypt() local
|
| /f-stack/tools/libutil/ |
| H A D | humanize_number.c | 55 int i, r, remainder, s1, s2, sign; in humanize_number() local
|
| /f-stack/dpdk/app/test/ |
| H A D | test_ring_perf.c | 74 unsigned c1, c2, s1, s2; in get_two_hyperthreads() local 101 unsigned c1, c2, s1, s2; in get_two_cores() local 125 unsigned s1, s2; in get_two_sockets() local
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo_humanize.h | 67 int b, i, r, maxscale, s1, s2, sign; in xo_humanize_number() local
|
| /f-stack/freebsd/contrib/openzfs/module/unicode/ |
| H A D | u8_textprep.c | 339 uchar_t *s2; in u8_validate() local 564 do_case_compare(size_t uv, uchar_t *s1, uchar_t *s2, size_t n1, in do_case_compare() 1722 do_norm_compare(size_t uv, uchar_t *s1, uchar_t *s2, size_t n1, size_t n2, in do_norm_compare() 1838 u8_strcmp(const char *s1, const char *s2, size_t n, int flag, size_t uv, in u8_strcmp()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/ |
| H A D | zed_strings.c | 45 const char *s2; in _zed_strings_node_compare() local
|
| /f-stack/freebsd/mips/include/ |
| H A D | regdef.h | 75 #define s2 $18 macro
|
| /f-stack/tools/netstat/ |
| H A D | mroute.c | 85 char s1[256], s2[256], s3[256]; in print_bw_meter() local
|
| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | rte_os.h | 40 #define strncasecmp(s1, s2, count) _strnicmp(s1, s2, count) argument
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/include/test/ |
| H A D | math.h | 218 double e, aa, xx, c, ch, a, q, p1, p2, t, x, b, s1, s2, s3, s4, s5, s6; in pt_chi2() local
|
| /f-stack/freebsd/contrib/libsodium/src/libsodium/crypto_onetimeauth/poly1305/donna/ |
| H A D | poly1305_donna32.h | 61 unsigned long s1, s2, s3, s4; in poly1305_blocks() local
|
| H A D | poly1305_donna64.h | 68 unsigned long long s1, s2; in poly1305_blocks() local
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | zutil.c | 160 int ZLIB_INTERNAL zmemcmp(s1, s2, len) in zmemcmp() argument
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | t_set.c | 774 int qsortCompareSetsByCardinality(const void *s1, const void *s2) { in qsortCompareSetsByCardinality() 782 int qsortCompareSetsByRevCardinality(const void *s1, const void *s2) { in qsortCompareSetsByRevCardinality()
|
| H A D | sort.c | 138 int sortCompare(const void *s1, const void *s2) { in sortCompare()
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse.c | 73 nb_common_chars(const char * s1, const char * s2) in nb_common_chars()
|