Lines Matching full:terminated
114 * @q: pointer to NUL-terminated source string to copy
118 * and @p will NOT be NUL-terminated
132 * | NUL-terminated | strscpy_pad() | strscpy() |
134 * | not NUL-terminated | strtomem_pad() | strtomem() |
156 * strnlen - Return bounded count of characters in a NUL-terminated string
158 * @p: pointer to NUL-terminated string to count.
191 * strlen - Return count of characters in a NUL-terminated string
193 * @p: pointer to NUL-terminated string to count.
227 * @q: pointer to NUL-terminated source string to copy
231 * @size - 1 bytes. @p will always be NUL-terminated.
277 * destination @p buffer is always NUL terminated, unless it's zero-sized.
352 * @p: pointer to %NUL-terminated string to append to
353 * @q: pointer to %NUL-terminated string to append from
356 * Appends %NUL-terminated string @q after the %NUL-terminated
359 * %NUL-terminated only if a %NUL already existed within
415 * @p: pointer to NUL-terminated string to append to
416 * @q: pointer to NUL-terminated source string to append from
440 * @p: pointer to NUL-terminated string to append to
445 * NUL byte) after the NUL-terminated string at @p. @p will be
446 * NUL-terminated.
772 * @q: pointer to NUL-terminated source string to copy