Searched refs:doentry (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/usr.sbin/lpr/common_source/
H A Dmatchjobs.c467 * pattern), then the caller's "doentry()" routine might
494 jobspec_hdr *js_hdr, process_jqe doentry, void *doentryinfo)
522 if (doentry != NULL)
523 doentry(doentryinfo, *qent, jspec);
535 if (doentry != NULL)
536 doentry(doentryinfo, NULL, jspec);
551 if (doentry != NULL)
552 doentry(doentryinfo, *qent, jspec);
493 scanq_jobspec(int qcount, struct jobqueue **squeue, int sopts, struct jobspec_hdr *js_hdr, process_jqe doentry, void *doentryinfo) argument
/freebsd-current/usr.bin/last/
H A Dlast.c95 static void doentry(struct utmpx *);
246 doentry(&buf[--amount]);
258 * doentry --
262 doentry(struct utmpx *bp) function

Completed in 68 milliseconds