Lines Matching full:terminated
85 * strcpy - Copy a %NUL terminated string
107 * The result is not %NUL-terminated if the source exceeds
137 * NUL-terminated string that fits in the buffer (unless,
164 * buffer is always NUL terminated, unless it's zero-sized.
249 * buffer is always %NUL terminated, unless it's zero-sized.
301 * strcat - Append one %NUL-terminated string to another
326 * terminated.
721 * @n: number of strings in the array or -1 for NULL terminated arrays
728 * are NULL terminated. However, the function does not make a distinction
755 * @n: number of strings in the array or -1 for NULL terminated arrays
765 * are NULL terminated. However, the function does not make a distinction
1008 * strstr - Find the first substring in a %NUL terminated string