Searched defs:tmpstat (Results 1 - 1 of 1) sorted by relevance

/scripts/kconfig/
H A Dconf.c463 struct stat tmpstat; local
509 if (stat(name, &tmpstat)) {
545 if (name && !stat(name, &tmpstat)) {
557 if (!stat(name, &tmpstat))
559 else if (!stat("all.config", &tmpstat))

Completed in 277 milliseconds