Home
last modified time | relevance | path

Searched refs:e_errx (Results 1 – 4 of 4) sorted by relevance

/dports/ftp/spegla/spegla-1.1p5/
H A Dspegla.c403 e_errx(1, "I've retried enough now, quit"); in get_ftp_file()
451 e_errx(1, "File system full!"); in get_ftp_file()
454 e_errx(1, "ERROR unexpected error %d fel %s", in get_ftp_file()
736 e_errx(1, "%s: Not enough space left", path); in check_minfree()
934 e_errx(1, "sps_init: %s", sps_strerror(sps)); in add_param_sps()
949 e_errx(1, "spt_init: %s", spt_strerror(spt)); in add_param_spt()
958 e_errx(1, "%s required", name); in require()
1075 e_errx(1, in usage()
1158 e_errx(1, tgetopt_strerror(gos_file)); in main()
1163 e_errx(1, tgetopt_strerror(gos_argv)); in main()
[all …]
H A De_err.h40 #define errx e_errx
100 void e_errx(int eval, const char *fmt, ...)
H A Dspf_util.c663 e_errx(1, "Maximum number of deletes exceeded, quit"); in rm_f()
696 e_errx(1, "Maximum number of deletes exceeded, quit"); in rm_rf()
712 e_errx(1, "Maximum number of deletes exceeded, quit"); in rm_rf()
H A De_err.c426 e_errx(int eval, const char *fmt, ...) in e_errx() function