Searched refs:fatal (Results 251 - 275 of 330) sorted by relevance

<<11121314

/freebsd-10.0-release/contrib/gcc/
H A Dgensupport.c953 fatal ("directory name missing after -I option");
978 fatal ("invalid option `%s'", argv[i]);
1003 fatal ("cannot read standard input twice");
H A Dgenautomata.c1252 fatal ("invalid string `%s' in define_cpu_unit", XSTR (def, 0));
1282 fatal ("invalid string `%s' in define_query_cpu_unit", XSTR (def, 0));
1312 fatal ("invalid string `%s' in define_bypass", XSTR (def, 1));
1315 fatal ("invalid string `%s' in define_bypass", XSTR (def, 2));
1348 fatal ("invalid first string `%s' in exclusion_set", XSTR (def, 0));
1352 fatal ("invalid second string `%s' in exclusion_set", XSTR (def, 1));
1389 fatal ((presence_p
1400 fatal ((presence_p
1496 fatal ("invalid string `%s' in define_automaton", XSTR (def, 0));
1527 fatal ("invali
[all...]
H A Dfix-header.c228 fatal ("too many calls to add_symbols");
805 fatal ("internal error for function %s", fn->fname);
/freebsd-10.0-release/contrib/groff/src/devices/grotty/
H A Dtty.cpp367 fatal("width of character not a multiple of horizontal resolution");
382 fatal("horizontal position not a multiple of horizontal resolution");
394 fatal("vertical position not a multiple of vertical resolution");
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Ddiv.cpp383 fatal("sorry, I didn't manage to begin the first page in time: use an explicit .br request");
429 fatal("sorry, I didn't manage to begin the first page in time: use an explicit .br request");
443 fatal("sorry, I didn't manage to begin the first page in time: use an explicit .br request");
H A Dmtsm.cpp393 fatal("empty state machine stack");
/freebsd-10.0-release/tools/regression/usr.bin/yacc/
H A Dftp.y77 extern void fatal(const char *);
1087 fatal("Unknown state in scanner.");
1112 fatal("Ran out of memory.");
/freebsd-10.0-release/usr.bin/bc/
H A Dbc.y387 fatal("program too big");
389 fatal("nesting too deep");
995 fatal(const char *s)
/freebsd-10.0-release/usr.sbin/lpr/lpc/
H A Dcmds.c220 fatal(pp, "%s", pcaperr(cmdstatus));
233 fatal(pp, "%s", pcaperr(cmdstatus));
1170 fatal(pp, "%s", pcaperr(cmdstatus));
/freebsd-10.0-release/contrib/byacc/test/
H A Dftp.tab.c150 extern void fatal(const char *);
960 fatal("Unknown state in scanner.");
985 fatal("Ran out of memory.");
/freebsd-10.0-release/contrib/amd/fsinfo/
H A Dfsi_util.c154 fatal(char *fmt, ...) function
/freebsd-10.0-release/contrib/byacc/
H A Dlr0.c295 fatal("too many states");
H A Dlalr.c200 fatal("too many gotos");
/freebsd-10.0-release/contrib/groff/src/devices/grolj4/
H A Dlj4.cpp224 fatal("invalid resolution %1: resolution must be a factor of 7200",
/freebsd-10.0-release/crypto/openssh/
H A Dauth-options.c398 fatal("Bugs in auth-options.c option processing.");
H A Dclientloop.c779 * one is fatal.
804 fatal("%s", errmsg);
859 fatal("%s: last_gc->ref_count = %d",
1704 fatal("Killed by signal %d.", (int) received_signal);
2113 fatal("client_session2_setup: channel %d: unknown channel", id);
2281 /* client specific fatal cleanup */
H A Dloginrec.c310 fatal("%s: Cannot find account for uid %ld", __func__,
380 fatal("%s: Cannot find user \"%s\"", __func__,
/freebsd-10.0-release/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c179 fatal(const char *fmt, ...) function
644 (void) fatal("bad vdev id: %llu", (u_longlong_t)c);
1585 fatal("dmu_bonus_hold(%llu) failed, errno %u",
3084 (void) fatal("\tMatched %d pools - use pool GUID "
3235 fatal("internal error: %s", strerror(ENOMEM));
3252 fatal("can't open '%s': %s",
3294 fatal("can't open '%s': %s", target, strerror(error));
3306 fatal("bad number %s: %s",
/freebsd-10.0-release/contrib/gdb/gdb/
H A Dthread-db.c292 thread_db_map_id2thr (struct thread_info *thread_info, int fatal)
303 if (fatal)
288 thread_db_map_id2thr(struct thread_info *thread_info, int fatal) argument
/freebsd-10.0-release/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp367 fatal("out of memory error");
1222 fatal("list must not be empty if we are inserting data");
2127 fatal("no internalname specified for font");
2222 fatal("unknown enumeration");
4201 fatal("horizontal resolution must be 24");
4203 fatal("vertical resolution must be 40");
4207 fatal("res must be a multiple of 72*sizescale");
4611 fatal("fseek on temporary file failed");
H A Dhtml-text.cpp385 fatal("cannot have multiple PRE_TAGs");
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.c815 bdb_recover(const char *path, svn_boolean_t fatal, apr_pool_t *pool)
835 ((fatal ? DB_RECOVER_FATAL : DB_RECOVER)
808 bdb_recover(const char *path, svn_boolean_t fatal, apr_pool_t *pool) argument
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y1333 fatal("Unknown state in scanner.");
1363 fatal("Ran out of memory.");
/freebsd-10.0-release/contrib/binutils/binutils/
H A Dsrconv.c1815 fatal (_("input and output files must be different"));
1824 fatal (_("no input file specified"));
1871 fatal (_("unable to open output file %s"), output_file);
H A Drclex.c196 fatal (_("invalid value specified for pragma code_page.\n"));

Completed in 193 milliseconds

<<11121314