Home
last modified time | relevance | path

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

/busybox-1.35.0/util-linux/
Dreadprofile.c67 const char *mapFile, *proFile; in readprofile_main() local
103 proFile = "/proc/profile"; in readprofile_main()
107 opt = getopt32(argv, "M:+m:p:nabsirv", &multiplier, &mapFile, &proFile); in readprofile_main()
130 buf = xmalloc_xopen_read_close(proFile, &len); in readprofile_main()