Home
last modified time | relevance | path

Searched refs:dlg_exiterr (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/dialog/
H A Dtailbox.c53 dlg_exiterr("Error moving file pointer in get_line()."); in get_line()
111 dlg_exiterr("Error moving file pointer in last_lines()."); in last_lines()
131 dlg_exiterr("Error moving file pointer in last_lines()."); in last_lines()
134 dlg_exiterr("Error reading file in last_lines()."); in last_lines()
160 dlg_exiterr("Error moving file pointer in last_lines()."); in last_lines()
350 dlg_exiterr("Can't open input file in dialog_tailbox()."); in dialog_tailbox()
H A Dtextbox.c60 dlg_exiterr("Cannot get file position"); in lseek_obj()
63 dlg_exiterr("Cannot seek to end of file"); in lseek_obj()
66 dlg_exiterr("Cannot set file position to %ld", offset); in lseek_obj()
85 dlg_exiterr("Cannot set file position to %ld (actual %ld)\n", in lseek_set()
207 dlg_exiterr("Error reading file"); in read_high()
249 dlg_exiterr("Error reading file in tabize()."); in tabize()
377 dlg_exiterr("Internal error in back_lines()."); in back_lines()
747 dlg_exiterr("Can't open input file %s", filename); in dialog_textbox()
H A Ddialog.c471 dlg_exiterr("Invalid option \"%s\"", arg); in isOption()
540 dlg_exiterr("Too many --file options"); in unescape_argv()
573 dlg_exiterr("error on filehandle in unescape_argv"); in unescape_argv()
632 dlg_exiterr("Cannot open --file %s", filename); in unescape_argv()
636 dlg_exiterr("No value given for --file"); in unescape_argv()
711 dlg_exiterr("%s.\nUse --help to list options.\n\n", msg); in Usage()
1891 dlg_exiterr("Cannot open input-fd\n"); in main()
1898 dlg_exiterr("Cannot open output-fd\n"); in main()
1983 dlg_exiterr("dialog: dlg_parse_rc"); in main()
H A Dprgbox.c110 dlg_exiterr("pipe open failed: %s", command); in dialog_prgbox()
H A Dutil.c347 dlg_exiterr("init_dialog: dlg_parse_rc"); in init_dialog()
370 dlg_exiterr("cannot open tty-input"); in init_dialog()
378 dlg_exiterr("cannot open tty-input"); in init_dialog()
410 dlg_exiterr("cannot initialize curses"); in init_dialog()
414 dlg_exiterr("cannot open tty-output"); in init_dialog()
1474 dlg_exiterr("dlg_auto_sizefile: Cannot open input file %s", file); in dlg_auto_sizefile()
1953 dlg_exiterr(const char *fmt, ...) in dlg_exiterr() function
2047 dlg_exiterr("Window too big. (height, width) = (%d, %d). Max allowed (%d, %d).", in dlg_ctl_size()
2057 dlg_exiterr("Window+Shadow too big. (height, width) = (%d, %d). Max allowed (%d, %d).", in dlg_ctl_size()
2347 dlg_exiterr("Can't make new window at (%d,%d), size (%d,%d).\n", in dlg_new_modal_window()
[all …]
H A Deditbox.c34 dlg_exiterr("File too large"); in fail_list()
67 dlg_exiterr("Not a file: %s", file); in load_list()
79 dlg_exiterr("Cannot open: %s", file); in load_list()
H A Ddialog.h342 #define exiterr dlg_exiterr
619 #define assert_ptr(ptr,msg) if ((ptr) == 0) dlg_exiterr("cannot allocate memory in " msg)
874 extern void dlg_exiterr(const char *, ...) GCC_NORETURN GCC_PRINTFLIKE(1,2);
H A Drc.c438 dlg_exiterr("Error opening file for writing in dlg_create_rc()."); in dlg_create_rc()
H A Dui_getc.c502 dlg_exiterr("timeout"); in dlg_getc()
H A DCHANGES145 + add error messages from dlg_exiterr() to trace file.
/freebsd/contrib/dialog/package/
H A Ddialog.sym132 dlg_exiterr
H A Ddialog.map88 dlg_exiterr;