Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/w/
H A Dw.c92 #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 Dwhodo.c95 #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()