Lines Matching refs:errno
133 * Print errno log and/or timing stats if options given
155 #include <errno.h>
445 "%d: couldn't calloc child_checklist, errno=%d : %s",
446 mypid, errno, strerror(errno));
573 mypid, getppid(), errno, strerror(errno));
574 exit(errno);
597 mypid, getppid(), errno,
598 strerror(errno));
599 exit(errno);
684 "%d: couldn't calloc child_checklist, errno=%d : %s",
685 mypid, errno, strerror(errno));
725 mypid, getppid(), errno,
726 strerror(errno));
727 exit(errno);