| /netbsd-src/external/ibm-public/postfix/dist/conf/ |
| H A D | postfix-tls-script | 248 FATAL="$LOGGER -p fatal" 275 FATAL="postlog -p fatal -t $MAIL_LOGTAG/postfix-tls-script" 277 $FATAL "$msg" || { echo "$msg" >&2; sleep 1; } 304 $FATAL "/bin/sh does not implement a compatible 'getopts' built-in" 316 $FATAL "No working openssl(1) command found with 'openssl_path = $openssl'" 323 $FATAL no Postfix configuration directory $config_directory! 331 $FATAL "Postfix $mail_version is not compiled with TLS support" 359 $FATAL "Postfix $mail_version does not support either RSA or ECDSA" 369 $FATAL No /dev/fd/0 or /dev/stdin found 388 $FATAL "No 'postfix tls' support when openssl(1) is obsolete" [all …]
|
| H A D | postfix-script | 49 FATAL="$LOGGER -p fatal" 59 $FATAL no Postfix command directory $command_directory! 63 $FATAL no Postfix daemon directory $daemon_directory! 67 $FATAL no Postfix master program $daemon_directory/master! 71 $FATAL no Postfix configuration directory $config_directory! 77 $FATAL no Postfix shared-library directory $shlib_directory! 82 $FATAL no Postfix meta directory $meta_directory! 86 $FATAL no Postfix queue directory $queue_directory! 90 $FATAL cannot execute $command_directory/postconf! 99 $FATAL cannot execute $command_directory/postconf! [all …]
|
| /netbsd-src/sys/arch/mipsco/stand/installboot/ |
| H A D | installboot.c | 47 #define FATAL(a1,a2) errx(EXIT_FAILURE, a1, a2) macro 153 FATAL("%s: file not found", disk); in do_remove() 178 FATAL("%s must be a regular file", bootstrap); in do_install() 183 FATAL("bootstrap program too large (%d bytes)", boot_size); in do_install() 187 FATAL("malloc %d bytes failed", boot_size); in do_install() 195 FATAL("read %s: short read", bootstrap); in do_install() 202 FATAL("%s: volume directory full", disk); in do_install() 225 FATAL("write %s", disk); in do_install() 227 FATAL("write %s: short write", disk); in do_install() 250 FATAL("read %s: short read", disk); in read_volheader() [all …]
|
| /netbsd-src/usr.sbin/rarpd/ |
| H A D | rarpd.c | 73 #define FATAL 1 /* fatal error occurred */ macro 169 rarperr(FATAL, "daemon"); in main() 210 rarperr(FATAL, "malloc: %s", strerror(errno)); in init_one() 215 rarperr(FATAL, "malloc: %s", strerror(errno)); in init_one() 243 rarperr(FATAL, "getifaddrs: %s", strerror(errno)); in init_some() 284 rarperr(FATAL, "%s: %s", device, strerror(errno)); in bpf_open() 323 rarperr(FATAL, "BIOCIMMEDIATE: %s", strerror(errno)); in rarp_open() 337 rarperr(FATAL, "BIOCSETIF: %s", strerror(errno)); in rarp_open() 343 rarperr(FATAL, "BIOCGDLT: %s", strerror(errno)); in rarp_open() 351 rarperr(FATAL, "%s is not an ethernet", device); in rarp_open() [all …]
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | error.cpp | 31 enum error_type { WARNING, ERROR, FATAL }; enumerator 57 case FATAL: in do_error_with_file_and_line() 73 if (type == FATAL) in do_error_with_file_and_line() 110 do_error(FATAL, format, arg1, arg2, arg3); in fatal() 143 FATAL, format, arg1, arg2, arg3); in fatal_with_file_and_line()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-callback-stack.c | 100 FATAL("uv_shutdown failed"); in read_cb() 115 FATAL("uv_read_start failed"); in timer_cb() 162 FATAL("uv_write failed"); in connect_cb() 177 FATAL("uv_tcp_init failed"); in TEST_IMPL() 188 FATAL("uv_tcp_connect failed"); in TEST_IMPL()
|
| H A D | benchmark-ping-udp.c | 85 FATAL("uv_udp_send failed"); in pinger_write_ping() 136 FATAL("uv_udp_read_start failed"); in udp_pinger_new()
|
| H A D | benchmark-ping-pongs.c | 107 FATAL("uv_write failed"); in pinger_write_ping() 174 FATAL("uv_read_start failed"); in pinger_connect_cb()
|
| H A D | test-fail-always.c | 27 FATAL("Yes, it always fails"); in TEST_IMPL()
|
| H A D | runner.c | 271 FATAL("process_wait failed"); in run_test() 302 FATAL("process_wait failed"); in run_test()
|
| H A D | test-fs-copyfile.c | 42 FATAL("fail_cb should not have been called"); in fail_cb()
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | configure | 377 echo "FATAL: nanosleep: no" 1>&2 378 echo "FATAL: nanosleep: no" 1>&3 392 echo "FATAL: recvmsg: no" 1>&2 393 echo "FATAL: recvmsg: no" 1>&3 405 echo "FATAL: cmsg: no" 1>&2 406 echo "FATAL: cmsg: no" 1>&3
|
| /netbsd-src/distrib/hp300/miniroot/ |
| H A D | install.md | 60 FATAL ERROR: Can't mount the memory filesystem. 396 FATAL ERROR: There is no disklabel present on the root disk! You must 406 FATAL ERROR: The disklabel on the root disk is corrupted! You must
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/Autom4te/ |
| H A D | Getopt.pm | 35 use warnings FATAL => 'all';
|
| /netbsd-src/external/gpl2/groff/dist/contrib/pdfmark/ |
| H A D | pdfroff.sh | 114 *** FATAL INSTALLATION ERROR *** 499 *** FATAL INSTALLATION ERROR ***
|
| /netbsd-src/distrib/mac68k/miniroot/ |
| H A D | install.md | 60 FATAL ERROR: Can't mount the memory filesystem.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-death-test.cc | 359 GTEST_LOG_(FATAL) << error.GetString(); in FailFromInternalError() 362 GTEST_LOG_(FATAL) << "Error while reading death test internal: " in FailFromInternalError() 490 GTEST_LOG_(FATAL) << "Death test child process reported " in ReadAndInterpretStatusByte() 495 GTEST_LOG_(FATAL) << "Read from death test child process failed: " in ReadAndInterpretStatusByte() 612 GTEST_LOG_(FATAL) in Passed()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
| H A D | client.h | 56 #define nvif_fatal(o,f,a...) nvif_printk((o), FATAL, CRIT, f, ##a)
|
| H A D | subdev.h | 48 #define nvkm_fatal(s,f,a...) nvkm_printk((s), FATAL, crit, f, ##a)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | CONF_modules_load_file.pod | 82 fprintf(stderr, "FATAL: error loading configuration file\n"); 92 fprintf(stderr, "FATAL: error loading configuration file\n");
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | CONF_modules_load_file.pod | 100 fprintf(stderr, "FATAL: error loading configuration file\n"); 110 fprintf(stderr, "FATAL: error loading configuration file\n");
|
| /netbsd-src/bin/ed/ |
| H A D | ed.h | 48 #define FATAL (-4) macro
|
| /netbsd-src/sys/external/bsd/drm/dist/ |
| H A D | README | 61 …FATAL: Error inserting drm (/lib/modules/2.6.15-1.2054_FC5smp/kernel/drivers/char/drm/drm.ko): Inv…
|
| /netbsd-src/external/mpl/dhcp/dist/includes/ |
| H A D | dhctoken.h | 283 FATAL = 582, enumerator
|
| /netbsd-src/external/mpl/dhcp/dist/keama/ |
| H A D | dhctoken.h | 287 FATAL = 582, enumerator
|