Searched refs:find (Results 1 – 5 of 5) sorted by relevance
395 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() argument397 const int len = strlen(find); in tomoyo_str_starts()400 if (strncmp(tmp, find, len)) in tomoyo_str_starts()
546 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument548 const char *cp = strstr(string, find); in tomoyo_find_yesno()550 cp += strlen(find); in tomoyo_find_yesno()569 const char *find) in tomoyo_set_uint() argument571 const char *cp = strstr(string, find); in tomoyo_set_uint()573 sscanf(cp + strlen(find), "=%u", i); in tomoyo_set_uint()
943 bool tomoyo_str_starts(char **src, const char *find);
14 support and the like can find them.
185 trying to find such users.