Lines Matching defs:find
530 * @profile: Profile number to find.
549 * @find: Name of keyword.
551 * Returns 1 if "@find=yes" was found, 0 if "@find=no" was found, -1 otherwise.
553 static s8 tomoyo_find_yesno(const char *string, const char *find)
555 const char *cp = strstr(string, find);
558 cp += strlen(find);
572 * @find: Name of keyword.
577 const char *find)
579 const char *cp = strstr(string, find);
582 sscanf(cp + strlen(find), "=%u", i);