Searched refs:PROCDIR (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/w/ |
H A D | w.c | 92 #define PROCDIR "/proc" macro 351 if ((dirp = opendir(PROCDIR)) == NULL) in main() 352 err(EXIT_FAILURE, gettext("could not open %s"), PROCDIR); in main() 359 if (snprintf(pname, sizeof (pname), "%s/%s", PROCDIR, in main()
|
/illumos-gate/usr/src/cmd/whodo/ |
H A D | whodo.c | 95 #define PROCDIR "/proc" macro 361 if ((dirp = opendir(PROCDIR)) == NULL) in main() 362 err(EXIT_FAILURE, gettext("could not open %s"), PROCDIR); in main() 368 if (snprintf(pname, sizeof (pname), "%s/%s", PROCDIR, in main()
|