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

/freebsd-current/lib/libc/string/
H A Dmemset_s.c33 errno_t
36 errno_t ret;
/freebsd-current/lib/libc/stdlib/
H A Dset_constraint_handler_s.c69 __throw_constraint_handler_s(const char * restrict msg, errno_t error)
84 errno_t error __unused)
96 void * restrict ptr __unused, errno_t error __unused)
H A Dqsort.c226 errno_t
/freebsd-current/crypto/heimdal/lib/roken/
H A Dstrlcpy.c44 errno_t e;
H A Dstrerror_r.c48 errno_t err;
/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontrol.c457 errno_t what = errno;
471 errno_t what = errno;
480 errno_t what = errno;
495 errno_t what = errno;
508 errno_t what = errno;
527 errno_t what = errno;
563 errno_t what = errno;
573 errno_t what = errno;
620 errno_t what = errno;
631 errno_t wha
[all...]
/freebsd-current/include/
H A Dstdlib.h372 typedef int errno_t; typedef
377 void * __restrict, errno_t);
382 errno_t);
384 void ignore_handler_s(const char * __restrict, void * __restrict, errno_t);
386 errno_t qsort_s(void *, rsize_t, rsize_t,
H A Dstring.h163 typedef int errno_t; typedef
167 errno_t memset_s(void *, rsize_t, int, rsize_t);
/freebsd-current/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)
/freebsd-current/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)
/freebsd-current/sys/sys/
H A Derrno.h201 typedef int errno_t; typedef
/freebsd-current/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)
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Drandom.cpp130 errno_t err = rand_s(&r);
/freebsd-current/contrib/libpcap/
H A Dfmtutils.c314 errno_t err = _wcserror_s(utf_16_errbuf, PCAP_ERRBUF_SIZE, errnum);
H A Dpcap.c3693 errno_t err = strerror_s(errbuf, PCAP_ERRBUF_SIZE, errnum);
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devutil_time.c204 errno_t err;
/freebsd-current/contrib/libevent/
H A Devutil_time.c204 errno_t err;
/freebsd-current/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc36 typedef int errno_t;
610 errno_t error = ::_chsize_s(FD, Size);
612 errno_t error = ::_chsize(FD, Size);

Completed in 296 milliseconds