Lines Matching full:terminated
99 * buffers overlap. The destination @dst buffer is always NUL terminated,
136 * buffer is always %NUL terminated, unless it's zero-sized.
397 * strtomem_pad - Copy NUL-terminated string to non-NUL-terminated buffer
400 * @src: Pointer to NUL-terminated string
404 * a NUL-terminated string, but with bounds checking on the source size, and
424 * strtomem - Copy NUL-terminated string to non-NUL-terminated buffer
427 * @src: Pointer to NUL-terminated string
430 * a NUL-terminated string, but with bounds checking on the source size, and
454 * a NUL-terminated string.
482 * a NUL-terminated string.
574 * @str: NULL-terminated string to check against @suffix
575 * @suffix: NULL-terminated string defining the suffix to look for in @str