Lines Matching defs:string
19 #include <string.h>
309 * The default namespace is null string "", which is always implicitly
667 static char *next_string(char *string, unsigned long *secsize)
670 while (string[0]) {
671 string++;
677 while (!string[0]) {
678 string++;
682 return string;
720 * Check whether the 'string' argument matches one of the 'patterns',
725 static bool match(const char *string, const char *const patterns[])
730 if (!fnmatch(pattern, string, 0))