Lines Matching defs:find
522 * @profile: Profile number to find.
541 * @find: Name of keyword.
543 * Returns 1 if "@find=yes" was found, 0 if "@find=no" was found, -1 otherwise.
545 static s8 tomoyo_find_yesno(const char *string, const char *find)
547 const char *cp = strstr(string, find);
550 cp += strlen(find);
564 * @find: Name of keyword.
569 const char *find)
571 const char *cp = strstr(string, find);
574 sscanf(cp + strlen(find), "=%u", i);