Home
last modified time | relevance | path

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

/security/tomoyo/
A Dutil.c384 bool tomoyo_str_starts(char **src, const char *find) in tomoyo_str_starts() argument
386 const int len = strlen(find); in tomoyo_str_starts()
389 if (strncmp(tmp, find, len)) in tomoyo_str_starts()
A Dcommon.c545 static s8 tomoyo_find_yesno(const char *string, const char *find) in tomoyo_find_yesno() argument
547 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() argument
571 const char *cp = strstr(string, find); in tomoyo_set_uint()
574 sscanf(cp + strlen(find), "=%u", i); in tomoyo_set_uint()
A Dcommon.h953 bool tomoyo_str_starts(char **src, const char *find);
/security/keys/
A DKconfig15 support and the like can find them.

Completed in 14 milliseconds