Searched refs:EX_NOINPUT (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.10/Libc-1044.1.2/include/
H A Dsysexits.h57 * EX_NOINPUT -- An input file (not a system file) did not
102 #define EX_NOINPUT 66 /* cannot open input */ macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dsysexits-compat.h51 ** EX_NOINPUT -- An input file (not a system file) did not
103 # define EX_NOINPUT 66 /* cannot open input */ macro
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dexits.h57 * EX_NOINPUT -- An input file (not a system file) did not
102 #define EX_NOINPUT 66 /* cannot open input */ macro
/macosx-10.10/xnu-2782.1.97/SETUP/installfile/
H A Dinstallfile.c87 err(EX_NOINPUT, "open(%s)", src);
91 err(EX_NOINPUT, "fstat(%s)", src);
114 err(EX_NOINPUT, "fchmod(%s, %ho)", dsttmpname, mode);
119 err(EX_NOINPUT, "rename(%s, %s)", dsttmpname, dst);
123 err(EX_NOINPUT, "close(dst)");
127 err(EX_NOINPUT, "close(src)");
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsysexits_.h55 # define EX_NOINPUT 66 macro
/macosx-10.10/postfix-255/postfix/src/global/
H A Dsys_exits.h33 #define EX_NOINPUT 66 /* cannot open input */ macro
H A Dsys_exits.c79 EX_NOINPUT, "5.3.0", "cannot open input",
/macosx-10.10/xnu-2782.1.97/SETUP/replacecontents/
H A Dreplacecontents.c80 err(EX_NOINPUT, "open(%s)", dst);
84 err(EX_NOINPUT, "fstat(%s)", dst);
127 err(EX_NOINPUT, "close(dst)");
/macosx-10.10/bash-94.1.2/bash-3.2/
H A Dshell.h61 #define EX_NOINPUT 126 macro
H A Dshell.c1404 exit ((e == ENOENT) ? EX_NOTFOUND : EX_NOINPUT);
/macosx-10.10/system_cmds-643.1.1/taskpolicy.tproj/
H A Dtaskpolicy.c215 if (ret != 0) errc(EX_NOINPUT, ret, "posix_spawnattr_init");
218 if (ret != 0) errc(EX_NOINPUT, ret, "posix_spawnattr_setflags");
222 if (ret != 0) errc(EX_NOINPUT, ret, "posix_spawnattr_set_qos_clamp_np");
226 if (ret != 0) errc(EX_NOINPUT, ret, "posix_spawn");
/macosx-10.10/ntp-92/libopts/
H A Dautoopts.h62 #ifndef EX_NOINPUT
63 # define EX_NOINPUT 66 macro
H A Dconfigfile.c974 exit(EX_NOINPUT);
983 exit(EX_NOINPUT);
/macosx-10.10/ntp-92/sntp/libopts/
H A Dautoopts.h62 #ifndef EX_NOINPUT
63 # define EX_NOINPUT 66 macro
H A Dconfigfile.c974 exit(EX_NOINPUT);
983 exit(EX_NOINPUT);
/macosx-10.10/kext_tools-384.1.4/
H A Dbrtest.c151 err(EX_NOINPUT, "%s", path);
211 err(EX_NOINPUT, "%s", helperDev);
354 err(EX_NOINPUT, "%s", volpath);
H A Dkext_tools_util.c515 result = EX_NOINPUT;
/macosx-10.10/text_cmds-88/split/
H A Dsplit.c155 err(EX_NOINPUT, "%s", *argv);
247 err(EX_NOINPUT, "fdopen");
/macosx-10.10/procmail-14/procmail/src/
H A Dcstdio.c92 nlog("Lost"),logqnl(dp->ename),exit(EX_NOINPUT); /* panic */
257 exit(EX_NOINPUT); /* we ran out of input! */
H A Dincludes.h90 #include <sysexits.h> /* EX_USAGE EX_DATAERR EX_NOINPUT EX_NOUSER
151 #define EX_NOINPUT 66 macro
H A Dlmtp.c502 exit(EX_NOINPUT);
H A Dprocmail.c335 return EX_NOINPUT;
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDACommand.c95 if ( status ) { status = EX_NOINPUT; goto __DACommandExecuteErr; }
/macosx-10.10/uucp-11/uucp/
H A Duux.c56 #ifndef EX_NOINPUT
57 #define EX_NOINPUT (66) macro
852 uxabort (EX_NOINPUT);
889 uxabort (EX_NOINPUT);
904 uxabort (EX_NOINPUT);
/macosx-10.10/text_cmds-88/fmt/
H A Dfmt.c368 return n_errors ? EX_NOINPUT : 0;

Completed in 505 milliseconds

12