Home
last modified time | relevance | path

Searched refs:errno_t (Results 1 – 18 of 18) sorted by relevance

/freebsd/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c457 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 Dset_constraint_handler_s.c69 __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 Dqsort.c226 errno_t
/freebsd/include/
H A Dstdlib.h379 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 Dstring.h172 typedef int errno_t; typedef
176 errno_t memset_s(void *, rsize_t, int, rsize_t);
/freebsd/lib/libc/string/
H A Dmemset_s.c33 errno_t
36 errno_t ret; in memset_s()
/freebsd/lib/libc/tests/stdio/
H A Dgets_s_test.c36 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 Dmemset_s_test.c33 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 Dqsort_s_test.c41 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 Dstrlcpy.c44 errno_t e; in strlcpy()
H A Dstrerror_r.c48 errno_t err; in rk_strerror_r()
/freebsd/sys/sys/
H A Derrno.h201 typedef int errno_t; typedef
/freebsd/contrib/llvm-project/libcxx/src/
H A Drandom.cpp130 errno_t err = rand_s(&r);
/freebsd/contrib/libpcap/
H A Dfmtutils.c312 errno_t err = _wcserror_s(utf_16_errbuf, PCAP_ERRBUF_SIZE, errnum); in pcapint_vfmt_errmsg_for_errno()
H A Dpcap.c3751 errno_t err = strerror_s(errbuf, PCAP_ERRBUF_SIZE, errnum);
/freebsd/contrib/ntp/sntp/libevent/
H A Devutil_time.c204 errno_t err; in evutil_date_rfc1123()
/freebsd/contrib/libevent/
H A Devutil_time.c204 errno_t err; in evutil_date_rfc1123()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc36 typedef int errno_t;
612 errno_t error = ::_chsize_s(FD, Size);
614 errno_t error = ::_chsize(FD, Size);