Lines Matching full:nul
98 * buffers overlap. The destination @dst buffer is always NUL terminated,
109 * trailing %NUL) or -E2BIG if @size is 0 or the copy from @src was
135 * buffer is always %NUL terminated, unless it's zero-sized.
138 * remaining bytes in the buffer will be filled with %NUL bytes.
401 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer
404 * @src: Pointer to NUL-terminated string
408 * a NUL-terminated string, but with bounds checking on the source size, and
425 * strtomem - Copy NUL-terminated string to non-NUL-terminated buffer
428 * @src: Pointer to NUL-terminated string
431 * a NUL-terminated string, but with bounds checking on the source size, and
447 * memtostr - Copy a possibly non-NUL-term string to a NUL-term string
448 * @dest: Pointer to destination NUL-terminates string
452 * a NUL-terminated string.
471 * memtostr_pad - Copy a possibly non-NUL-term string to a NUL-term string
472 * with NUL padding in the destination
473 * @dest: Pointer to destination NUL-terminates string
477 * a NUL-terminated string.