Lines Matching defs:string
28 #include <string.h>
52 int util_resolve_subsys_kernel(struct udev *udev, const char *string,
61 if (string[0] != '[')
64 strscpy(temp, sizeof(temp), string);
292 * @str: input string to be encoded
293 * @str_enc: output string to store the encoded input string
294 * @len: maximum size of the output string, which may be
295 * four times as long as the input string
297 * Encode all potentially unsafe characters of a string to the
300 * Returns: 0 if the entire string was copied, non-zero otherwise.