Searched refs:remove_job (Results 1 – 2 of 2) sorted by relevance
/external/libcups/scheduler/ |
D | testlpd.c | 30 static int remove_job(int outfd, int infd, char *dest, char **args) _CUPS_NONNULL(4); 157 status = remove_job(cupslpd_stdin[1], cupslpd_stdout[0], dest, opargs); in main() 399 remove_job(int outfd, /* I - Command file descriptor */ in remove_job() function
|
/external/mksh/src/ |
D | jobs.c | 163 static void remove_job(Job *, const char *); 522 remove_job(j, "fork failed"); in exchild() 594 remove_job(j, "child"); in exchild() 988 remove_job(j, Tjobs); in j_jobs() 1026 remove_job(j, "notify"); in j_notify() 1066 remove_job(async_job, "async"); in j_set_async() 1088 remove_job(oldest, "zombie"); in j_set_async() 1310 remove_job(j, where); in j_waitj() 1513 remove_job(j, "notify"); in check_job() 1528 remove_job(j, "checkjob"); in check_job() [all …]
|