Home
last modified time | relevance | path

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

/openbmc/skeleton/op-pwrctl/pgood_wait/
H A Dpgood_wait.c159 static const char *matchfmt = in main() local
228 if (strlen(matchfmt) + strnlen(argv[1], LEN) > LEN) in main()
236 sprintf(match, matchfmt, argv[1], service); in main()