Searched refs:fatal (Results 276 - 300 of 330) sorted by relevance

<<11121314

/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpcmd.y1132 fatal("Local resource failure: malloc");
1725 fatal("Unknown state in scanner.");
/freebsd-10.0-release/crypto/openssh/
H A Dauth2-pubkey.c205 fatal("%s: vasprintf failed", __func__);
550 * Don't want to call this in the child, where it can fatal() and
578 /* Don't use permanently_set_uid() here to avoid fatal() */
H A Dssh_namespace.h213 #define fatal ssh_fatal macro
H A Dkrl.c198 fatal("%s: strdup", __func__);
341 fatal("%s: strdup", __func__);
H A Dauthfile.c102 fatal("save_private_key_rsa: bad cipher");
H A Dserverloop.c1141 fatal("server_input_global_request: no/invalid user");
/freebsd-10.0-release/sys/dev/cxgbe/iw_cxgbe/
H A Dcm.c2218 int fatal = 0; local
2230 fatal = 1;
2303 fatal = 1;
2307 if (fatal) {
/freebsd-10.0-release/contrib/bmake/unit-tests/
H A Dtest.exp29 make: "error" line 5: this is fatal
/freebsd-10.0-release/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1571 fatal("can't open `%1': %2", argv[i], strerror(errno));
1587 fatal("output error");
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c3389 fatal("Unknown state in scanner.");
3419 fatal("Ran out of memory.");
/freebsd-10.0-release/crypto/openssl/util/
H A Dpod2man.pl189 marked "(W)" are non-fatal, whereas the "(F)" errors will cause
221 not having a NAME is a fatal.
/freebsd-10.0-release/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c1721 unsigned short fatal; /* whether the condition reported is fatal */ member in struct:intr_info
1737 * specifying mask 0. Returns the number of fatal interrupt conditions.
1744 int fatal = 0; local
1749 if (acts->fatal) {
1750 fatal++;
1762 return fatal;
/freebsd-10.0-release/sys/dev/cxgbe/common/
H A Dt4_hw.c1933 unsigned short fatal; /* whether the condition reported is fatal */ member in struct:intr_info
1946 * by an entry specifying mask 0. Returns the number of fatal interrupt
1952 int fatal = 0; local
1959 if (acts->fatal) {
1960 fatal++;
1971 return fatal;
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_lha.c473 goto fatal;
477 goto fatal;
496 fatal:
H A Darchive_read_support_format_rar.c722 goto fatal;
726 goto fatal;
746 fatal:
/freebsd-10.0-release/share/mk/
H A Dbsd.lib.mk205 SOLINKOPTS+= -Wl,--fatal-warnings -Wl,--warn-shared-textrel
/freebsd-10.0-release/contrib/binutils/binutils/
H A Ddllwrap.c410 warn (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
H A Dobjdump.c1944 fatal (_("Can't use supplied machine %s"), machine);
3110 fatal (_("unknown demangling style `%s'"),
H A Dresrc.c263 fatal (_("can't open temporary file `%s': %s"), redir,
269 fatal (_("can't redirect stdout: `%s': %s"), redir, strerror (errno));
285 fatal (_("%s %s: %s"), errmsg_fmt, errmsg_arg, strerror (errno));
294 fatal (_("wait: %s"), strerror (errno));
299 fatal (_("subprocess got fatal signal %d"), WTERMSIG (wait_status));
306 fatal (_("%s exited with status %d"), cmd,
330 fatal (_("can't execute `%s': %s"), cmd, strerror (errno));
334 fatal (_("can't open temporary file `%s': %s"),
346 fatal (
[all...]
/freebsd-10.0-release/contrib/byacc/
H A Doutput.c551 fatal("maximum table size exceeded");
/freebsd-10.0-release/contrib/gcc/
H A Dgenpreds.c1387 fatal ("no input file name");
/freebsd-10.0-release/contrib/groff/src/preproc/refer/
H A Drefer.cpp387 fatal("output error");
/freebsd-10.0-release/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp537 fatal("unrecognized opcode `%1'", op);
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dsys_term.c983 fatal(net, "Authorization failed");
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dnode.cpp1622 // To avoid looping, set fp to 0 before calling fatal().
1625 fatal("error writing output file");
1632 fatal("pclose failed");
1634 error("output process `%1' got fatal signal %2",
1648 fatal("error closing output file");
1655 fatal("error writing output file");

Completed in 321 milliseconds

<<11121314