Searched refs:ERROR (Results 176 - 200 of 261) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh114 *** FATAL INSTALLATION ERROR ***
499 *** FATAL INSTALLATION ERROR ***
/freebsd-11-stable/lib/libufs/
H A Dcgroup.c198 ERROR(disk, "unable to read cylinder group");
219 ERROR(disk, "unable to write cylinder group");
/freebsd-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.c228 return (ERROR);
243 case ERROR:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dobjc-exp.c73 ERROR = 275, enumerator in enum:yytokentype
116 #define ERROR 275 macro
540 "TEMPLATE", "ERROR", "SIGNED_KEYWORD", "LONG", "SHORT", "INT_KEYWORD",
2703 return ERROR;
2749 return ERROR;
2757 return ERROR;
2771 return ERROR; /* Char not a digit. */
2774 return ERROR; /* Invalid digit in this base. */
3010 /* Initialize toktype to anything other than ERROR. */
3035 toktype = ERROR; /* Onl
[all...]
H A Df-exp.y192 %token ERROR
723 return ERROR; /* Char not a digit */
725 return ERROR; /* Invalid digit in this base */
1059 if (toktype == ERROR)
H A Djv-exp.y173 %token ERROR
726 return ERROR;
736 return ERROR;
797 return ERROR; /* Char not a digit */
799 return ERROR;
1009 if (toktype == ERROR)
H A Djv-exp.c63 ERROR = 265, enumerator in enum:yytokentype
95 #define ERROR 265 macro
500 "BOOLEAN_LITERAL", "TYPENAME", "NAME_OR_INT", "ERROR", "LONG", "SHORT",
2100 return ERROR;
2110 return ERROR;
2171 return ERROR; /* Char not a digit */
2173 return ERROR;
2383 if (toktype == ERROR)
H A Dc-exp.c70 ERROR = 272, enumerator in enum:yytokentype
113 #define ERROR 272 macro
541 "UNSIGNED", "COLONCOLON", "TEMPLATE", "ERROR", "SIGNED_KEYWORD", "LONG",
2734 return ERROR;
2746 return ERROR;
2792 return ERROR;
2800 return ERROR;
2814 return ERROR; /* Char not a digit */
2817 return ERROR; /* Invalid digit in this base */
3129 if (toktype == ERROR)
[all...]
H A Dp-exp.c67 ERROR = 269, enumerator in enum:yytokentype
103 #define ERROR 269 macro
487 "COLONCOLON", "ERROR", "VARIABLE", "THIS", "TRUEKEYWORD",
2146 return ERROR;
2158 return ERROR;
2204 return ERROR;
2212 return ERROR;
2226 return ERROR; /* Char not a digit */
2229 return ERROR; /* Invalid digit in this base */
2556 if (toktype == ERROR)
[all...]
H A Dm2-exp.y159 %token <lval> INT HEX ERROR
725 return ERROR;
729 return ERROR;
960 if (toktype == ERROR)
H A Dm2-exp.c58 ERROR = 260, enumerator in enum:yytokentype
106 #define ERROR 260 macro
512 "$end", "error", "$undefined", "INT", "HEX", "ERROR", "UINT", "M2_TRUE",
2218 return ERROR;
2222 return ERROR;
2453 if (toktype == ERROR)
/freebsd-11-stable/sys/pc98/cbus/
H A Dolpt.c78 * |-ERROR 15 2 1/0x08 |
171 #define ERROR (1<<2) /* error was received from printer */ macro
446 if (sc->sc_state & ERROR)
447 sc->sc_state &= ~ERROR;
/freebsd-11-stable/contrib/ncurses/form/
H A Dfty_regex.c72 #define ERROR(c) return RegEx_Error(c)
/freebsd-11-stable/contrib/bmake/mk/
H A Dwarnings.mk70 @echo "ERROR: Invalid: WARNINGS_SET=${ws}"
71 @echo "ERROR: Try one of: ${ALL_WARNINGS_SETS:O:u}"; exit 1
/freebsd-11-stable/targets/
H A DMakefile163 .ERROR: _build_failed
/freebsd-11-stable/contrib/byacc/
H A Dvmsbuild.com150 $ WRITE SYS$ERROR "** no rule for install"
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c61 ERROR, /* Should not be used */
848 D3_TYPE (result) = ERROR;
950 if (dt == ERROR || *scan_diff != '\n')
1065 diff (ERROR if the format is bad). All of the other important
1086 return ERROR;
1094 return ERROR;
1113 return ERROR; /* Bad format */
1120 return ERROR;
1128 return ERROR;
60 ERROR, /* Should not be used */ enumerator in enum:diff_type
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dengine.c67 ERROR: do not compile with CI_LAST < CI_DATA
70 ERROR: do not compile with CI_LAST < CI_EOM
73 ERROR: do not compile with CI_LAST < CI_EOH
76 ERROR: do not compile with CI_LAST < CI_RCPT
79 ERROR: do not compile with CI_LAST < CI_MAIL
82 ERROR: do not compile with CI_LAST < CI_HELO
85 ERROR: do not compile with CI_LAST < CI_CONN
88 ERROR: do not compile with CI_LAST >= MAX_MACROS_ENTRIES
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
H A Drping.c83 ERROR enumerator in enum:test_state
175 cb->state = ERROR;
225 cb->state = ERROR;
345 cb->state = ERROR;
363 if (cb->state == ERROR) {
/freebsd-11-stable/crypto/openssl/util/
H A Dmkerr.pl169 last if(/BEGIN\s+ERROR\s+CODES/);
265 print STDERR "!! ERROR: $lib reason code $code assigned twice (collision at $name)\n";
275 print STDERR "!! ERROR: $lib function code $code assigned twice (collision at $name)\n";
305 print STDERR "!! ERROR: SSL error codes 1000+ are reserved for alerts.\n";
394 last if (/BEGIN ERROR CODES/);
462 "/* BEGIN ERROR CODES */\n";
666 /* BEGIN ERROR CODES */
/freebsd-11-stable/usr.bin/units/
H A Dunits.c554 #define ERROR 4 macro
577 return ERROR;
587 return ERROR;
/freebsd-11-stable/stand/libsa/
H A Dtftp.c153 wbuf.t.th_opcode = htons((u_short)ERROR);
235 case ERROR:
377 case ERROR:
/freebsd-11-stable/
H A DMakefile236 .error ${.newline}ERROR: The filemon module (/dev/filemon) is not loaded. \
237 ${.newline}ERROR: WITH_META_MODE is enabled but requires filemon for an incremental build. \
238 ${.newline}ERROR: 'kldload filemon' or pass -DNO_FILEMON to suppress this error.
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-io.c133 * Send an ERROR packet (error message).
147 tftp_log(LOG_DEBUG, "Sending ERROR %d", error);
152 tp->th_opcode = htons((u_short)ERROR);
167 tftp_log(LOG_DEBUG, "Sending ERROR %d: %s", error, tp->th_msg);
457 if (pkt->th_opcode == ERROR) {
459 "Got ERROR packet: %s", pkt->th_msg);
/freebsd-11-stable/contrib/file/python/
H A Dmagic.py36 MAGIC_ERROR = ERROR = 512

Completed in 334 milliseconds

1234567891011