Home
last modified time | relevance | path

Searched refs:msgq_str (Results 1 – 16 of 16) sorted by relevance

/freebsd-12.1/contrib/nvi/ex/
H A Dex_mkexrc.c62 msgq_str(sp, M_ERR, fname, in ex_mkexrc()
70 msgq_str(sp, M_SYSERR, fname, "%s"); in ex_mkexrc()
93 msgq_str(sp, M_INFO, fname, "138|New exrc file: %s"); in ex_mkexrc()
99 msgq_str(sp, M_SYSERR, fname, "%s"); in ex_mkexrc()
H A Dex_cd.c117 msgq_str(sp, M_INFO, buf, "122|New current directory: %s"); in ex_cd()
129 err: msgq_str(sp, M_SYSERR, dir, "%s"); in ex_cd()
H A Dex_read.c256 msgq_str(sp, M_SYSERR, name, "%s"); in ex_read()
353 err: msgq_str(sp, M_SYSERR, name, "%s"); in ex_readfp()
H A Dex_source.c82 err: msgq_str(sp, M_SYSERR, name, "%s"); in ex_source()
H A Dex_tag.c369 msgq_str(sp, M_ERR, arg, in ex_tag_pop()
824 msgq_str(sp, M_ERR, tag, in tag_msg()
831 msgq_str(sp, M_ERR, tag, "166|%s: search pattern not found"); in tag_msg()
1006 msgq_str(sp, M_ERR, tqp->tag, "162|%s: tag not found"); in ctag_slist()
1012 msgq_str(sp, M_SYSERR, tfp->name, "%s"); in ctag_slist()
H A Dex_shell.c131 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s"); in ex_exec_proc()
H A Dex_util.c175 msgq_str(sp, M_ERR, p, in ex_emsg()
H A Dex_cscope.c327 msgq_str(sp, M_SYSERR, buf, "%s"); in get_paths()
429 msgq_str(sp, M_SYSERR, cmd, "execl: %s"); in run_cscope()
793 msgq_str(sp, M_SYSERR, "%s", csc->dname); in parse()
H A Dex_filter.c143 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s"); in ex_filter()
H A Dex_write.c361 msgq_str(sp, M_SYSERR, name, "%s"); in ex_writefp()
H A Dex_argv.c746 msgq_str(sp, M_SYSERR, sh_path, "118|Error: execl: %s"); in argv_sexp()
782 ioerr: msgq_str(sp, M_ERR, sh, "119|I/O error: %s"); in argv_sexp()
H A Dex_script.c174 msgq_str(sp, M_SYSERR, sh_path, "execl: %s"); in sscr_init()
/freebsd-12.1/contrib/nvi/common/
H A Dexf.c235 msgq_str(sp, M_ERR, oname, in file_init()
260 msgq_str(sp, in file_init()
347 msgq_str(sp, M_INFO, oname, in file_init()
792 msgq_str(sp, M_ERR, name, in file_write()
878 msgq_str(sp, M_SYSERR, name, "%s"); in file_write()
885 msgq_str(sp, M_ERR, name, in file_write()
896 msgq_str(sp, M_SYSERR, name, "%s"); in file_write()
936 msgq_str(sp, M_ERR, name, in file_write()
1086 msgq_str(sp, M_ERR, bname, in file_backup()
1150 msgq_str(sp, M_ERR, bname, in file_backup()
[all …]
H A Drecover.c209 msgq_str(sp, M_SYSERR, ep->rcv_path, in rcv_init()
257 msgq_str(sp, M_SYSERR, in rcv_sync()
524 msgq_str(sp, M_SYSERR, p, "recdir: %s"); in rcv_list()
560 msgq_str(sp, M_ERR, dp->d_name, in rcv_list()
635 msgq_str(sp, M_SYSERR, rp, "%s"); in rcv_read()
681 msgq_str(sp, M_ERR, dp->d_name, in rcv_read()
745 msgq_str(sp, M_INFO, name, in rcv_read()
810 err: msgq_str(sp, M_SYSERR, fname, "%s"); in rcv_copy()
827 msgq_str(sp, M_SYSERR, dname, "%s"); in rcv_mktemp()
844 msgq_str(sp, M_ERR, strerror(errno), in rcv_email()
H A Dmsg.c376 msgq_str(sp, mtype, nstr, fmt); in msgq_wstr()
386 msgq_str( in msgq_str() function
756 msgq_str(sp, M_ERR, p, in msg_open()
759 msgq_str(sp, M_SYSERR, p, "%s"); in msg_open()
H A Dextern.h63 void msgq_str(SCR *, mtype_t, const char *, const char *);