/freebsd/usr.bin/posixmqcontrol/ |
H A D | posixmqcontrol.c | 457 errno_t what = errno; in create() 471 errno_t what = errno; in create() 480 errno_t what = errno; in create() 495 errno_t what = errno; in create() 508 errno_t what = errno; in create() 527 errno_t what = errno; in rm() 563 errno_t what = errno; in info() 573 errno_t what = errno; in info() 620 errno_t what = errno; in recv() 631 errno_t what = errno; in recv() [all …]
|
/freebsd/lib/libc/stdlib/ |
H A D | set_constraint_handler_s.c | 69 __throw_constraint_handler_s(const char * restrict msg, errno_t error) in __throw_constraint_handler_s() 84 errno_t error __unused) in abort_handler_s() 96 void * restrict ptr __unused, errno_t error __unused) in ignore_handler_s()
|
H A D | qsort.c | 226 errno_t
|
/freebsd/include/ |
H A D | stdlib.h | 379 typedef int errno_t; typedef 384 void * __restrict, errno_t); 389 errno_t); 391 void ignore_handler_s(const char * __restrict, void * __restrict, errno_t); 393 errno_t qsort_s(void *, rsize_t, rsize_t,
|
H A D | string.h | 172 typedef int errno_t; typedef 176 errno_t memset_s(void *, rsize_t, int, rsize_t);
|
/freebsd/lib/libc/string/ |
H A D | memset_s.c | 33 errno_t 36 errno_t ret; in memset_s()
|
/freebsd/lib/libc/tests/stdio/ |
H A D | gets_s_test.c | 36 static errno_t error_code; 40 h(const char * msg, void * ptr __unused, errno_t error) in h()
|
/freebsd/lib/libc/tests/string/ |
H A D | memset_s_test.c | 33 static errno_t e; 37 h(const char * restrict msg, void * restrict ptr __unused, errno_t error) in h()
|
/freebsd/lib/libc/tests/stdlib/ |
H A D | qsort_s_test.c | 41 static errno_t e; 61 h(const char * restrict msg __unused, void * restrict ptr __unused, errno_t error) in h()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | strlcpy.c | 44 errno_t e; in strlcpy()
|
H A D | strerror_r.c | 48 errno_t err; in rk_strerror_r()
|
/freebsd/sys/sys/ |
H A D | errno.h | 201 typedef int errno_t; typedef
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | random.cpp | 130 errno_t err = rand_s(&r);
|
/freebsd/contrib/libpcap/ |
H A D | fmtutils.c | 312 errno_t err = _wcserror_s(utf_16_errbuf, PCAP_ERRBUF_SIZE, errnum); in pcapint_vfmt_errmsg_for_errno()
|
H A D | pcap.c | 3751 errno_t err = strerror_s(errbuf, PCAP_ERRBUF_SIZE, errnum);
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evutil_time.c | 204 errno_t err; in evutil_date_rfc1123()
|
/freebsd/contrib/libevent/ |
H A D | evutil_time.c | 204 errno_t err; in evutil_date_rfc1123()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 36 typedef int errno_t; 612 errno_t error = ::_chsize_s(FD, Size); 614 errno_t error = ::_chsize(FD, Size);
|