Searched refs:strl (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.81.4/doc/primitives/ |
| H A D | string-handling.md | 5 of these functions, including the more modern `strl` functions, confusing or 14 * use `strl*` when you have the length of _one_ string, and the other is 49 * `strl` functions (strlcpy, strlcat, etc), safe but easily misunderstood. 67 `strl` functions, from OpenBSD, only come in writing variants, and they always 68 NUL-terminate their output. This makes the writing part safe. (xnu adds `strl` 120 * `strl` (new) functions, accepting _one_ character buffer of a known size and 218 # I have a choice between `strn*`, `strl*`, `strbuf*`. Which one do I use? 244 2. `strl*` APIs;
|
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | printf.c | 653 int strl = sizeof(str) - 1; in __doprnt() local 668 nprinted += strl; in __doprnt()
|