Searched refs:man (Results 1 – 23 of 23) sorted by relevance
/libuv/docs/src/ |
H A D | fs.rst | 229 Equivalent to :man:`close(2)`. 233 Equivalent to :man:`open(2)`. 266 Equivalent to :man:`mkdir(2)`. 284 Equivalent to :man:`rmdir(2)`. 343 ext3 and ext4 at the time of this writing), check the :man:`getdents(2)` man page. 349 Equivalent to :man:`stat(2)`, :man:`fstat(2)` and :man:`lstat(2)` respectively. 368 Equivalent to :man:`fsync(2)`. 425 Equivalent to :man:`chmod(2)` and :man:`fchmod(2)` respectively. 431 Equivalent to :man:`utime(2)`, :man:`futimes(3)` and :man:`lutimes(3)` respectively. 445 Equivalent to :man:`link(2)`. [all …]
|
H A D | dns.rst | 74 Asynchronous :man:`getaddrinfo(3)`. 79 constraints, or NULL. Consult `man -s 3 getaddrinfo` for more details. 99 Asynchronous :man:`getnameinfo(3)`. 103 Consult `man -s 3 getnameinfo` for more details.
|
H A D | misc.rst | 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. 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)` 541 :man:`getenv(3)`. If `HOME` is not set, :man:`getpwuid_r(3)` is called. The 857 - Linux, Android: :man:`getrandom(2)` if available, or :man:`urandom(4)` [all …]
|
H A D | udp.rst | 98 a transmission error was detected; if using :man:`recvmmsg(2)` no more 109 When using :man:`recvmmsg(2)`, chunks will have the `UV_UDP_MMSG_CHUNK` flag set, 170 * `UV_UDP_RECVMMSG`: if set, and the platform supports it, :man:`recvmmsg(2)` will 445 When using :man:`recvmmsg(2)`, the number of messages received at a time is limited 449 .. versionchanged:: 1.35.0 added support for :man:`recvmmsg(2)` on supported platforms). 452 .. versionchanged:: 1.37.0 :man:`recvmmsg(2)` support is no longer enabled implicitly, 456 determine if a buffer sized for use with :man:`recvmmsg(2)` should be 462 and the platform supports :man:`recvmmsg(2)`, 0 otherwise.
|
H A D | tty.rst | 77 using :man:`ttyname_r(3)`, open it, and use it if the passed file descriptor 91 :man:`ttyname_r(3)`. In earlier versions libuv opened
|
H A D | threading.rst | 95 On Unix, uses :man:`pthread_getaffinity_np(3)` to get the affinity setting 97 to a cpu_set_t and uses :man:`pthread_setaffinity_np(3)`. On Windows, maps 112 cpu_set_t returned by :man:`pthread_getaffinity_np(3)` to bytes in cpumask.
|
H A D | async.rst | 54 …:c:func:`uv_async_send` is `async-signal-safe <https://man7.org/linux/man-pages/man7/signal-safety…
|
H A D | poll.rst | 8 writability and disconnection similar to the purpose of :man:`poll(2)`. 32 descriptor that would be accepted by :man:`poll(2)` can be used.
|
H A D | pipe.rst | 180 Equivalent to :man:`pipe(2)` with the `O_CLOEXEC` flag set.
|
H A D | tcp.rst | 188 Equivalent to :man:`socketpair(2)` with a domain of AF_UNIX.
|
H A D | stream.rst | 117 connections the kernel might queue, same as :man:`listen(2)`. When a new
|
H A D | loop.rst | 204 a :man:`fork(2)` system call.
|
/libuv/docs/ |
H A D | Makefile | 42 @echo " man to make manual pages" 136 man: target 137 $(SPHINXBUILD) -b man $(ALLSPHINXOPTS) $(BUILDDIR)/man
|
H A D | make.bat | 33 echo. man to make manual pages 177 if "%1" == "man" ( 178 %SPHINXBUILD% -b man %ALLSPHINXOPTS% %BUILDDIR%/man 181 echo.Build finished. The manual pages are in %BUILDDIR%/man.
|
/libuv/docs/src/guide/ |
H A D | about.rst | 12 Nikhil is indebted to Marc Lehmann's comprehensive `man page
|
H A D | processes.rst | 46 ``uv_spawn`` uses :man:`execvp(3)` internally, there is no need to supply the full 281 .. _pipe(7): https://man7.org/linux/man-pages/man7/pipe.7.html 282 .. _mkfifo(1): https://man7.org/linux/man-pages/man1/mkfifo.1.html 283 .. _socketpair(2): https://man7.org/linux/man-pages/man2/socketpair.2.html 284 .. _Unix Domain Socket: https://man7.org/linux/man-pages/man7/unix.7.html
|
H A D | networking.rst | 208 structures are documented in `the getaddrinfo man page <getaddrinfo_>`_. The 245 .. _getaddrinfo: https://man7.org/linux/man-pages/man3/getaddrinfo.3.html
|
H A D | threads.rst | 15 implementation and POSIX's :man:`pthreads(7)`. libuv's thread API is analogous to 73 the :man:`pthreads(7)` man pages.
|
H A D | utilities.rst | 5 The `libev man page`_ already covers some patterns which can be adopted to 450 .. _libev man page: http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#COMMON_OR_USEFUL_IDIOMS_OR…
|
H A D | filesystem.rst | 36 `Unix flags <https://man7.org/linux/man-pages/man2/open.2.html>`_.
|
/libuv/ |
H A D | README.md | 84 Build documentation as man pages: 87 $ make man
|
H A D | ChangeLog | 3525 * doc: fix wrong man page link for uv_fs_lstat() (Michele Caini) 4340 * doc: add Sphinx plugin for generating links to man pages (Saúl Ibarra 4343 * doc: link system and library calls to man pages (Saúl Ibarra Corretgé)
|
/libuv/m4/ |
H A D | ax_pthread.m4 | 165 # From the cc(1) man page: "[-mt] Sets various -D flags to enable
|
Completed in 37 milliseconds