Home
last modified time | relevance | path

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

/src/usr.bin/getconf/
H A Dgetconf.c46 static void do_pathconf(const char *name, int key, const char *path);
151 do_pathconf(name, key, argv[optind + 1]); in main()
272 do_pathconf(const char *name, int key, const char *path) in do_pathconf() function