OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spool
(Results
1 - 2
of
2
) sorted by relevancy
/src/libexec/atrun/
atrun.c
387
DIR *
spool
;
local in function:main
448
* Main loop. Open
spool
directory for reading and look over all
459
if ((
spool
= opendir(".")) == NULL)
469
while ((dirent = readdir(
spool
)) != NULL) {
/src/usr.bin/at/
at.c
108
/* If a signal interrupts us, remove the
spool
file and exit. */
190
*
spool
file if necessary
427
DIR *
spool
;
local in function:list_jobs
443
if ((
spool
= opendir(".")) == NULL)
447
while ((dirent = readdir(
spool
)) != NULL) {
494
(void)closedir(
spool
);
504
DIR *
spool
;
local in function:process_jobs
515
if ((
spool
= opendir(".")) == NULL)
521
while((dirent = readdir(
spool
)) != NULL) {
576
(void)closedir(
spool
);
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 23 23:09:58 GMT 2025