Home
last modified time | relevance | path

Searched defs:slen (Results 1 – 25 of 285) sorted by relevance

12345678910>>...12

/freebsd/include/ssp/
H A Dwchar.h62 const size_t slen = __ssp_wbos(buf); variable
75 const size_t slen = __ssp_wbos(buf); variable
88 const size_t slen = __ssp_wbos(buf); variable
99 const size_t slen = __ssp_wbos(buf); variable
109 const size_t slen = __ssp_wbos(buf); variable
124 const size_t slen = __ssp_wbos(buf); variable
137 size_t slen = __ssp_wbos(buf); variable
162 const size_t slen = __ssp_wbos(buf); variable
176 const size_t slen = __ssp_wbos(buf); variable
191 const size_t slen = __ssp_wbos(buf); variable
[all …]
/freebsd/contrib/unbound/sldns/
H A Dwire2str.c270 size_t slen = (size_t)sldns_wire2str_pkt_buf(data, len, NULL, 0); in sldns_wire2str_pkt() local
279 size_t slen = (size_t)sldns_wire2str_rr_buf(rr, len, NULL, 0); in sldns_wire2str_rr() local
302 size_t slen=(size_t)sldns_wire2str_dname_buf(dname, dname_len, NULL, 0); in sldns_wire2str_dname() local
316 int sldns_wire2str_pkt_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_pkt_buf()
322 int sldns_wire2str_rr_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_rr_buf()
328 int sldns_wire2str_rrquestion_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_rrquestion_buf()
342 int sldns_wire2str_rr_unknown_buf(uint8_t* d, size_t dlen, char* s, size_t slen) in sldns_wire2str_rr_unknown_buf()
349 char* s, size_t slen) in sldns_wire2str_rr_comment_buf()
356 int sldns_wire2str_type_buf(uint16_t rrtype, char* s, size_t slen) in sldns_wire2str_type_buf()
362 int sldns_wire2str_class_buf(uint16_t rrclass, char* s, size_t slen) in sldns_wire2str_class_buf()
[all …]
/freebsd/lib/libc/stdio/
H A Dmktemp.c52 mkostempsat(int dfd, char *path, int slen, int oflags) in mkostempsat()
60 mkostemps(char *path, int slen, int oflags) in mkostemps()
68 mkstemps(char *path, int slen) in mkstemps()
113 _gettemp(int dfd, char *path, int *doopen, int domkdir, int slen, int oflags) in _gettemp()
/freebsd/tests/sys/netinet/
H A Dsocket_afinet.c96 socklen_t slen; in ATF_TC_BODY() local
159 socklen_t slen; in ATF_TC_BODY() local
241 socklen_t slen; in ATF_TC_BODY() local
H A Dso_reuseport_lb_test.c131 socklen_t slen; in ATF_TC_BODY() local
187 socklen_t slen; in ATF_TC_BODY() local
/freebsd/contrib/blocklist/test/
H A Dcltest.c63 socklen_t *slen) in getaddr()
100 socklen_t slen; in main() local
H A Dsrvtest.c87 socklen_t slen; in process_udp() local
106 socklen_t slen; in cr() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dmktemp.c70 mktemp_internal(char *path, int slen, int mode) in mktemp_internal()
150 mkstemps(char *path, int slen) in mkstemps()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz.cc9 int LLVMFuzzerTestOneInput(const uint8_t* s, size_t slen) in LLVMFuzzerTestOneInput()
/freebsd/tools/tools/crypto/
H A Dhifnstats.c42 size_t slen; in main() local
H A Dsafestats.c42 size_t slen; in main() local
/freebsd/lib/libc/secure/
H A Dfgets_chk.c45 __fgets_chk(char * __restrict buf, int len, size_t slen, FILE *fp) in __fgets_chk()
H A Dstpcpy_chk.c41 __stpcpy_chk(char * __restrict dst, const char * __restrict src, size_t slen) in __stpcpy_chk()
H A Dstpncpy_chk.c42 size_t slen) in __stpncpy_chk()
H A Dmemcpy_chk.c42 size_t slen) in __memcpy_chk()
H A Dstrncpy_chk.c42 size_t slen) in __strncpy_chk()
H A Dstrcpy_chk.c41 __strcpy_chk(char * __restrict dst, const char * __restrict src, size_t slen) in __strcpy_chk()
H A Dmempcpy_chk.c40 size_t slen) in __mempcpy_chk()
H A Dmemmove_chk.c42 size_t slen) in __memmove_chk()
H A Dstrcat_chk.c40 __strcat_chk(char * __restrict dst, const char * __restrict src, size_t slen) in __strcat_chk()
H A Dmemset_chk.c41 __memset_chk(void * __restrict dst, int val, size_t len, size_t slen) in __memset_chk()
H A Dstrncat_chk.c42 size_t slen) in __strncat_chk()
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Dstrlcpy.c41 size_t slen = strlen(src); in strlcpy() local
/freebsd/sys/libkern/
H A Dstrnstr.c46 strnstr(const char *s, const char *find, size_t slen) in strnstr()
/freebsd/lib/libc/string/
H A Dstrnstr.c43 strnstr(const char *s, const char *find, size_t slen) in strnstr()

12345678910>>...12