Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dconf.c533 struct stat tmpstat; in main() local
593 if (stat(".config", &tmpstat)) { in main()
611 if (name && !stat(name, &tmpstat)) { in main()
622 if (!stat(name, &tmpstat)) in main()
624 else if (!stat("all.config", &tmpstat)) in main()