Lines Matching defs:prefix
43 * int forker(ncopies, mode, prefix)
46 * char *prefix;
48 * int background(prefix);
49 * char *prefix;
62 * If the fork fails and prefix is not NULL, a error message is printed
86 * If the prefix parameter is not NULL and the fork system call fails,
88 * the be preceeded with prefix string. If prefix is NULL,
130 int background(char *prefix)
134 if (prefix != NULL)
137 prefix, __FILE__, errno, strerror(errno));
157 char *prefix) /* if ! NULL, an message will be printed to stderr */
158 /* if fork fails. The prefix (program name) will */
172 if (prefix != NULL)
175 prefix, __FILE__, errno,
199 if (prefix != NULL)
202 prefix, __FILE__, errno,