Lines Matching +defs:foo +defs:c
1 /* $NetBSD: job.c,v 1.480 2024/07/07 07:50:57 rillig Exp $ */
4 * Copyright (c) 1988, 1989, 1990 The Regents of the University of California.
36 * Copyright (c) 1988, 1989 by Adam de Boor
37 * Copyright (c) 1989 by Berkeley Softworks
156 /* "@(#)job.c 8.2 (Berkeley) 3/19/94" */
157 MAKE_RCSID("$NetBSD: job.c,v 1.480 2024/07/07 07:50:57 rillig Exp $");
417 "csh -c \"%s || exit 0\"\n", /* .runIgnTmpl */
500 snprintf(buf, bufsize, "%c%c%c",
1270 char c;
1290 if (read(fd, &c, 1) == 1) {
1292 while (write(fd, &c, 1) == -1 && errno == EAGAIN)
2458 char c = arg[10];
2459 newShell.hasErrCtl = c == 'Y' || c == 'y' ||
2460 c == 'T' || c == 't';
2665 WAIT_T foo;
2685 while (waitpid((pid_t)-1, &foo, WNOHANG) > 0)
2808 DEBUG3(JOB, "(%d) aborting %d, deposit token %c\n",
2912 DEBUG2(JOB, "(%d) aborted by token %c\n", getpid(), tok);