Lines Matching defs:start
158 char *start = param->data;
159 char *pos = start;
169 if (tomoyo_correct_domain(start))
170 return tomoyo_get_name(start);
438 const char *const start = string;
484 if (string - 3 < start || *(string - 3) != '/')
691 * @filename: The start of string to check.
693 * @pattern: The start of pattern to compare.
810 * @filename: The start of string to check.
812 * @pattern: The start of pattern to compare.
849 * @f: The start of string to check.
850 * @p: The start of pattern to compare.