Searched refs:EX_DATAERR (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dsysexits.h54 * EX_DATAERR -- The input data was incorrect in some way.
101 #define EX_DATAERR 65 /* data format error */ macro
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dsysexits-compat.h48 ** EX_DATAERR -- The input data was incorrect in some way.
102 # define EX_DATAERR 65 /* data format error */ macro
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/include/
H A Dexits.h54 * EX_DATAERR -- The input data was incorrect in some way.
101 #define EX_DATAERR 65 /* data format error */ macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsysexits_.h54 # define EX_DATAERR 65 macro
/macosx-10.10/postfix-255/postfix/src/global/
H A Dsys_exits.h32 #define EX_DATAERR 65 /* data format error */ macro
H A Dsys_exits.c78 EX_DATAERR, "5.6.0", "data format error",
/macosx-10.10/smb-759.0/smbutil/
H A Dsmbutil.c136 errx(EX_DATAERR, "unknown command %s", cp);
138 errx(EX_DATAERR, "no specific help for command %s", cp);
173 errx(EX_DATAERR, "unknown command %s", cp);
H A Dlookup.c126 errx(EX_DATAERR, "invalid value for node type");
/macosx-10.10/network_cmds-457/dnctl/
H A Ddnctl.c735 errx(EX_DATAERR,
740 errx(EX_DATAERR,
746 errx(EX_DATAERR,
769 errx(EX_DATAERR, "0 < w_q <= 1");
785 errx(EX_DATAERR, "0 < max_p <= 1");
798 errx(EX_DATAERR, "bandwidth only valid for pipes");
821 errx(EX_DATAERR, "bandwidth too large");
828 errx(EX_DATAERR, "delay only valid for pipes");
836 errx(EX_DATAERR,"weight only valid for queues");
844 errx(EX_DATAERR,"pip
[all...]
/macosx-10.10/network_cmds-457/ipfw.tproj/
H A Dipfw2.c634 errx(EX_DATAERR, "invalid separator <%c> in <%s>",
642 errx(EX_DATAERR, "too many ports/ranges");
678 errx(EX_DATAERR, "unknown ICMP unreachable code ``%s''", str);
862 errx(EX_DATAERR, "invalid ICMP type");
865 errx(EX_DATAERR, "ICMP type out of range");
1643 errx(EX_DATAERR, "invalid set number %s", av[0]);
1645 errx(EX_DATAERR, "invalid set number %s", av[1]);
1666 errx(EX_DATAERR, "invalid source number %s", av[0]);
1668 errx(EX_DATAERR, "invalid dest. set %s", av[1]);
1687 errx(EX_DATAERR,
[all...]
/macosx-10.10/smb-759.0/mount_smbfs/
H A Dmount_smbfs.c130 errx(EX_DATAERR, "invalid value for directory mode");
136 errx(EX_DATAERR, "invalid value for file mode");
/macosx-10.10/DiskArbitration-268/diskarbitrationd/
H A DDACommand.c456 if ( argv[0] == NULL ) { status = EX_DATAERR; goto DACommandExecuteErr; }
/macosx-10.10/text_cmds-88/split/
H A Dsplit.c317 errx(EX_DATAERR, "too many files");
/macosx-10.10/network_cmds-457/mptcp_client/
H A Dmptcp_client.c610 errx(EX_DATAERR, "ERROR extra data write %zd %d\n", n, bytes_to_rdwr);
627 errx(EX_DATAERR, "ERROR extra bytes read n:%zd expected:%d\n", n, bytes_to_rdwr);
/macosx-10.10/security_systemkeychain-55202/src/
H A Dsystemkeychain.cpp567 exit(EX_DATAERR);
572 exit(EX_DATAERR);
/macosx-10.10/procmail-14/procmail/src/
H A Dincludes.h90 #include <sysexits.h> /* EX_USAGE EX_DATAERR EX_NOINPUT EX_NOUSER
150 #define EX_DATAERR 65 macro
/macosx-10.10/uucp-11/uucp/
H A Duux.c52 #ifndef EX_DATAERR
53 #define EX_DATAERR (65) macro
1045 uxabort (ftemp ? EX_TEMPFAIL : EX_DATAERR);
1336 exit (ftemp ? EX_TEMPFAIL : EX_DATAERR);
/macosx-10.10/msdosfs-209.1.1/msdos_util.tproj/
H A Ddosutil.c784 errx(EX_DATAERR, "Bad UTF8 Name");
786 errx(EX_DATAERR, "Could not convert to DOS Latin1");
790 errx(EX_DATAERR, "Label has illegal characters");
/macosx-10.10/postfix-255/postfix/src/sendmail/
H A Dsendmail.c858 msg_fatal_status(EX_DATAERR,
879 msg_fatal_status(EX_DATAERR,
925 msg_fatal_status(EX_DATAERR, "%s(%ld): error reading input: %m",
/macosx-10.10/kext_tools-384.1.4/
H A Dkcgen_main.c1244 result = EX_DATAERR;
1250 result = EX_DATAERR;
H A Dkextutil_main.c1577 result = EX_DATAERR;
1586 result = EX_DATAERR;
H A Dkextcache_main.c3161 result = EX_DATAERR;
3167 result = EX_DATAERR;

Completed in 468 milliseconds