Lines Matching refs:man
31 Replacement function for :man:`malloc(3)`.
36 Replacement function for :man:`realloc(3)`.
41 Replacement function for :man:`calloc(3)`.
46 Replacement function for :man:`free(3)`.
145 See :man:`getrusage(2)` for supported fields on UNIX-like platforms.
251 For :man:`isatty(3)` equivalent functionality use this function and test
258 Override the use of the standard library's :man:`malloc(3)`,
259 :man:`calloc(3)`, :man:`realloc(3)`, :man:`free(3)`, memory allocation
451 Cross-platform IPv6-capable implementation of :man:`inet_ntop(3)`
452 and :man:`inet_pton(3)`. On success they return 0. In case of error
464 IPv6-capable implementation of :man:`if_indextoname(3)`. When called,
541 :man:`getenv(3)`. If `HOME` is not set, :man:`getpwuid_r(3)` is called. The
574 :man:`getpwuid_r(3)`. On Windows, uid and gid are set to -1 and have no
586 :man:`getpwuid_r(3)`. On Windows, uid and gid are set to -1 and have no
597 systems, all data comes from :man:`getgrgid_r(3)`. On Windows, uid and gid
829 systems, `uv_os_uname()` is a thin wrapper around :man:`uname(2)`. Returns
836 Cross-platform implementation of :man:`gettimeofday(2)`. The timezone
857 - Linux, Android: :man:`getrandom(2)` if available, or :man:`urandom(4)`
859 :man:`sysctl(2)`.
860 - FreeBSD: `getrandom(2) <https://www.freebsd.org/cgi/man.cgi?query=getrandom&sektion=2>_`,
862 - NetBSD: `KERN_ARND` `sysctl(7) <https://man.netbsd.org/sysctl.7>_`
863 - macOS, OpenBSD: `getentropy(2) <https://man.openbsd.org/getentropy.2>_`