Home
last modified time | relevance | path

Searched refs:find (Results 1 – 5 of 5) sorted by relevance

/security/tomoyo/
Dutil.c382 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() argument
384 const int len = strlen(find); in tomoyo_str_starts()
387 if (strncmp(tmp, find, len)) in tomoyo_str_starts()
Dcommon.c553 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument
555 const char *cp = strstr(string, find); in tomoyo_find_yesno()
558 cp += strlen(find); in tomoyo_find_yesno()
577 const char *find) in tomoyo_set_uint() argument
579 const char *cp = strstr(string, find); in tomoyo_set_uint()
582 sscanf(cp + strlen(find), "=%u", i); in tomoyo_set_uint()
Dcommon.h953 bool tomoyo_str_starts(char **src, const char *find);
/security/keys/
DKconfig15 support and the like can find them.
/security/
DKconfig189 trying to find such users.