Home
last modified time | relevance | path

Searched refs:writing (Results 1 – 14 of 14) sorted by relevance

/xnu-10063.101.15/doc/primitives/
H A Dstring-handling.md24 * `str` functions (strlen, strcat, etc), unsafe for writing;
25 * `strn` functions (strnlen, strncat, etc), unsafe for writing;
28 `str` functions for writing (`strcpy`, `strcat`, etc) are **all** unsafe
34 is no danger of writing out of bounds (out of not writing at all).
36 `strn` functions for writing (`strncpy`, `strncat`, etc) are **all** unsafe.
44 `strl` functions, in POSIX, only come in writing variants, and they always
45 NUL-terminate their output. This makes the writing part safe. (xnu adds `strl`
46 comparison functions, which do no writing and are also safe.) However, these
/xnu-10063.101.15/tests/
H A Dkevent_pty.c134 volatile static bool writing = true; variable
179 while (writing) { in writer_thread()
H A Dpoll_select_kevent_paired_fds.c123 #pragma mark writing
H A Dstackshot_block_owner_14362384.m449 // acquires a kernel rwlock for writing, and then waits on a kernel semaphore.
H A Dstackshot_tests.m240 T_LOG("writing stackshot to %s", sspath);
/xnu-10063.101.15/tools/tests/perf_index/
H A DREADME45 write protection bit, and writing to each page
47 writing to each page
/xnu-10063.101.15/osfmk/mach/
H A Dvm_map.defs211 * protection on the specified range must permit writing.]
226 * permit writing.]
H A Dmach_vm.defs240 * protection on the specified range must permit writing.]
259 * permit writing.]
/xnu-10063.101.15/doc/allocators/
H A Dread-only.md44 cheaply and easily as other data, but writing to it must be done through the
/xnu-10063.101.15/osfmk/tests/
H A DREADME.md123 …use case in `osfmk/tests/kernel_tests.c :check_panic_test() and panic_test()` for writing a widget.
/xnu-10063.101.15/bsd/man/man2/
H A Dgetdirentriesattr.2315 An I/O error occurred while reading from or writing to the file system.
/xnu-10063.101.15/doc/lifecycle/
H A Dhibernation.md54 to the first block of the file. (has to be done here because writing to nvram
/xnu-10063.101.15/
H A DREADME.md4 …arnegie Mellon University with components from FreeBSD and a C++ API for writing drivers called IO…
/xnu-10063.101.15/tools/lldbmacros/
H A DREADME.md324 It is very very HIGHLY RECOMMENDED to follow these guidelines for writing any python code.