Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/at/
H A Dpathnames.h45 #define _PATH_ATSPOOL "/var/at/spool/" macro
/netbsd-src/libexec/atrun/
H A Datrun.c264 if (chdir(_PATH_ATSPOOL) == -1) in run_file()
265 perr("Cannot chdir to `%s'", _PATH_ATSPOOL); in run_file()