Home
last modified time | relevance | path

Searched refs:O_STR (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/nvi/ex/
H A Dex_shell.c51 if (asprintf(&buf, "%s -i", O_STR(sp, O_SHELL)) == -1) { in ex_shell()
121 if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL) in ex_exec_proc()
122 name = O_STR(sp, O_SHELL); in ex_exec_proc()
125 execl(O_STR(sp, O_SHELL), name, "-c", cmd, (char *)NULL); in ex_exec_proc()
126 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s"); in ex_exec_proc()
H A Dex_filter.c133 if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL) in ex_filter()
134 name = O_STR(sp, O_SHELL); in ex_filter()
139 execl(O_STR(sp, O_SHELL), name, "-c", np, (char *)NULL); in ex_filter()
140 msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s"); in ex_filter()
H A Dex_cd.c96 for (p = t = O_STR(sp, O_CDPATH);; ++p) in ex_cd()
H A Dex_edit.c137 O_STR(sp, O_FILEENCODING), 0); in ex_N_edit()
H A Dex.h51 ((ch) <= CHAR_MAX && strchr(O_STR(sp, O_SHELLMETA), ch) != NULL)
H A Dex_script.c166 sh_path = O_STR(sp, O_SHELL); in sscr_init()
H A Dex_argv.c689 sh_path = O_STR(sp, O_SHELL); in argv_sexp()
/freebsd/contrib/unbound/util/
H A Dconfig_file.c1137 else O_STR(opt, "chroot", chrootdir) in config_get_option()
1138 else O_STR(opt, "username", username) in config_get_option()
1139 else O_STR(opt, "directory", directory) in config_get_option()
1140 else O_STR(opt, "logfile", logfile) in config_get_option()
1147 else O_STR(opt, "pidfile", pidfile) in config_get_option()
1152 else O_STR(opt, "identity", identity) in config_get_option()
1153 else O_STR(opt, "version", version) in config_get_option()
1155 else O_STR(opt, "nsid", nsid_cfg_str) in config_get_option()
1239 else O_STR(opt, "dnstap-ip", dnstap_ip) in config_get_option()
1352 else O_STR(opt, "name-v4", ipset_name_v4) in config_get_option()
[all …]
/freebsd/contrib/nvi/common/
H A Doptions.c434 if (O_STR(sp, cnt) != NULL && o_set(sp, cnt, in opts_init()
724 O_STR(sp, offset) != NULL && in opts_set()
725 !strcmp(O_STR(sp, offset), np)) in opts_set()
871 if (O_STR(sp, cnt) == O_D_STR(sp, cnt) || in opts_dump()
873 !strcmp(O_STR(sp, cnt), O_D_STR(sp, cnt)))) in opts_dump()
901 if (O_STR(sp, cnt) != NULL) in opts_dump()
902 curlen += strlen(O_STR(sp, cnt)); in opts_dump()
967 p = O_STR(sp, offset); in opts_print()
1009 if (O_STR(sp, cnt) == NULL) in opts_save()
1128 if (rval || O_STR(sp, cnt) == NULL) { in opts_copy()
[all …]
H A Drecover.c134 dp = O_STR(sp, O_RECDIR); in rcv_tmp()
276 dp = O_STR(sp, O_RECDIR); in rcv_sync()
345 dp = O_STR(sp, O_RECDIR); in rcv_mailfile()
510 p = O_STR(sp, O_RECDIR); in rcv_list()
617 rp = O_STR(sp, O_RECDIR);
H A Doptions.h56 #define O_STR(sp, o) O_V(sp, o, o_cur.str) macro
H A Dconv.c385 enc = O_STR(sp, O_FILEENCODING); in conv_enc()
405 enc = O_STR(sp, O_INPUTENCODING); in conv_enc()
H A Dexf.c177 join(O_STR(sp, O_TMPDIR), "vi.XXXXXXXXXX")) == NULL) { in file_init()
480 for (found = 0, p = t = O_STR(sp, O_PATH);; ++p) in file_spath()
835 file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE))
1247 !strcasecmp(O_STR(sp, O_FILEENCODING), "utf-8"))
H A Dkey.c243 if ((chp = O_STR(sp, O_PRINT)) != NULL) in v_key_name()
246 if ((chp = O_STR(sp, O_NOPRINT)) != NULL) in v_key_name()
/freebsd/contrib/nvi/vi/
H A Dv_init.c113 return (v_buildps(sp, str, O_STR(sp, O_SECTIONS))); in v_optchange()
115 return (v_buildps(sp, O_STR(sp, O_PARAGRAPHS), str)); in v_optchange()
H A Dv_section.c69 if ((list = O_STR(sp, O_SECTIONS)) == NULL) in v_sectionf()
183 if ((list = O_STR(sp, O_SECTIONS)) == NULL) in v_sectionb()
H A Dv_ex.c372 if (O_STR(sp, O_CEDIT) != NULL && v_ecl_log(sp, tp)) in v_ex()
H A Dv_txt.c556 if (LF_ISSET(TXT_CEDIT) && O_STR(sp, O_CEDIT) != NULL && in v_txt()
557 O_STR(sp, O_CEDIT)[0] == evp->e_c) in v_txt()
559 if (LF_ISSET(TXT_FILEC) && O_STR(sp, O_FILEC) != NULL && in v_txt()
560 O_STR(sp, O_FILEC)[0] == evp->e_c) in v_txt()
/freebsd/contrib/nvi/cl/
H A Dcl_screen.c204 ttype = O_STR(sp, O_TERM); in cl_vi_init()