Searched refs:ERROR (Results 201 - 225 of 261) sorted by relevance

1234567891011

/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.c168 { ERROR, "ERROR" },
/freebsd-11-stable/contrib/bmake/
H A Dmake.h205 MADE, UPTODATE, ERROR, ABORTED enumerator in enum:GNode::enum_made
215 * ERROR - An error occurred while it was being
H A Dtarg.c612 case ERROR: return "error when made";
/freebsd-11-stable/contrib/gdb/gdb/
H A Df-exp.c64 ERROR = 266, enumerator in enum:yytokentype
102 #define ERROR 266 macro
485 "BOOLEAN_LITERAL", "NAME", "TYPENAME", "NAME_OR_INT", "SIZEOF", "ERROR",
2100 return ERROR; /* Char not a digit */
2102 return ERROR; /* Invalid digit in this base */
2436 if (toktype == ERROR)
H A Dminimon.h166 #define ERROR 63 macro
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c1037 if (command("CWD %s", argv[1]) == ERROR && code == 500) {
1348 if (command("PWD") == ERROR && code == 500) {
1367 if (command("MKD %s", argv[1]) == ERROR && code == 500) {
1386 if (command("RMD %s", argv[1]) == ERROR && code == 500) {
1981 if (command("CDUP") == ERROR && code == 500) {
H A Dftp.c1358 if (result == ERROR) {
1376 if (result == ERROR && sendport == -1) {
1809 if (getreply (0) == ERROR && code == 552) {
/freebsd-11-stable/usr.sbin/ypldap/
H A Dparse.y106 %token INCLUDE DIRECTORY CLASS PORT ERROR GROUPMEMBERS
506 return (ERROR);
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp36 END, ERROR } state; enumerator in enum:table_input::__anon1728
106 state = ERROR;
139 state = ERROR;
175 case ERROR:
/freebsd-11-stable/share/mk/
H A Dgendirdeps.mk173 .if ${dir_list:M*ERROR\:*} != ""
174 .warning ${dir_list:tW:C,.*(ERROR),\1,}
H A Dmeta.autodep.mk303 #.ERROR: _reldir_failed
309 .ERROR: _reldir_failed
H A Dmeta.stage.mk67 STAGE_CONFLICT?= ERROR
/freebsd-11-stable/contrib/bmake/mk/
H A Dgendirdeps.mk175 .if ${dir_list:M*ERROR\:*} != ""
176 .warning ${dir_list:tW:C,.*(ERROR),\1,}
H A Dmeta.autodep.mk302 #.ERROR: _reldir_failed
308 .ERROR: _reldir_failed
/freebsd-11-stable/contrib/sendmail/src/
H A Dratectrl.c231 # ERROR: unsupported HASH_ALG
H A Dmacro.c20 ERROR Read the comment in conf.h
H A Dconf.c1830 ERROR: This OS has most likely a broken strtod() implemenentation.
1831 ERROR: The function is required for getla().
1832 ERROR: Check the compilation options _LA_PROCSTR and
1833 ERROR: _SM_CONF_BROKEN_STRTOD (without the leading _).
5861 # ERROR: _LDAP_NETWORK_TIMEOUT requires _LDAPMAP
6484 ERROR: FFR_LOG_MORE1 != FFR_LOG_MORE2
6606 # ERROR: FFR_OCC requires _SM_CONF_SHM
6701 # ERROR: FFR_SM_LDAP_DBG requires _LDAPMAP and LBER_OPT_LOG_PRINT_FN
6822 # ERROR FFR_EAI requires _ALLOW_255
H A Dheaders.c1161 ERROR MSGIDLOGLEN too short
1165 ERROR MSGIDLOGLEN too long
1173 ERROR MSGIDLOGLEN too long
1325 ERROR MAXNAME must be at least 10
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dldap.c54 ERROR FFR_LDAP_VERSION > _LDAP_VERSION_MAX
57 ERROR FFR_LDAP_VERSION < _LDAP_VERSION_MIN
541 # ERROR _SM_LDAP_ARGS must be 10
/freebsd-11-stable/sys/contrib/ngatm/netnatm/api/
H A Dccpriv.h212 DEF(ERROR) /* P msg */
/freebsd-11-stable/contrib/tnftp/src/
H A Dcmds.c1155 if (r == ERROR && code == 500) {
1595 if (r == ERROR && code == 500) {
1620 if (r == ERROR && code == 500) {
2355 if (r == ERROR && code == 500) {
H A Dutil.c684 if (r == ERROR && code == 500 && features[FEAT_SIZE] == -1)
772 if (r == ERROR && code == 500 && features[FEAT_MDTM] == -1)
/freebsd-11-stable/usr.sbin/bluetooth/sdpcontrol/
H A Dsearch.c637 return (ERROR);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_timer.c39 #define TC_ERR ERROR
/freebsd-11-stable/usr.sbin/rrenumd/
H A Dparser.y100 %token BCL ECL EOS ERROR

Completed in 339 milliseconds

1234567891011