Searched refs:writing (Results 1 – 14 of 14) sorted by relevance
| /xnu-10063.101.15/doc/primitives/ |
| H A D | string-handling.md | 24 * `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 D | kevent_pty.c | 134 volatile static bool writing = true; variable 179 while (writing) { in writer_thread()
|
| H A D | poll_select_kevent_paired_fds.c | 123 #pragma mark writing
|
| H A D | stackshot_block_owner_14362384.m | 449 // acquires a kernel rwlock for writing, and then waits on a kernel semaphore.
|
| H A D | stackshot_tests.m | 240 T_LOG("writing stackshot to %s", sspath);
|
| /xnu-10063.101.15/tools/tests/perf_index/ |
| H A D | README | 45 write protection bit, and writing to each page 47 writing to each page
|
| /xnu-10063.101.15/osfmk/mach/ |
| H A D | vm_map.defs | 211 * protection on the specified range must permit writing.] 226 * permit writing.]
|
| H A D | mach_vm.defs | 240 * protection on the specified range must permit writing.] 259 * permit writing.]
|
| /xnu-10063.101.15/doc/allocators/ |
| H A D | read-only.md | 44 cheaply and easily as other data, but writing to it must be done through the
|
| /xnu-10063.101.15/osfmk/tests/ |
| H A D | README.md | 123 …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 D | getdirentriesattr.2 | 315 An I/O error occurred while reading from or writing to the file system.
|
| /xnu-10063.101.15/doc/lifecycle/ |
| H A D | hibernation.md | 54 to the first block of the file. (has to be done here because writing to nvram
|
| /xnu-10063.101.15/ |
| H A D | README.md | 4 …arnegie Mellon University with components from FreeBSD and a C++ API for writing drivers called IO…
|
| /xnu-10063.101.15/tools/lldbmacros/ |
| H A D | README.md | 324 It is very very HIGHLY RECOMMENDED to follow these guidelines for writing any python code.
|