OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PATH_ATJOBS
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.bin/at/
pathnames.h
44
#define
_PATH_ATJOBS
"/var/at/jobs/"
at.c
199
(void)strlcpy(atfile,
_PATH_ATJOBS
, sizeof(atfile));
244
perr("Cannot access "
_PATH_ATJOBS
);
424
*
_PATH_ATJOBS
, or everybody's if we are root
440
if (chdir(
_PATH_ATJOBS
) == -1)
441
perr("Cannot change to "
_PATH_ATJOBS
);
444
perr("Cannot open "
_PATH_ATJOBS
);
449
perr("Cannot stat in "
_PATH_ATJOBS
);
512
if (chdir(
_PATH_ATJOBS
) == -1)
513
perr("Cannot change to "
_PATH_ATJOBS
);
516
perr("Cannot open "
_PATH_ATJOBS
);
[
all
...]
/src/libexec/atrun/
atrun.c
320
if (chdir(
_PATH_ATJOBS
) == -1)
321
perr("Cannot chdir to `%s'",
_PATH_ATJOBS
);
375
* Browse through
_PATH_ATJOBS
, checking all the jobfiles whether
444
if (chdir(
_PATH_ATJOBS
) == -1)
445
perr("Cannot change directory to `%s'",
_PATH_ATJOBS
);
460
perr("Cannot open `%s'",
_PATH_ATJOBS
);
474
_PATH_ATJOBS
);
Completed in 15 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026