Home
last modified time | relevance | path

Searched refs:filewanted (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Datrm.c337 extern int filewanted(); /* should a file be listed in queue? */ in getjoblist()
344 if ((numjobs = scandir(".", namelistp, filewanted, sortfunc)) < 0) in getjoblist()
H A Datq.c83 int filewanted(); /* should file be included in queue? */ in main()
174 if ((numentries = scandir(".", &queue, filewanted, in main()
H A Dfuncs.c201 filewanted(struct dirent *direntry) in filewanted() function