Symbol: O_STR
sbin/unwind/libunbound/util/config_file.c
1105
else O_STR(opt, "log-identity", log_identity)
sbin/unwind/libunbound/util/config_file.c
1112
else O_STR(opt, "interface-automatic-ports", if_automatic_ports)
sbin/unwind/libunbound/util/config_file.c
1166
else O_STR(opt, "ssl-service-key", ssl_service_key)
sbin/unwind/libunbound/util/config_file.c
1167
else O_STR(opt, "tls-service-key", ssl_service_key)
sbin/unwind/libunbound/util/config_file.c
1168
else O_STR(opt, "ssl-service-pem", ssl_service_pem)
sbin/unwind/libunbound/util/config_file.c
1169
else O_STR(opt, "tls-service-pem", ssl_service_pem)
sbin/unwind/libunbound/util/config_file.c
1172
else O_STR(opt, "ssl-cert-bundle", tls_cert_bundle)
sbin/unwind/libunbound/util/config_file.c
1173
else O_STR(opt, "tls-cert-bundle", tls_cert_bundle)
sbin/unwind/libunbound/util/config_file.c
1181
else O_STR(opt, "tls-ciphers", tls_ciphers)
sbin/unwind/libunbound/util/config_file.c
1182
else O_STR(opt, "tls-ciphersuites", tls_ciphersuites)
sbin/unwind/libunbound/util/config_file.c
1185
else O_STR(opt, "http-endpoint", http_endpoint)
sbin/unwind/libunbound/util/config_file.c
1195
else O_STR(opt, "chroot", chrootdir)
sbin/unwind/libunbound/util/config_file.c
1196
else O_STR(opt, "username", username)
sbin/unwind/libunbound/util/config_file.c
1197
else O_STR(opt, "directory", directory)
sbin/unwind/libunbound/util/config_file.c
1198
else O_STR(opt, "logfile", logfile)
sbin/unwind/libunbound/util/config_file.c
1205
else O_STR(opt, "pidfile", pidfile)
sbin/unwind/libunbound/util/config_file.c
1210
else O_STR(opt, "identity", identity)
sbin/unwind/libunbound/util/config_file.c
1211
else O_STR(opt, "version", version)
sbin/unwind/libunbound/util/config_file.c
1212
else O_STR(opt, "http-user-agent", http_user_agent)
sbin/unwind/libunbound/util/config_file.c
1213
else O_STR(opt, "nsid", nsid_cfg_str)
sbin/unwind/libunbound/util/config_file.c
1214
else O_STR(opt, "target-fetch-policy", target_fetch_policy)
sbin/unwind/libunbound/util/config_file.c
1228
else O_STR(opt, "module-config", module_conf)
sbin/unwind/libunbound/util/config_file.c
1249
else O_STR(opt, "val-nsec3-keysize-iterations",val_nsec3_key_iterations)
sbin/unwind/libunbound/util/config_file.c
1260
else O_STR(opt, "server-key-file", server_key_file)
sbin/unwind/libunbound/util/config_file.c
1261
else O_STR(opt, "server-cert-file", server_cert_file)
sbin/unwind/libunbound/util/config_file.c
1262
else O_STR(opt, "control-key-file", control_key_file)
sbin/unwind/libunbound/util/config_file.c
1263
else O_STR(opt, "control-cert-file", control_cert_file)
sbin/unwind/libunbound/util/config_file.c
1302
else O_STR(opt, "dnstap-socket-path", dnstap_socket_path)
sbin/unwind/libunbound/util/config_file.c
1303
else O_STR(opt, "dnstap-ip", dnstap_ip)
sbin/unwind/libunbound/util/config_file.c
1305
else O_STR(opt, "dnstap-tls-server-name", dnstap_tls_server_name)
sbin/unwind/libunbound/util/config_file.c
1306
else O_STR(opt, "dnstap-tls-cert-bundle", dnstap_tls_cert_bundle)
sbin/unwind/libunbound/util/config_file.c
1307
else O_STR(opt, "dnstap-tls-client-key-file",
sbin/unwind/libunbound/util/config_file.c
1309
else O_STR(opt, "dnstap-tls-client-cert-file",
sbin/unwind/libunbound/util/config_file.c
1313
else O_STR(opt, "dnstap-identity", dnstap_identity)
sbin/unwind/libunbound/util/config_file.c
1314
else O_STR(opt, "dnstap-version", dnstap_version)
sbin/unwind/libunbound/util/config_file.c
1332
else O_STR(opt, "dnscrypt-provider", dnscrypt_provider)
sbin/unwind/libunbound/util/config_file.c
1396
else O_STR(opt, "ipsecmod-hook", ipsecmod_hook)
sbin/unwind/libunbound/util/config_file.c
1402
else O_STR(opt, "cookie-secret-file", cookie_secret_file)
sbin/unwind/libunbound/util/config_file.c
1404
else O_STR(opt, "backend", cachedb_backend)
sbin/unwind/libunbound/util/config_file.c
1405
else O_STR(opt, "secret-seed", cachedb_secret)
sbin/unwind/libunbound/util/config_file.c
1409
else O_STR(opt, "redis-server-host", redis_server_host)
sbin/unwind/libunbound/util/config_file.c
1410
else O_STR(opt, "redis-replica-server-host", redis_replica_server_host)
sbin/unwind/libunbound/util/config_file.c
1413
else O_STR(opt, "redis-server-path", redis_server_path)
sbin/unwind/libunbound/util/config_file.c
1414
else O_STR(opt, "redis-replica-server-path", redis_replica_server_path)
sbin/unwind/libunbound/util/config_file.c
1415
else O_STR(opt, "redis-server-password", redis_server_password)
sbin/unwind/libunbound/util/config_file.c
1416
else O_STR(opt, "redis-replica-server-password", redis_replica_server_password)
sbin/unwind/libunbound/util/config_file.c
1429
else O_STR(opt, "name-v4", ipset_name_v4)
sbin/unwind/libunbound/util/config_file.c
1430
else O_STR(opt, "name-v6", ipset_name_v6)
usr.bin/vi/cl/cl_screen.c
201
ttype = O_STR(sp, O_TERM);
usr.bin/vi/common/exf.c
478
for (found = 0, p = t = O_STR(sp, O_PATH);; ++p)
usr.bin/vi/common/exf.c
823
file_backup(sp, name, O_STR(sp, O_BACKUP)) && !LF_ISSET(FS_FORCE))
usr.bin/vi/common/key.c
234
if ((chp = O_STR(sp, O_PRINT)) != NULL)
usr.bin/vi/common/key.c
238
if ((chp = O_STR(sp, O_NOPRINT)) != NULL)
usr.bin/vi/common/options.c
1061
if (rval || O_STR(sp, cnt) == NULL) {
usr.bin/vi/common/options.c
1068
if (o_set(sp, cnt, OS_NOFREE | OS_STRDUP, O_STR(sp, cnt), 0)) {
usr.bin/vi/common/options.c
1098
free(O_STR(sp, cnt));
usr.bin/vi/common/options.c
373
if (O_STR(sp, optindx) != NULL && o_set(sp, optindx,
usr.bin/vi/common/options.c
374
OS_DEF | OS_NOFREE | OS_STRDUP, O_STR(sp, optindx), 0))
usr.bin/vi/common/options.c
654
O_STR(sp, offset) != NULL &&
usr.bin/vi/common/options.c
655
!strcmp(O_STR(sp, offset), sep))
usr.bin/vi/common/options.c
741
if ((p = O_STR(sp, off)) == NULL || p[0] == '\0') {
usr.bin/vi/common/options.c
811
if (O_STR(sp, cnt) == O_D_STR(sp, cnt) ||
usr.bin/vi/common/options.c
813
!strcmp(O_STR(sp, cnt), O_D_STR(sp, cnt))))
usr.bin/vi/common/options.c
841
if (O_STR(sp, cnt) != NULL)
usr.bin/vi/common/options.c
842
curlen += strlen(O_STR(sp, cnt));
usr.bin/vi/common/options.c
906
O_STR(sp, offset) == NULL ? "" : O_STR(sp, offset));
usr.bin/vi/common/options.c
942
if (O_STR(sp, cnt) == NULL)
usr.bin/vi/common/options.c
951
for (p = O_STR(sp, cnt); (ch = *p) != '\0'; ++p) {
usr.bin/vi/common/recover.c
137
dp = O_STR(sp, O_RECDIR);
usr.bin/vi/common/recover.c
287
dp = O_STR(sp, O_RECDIR);
usr.bin/vi/common/recover.c
339
dp = O_STR(sp, O_RECDIR);
usr.bin/vi/common/recover.c
533
p = O_STR(sp, O_RECDIR);
usr.bin/vi/common/recover.c
614
rp = O_STR(sp, O_RECDIR);
usr.bin/vi/ex/ex_argv.c
167
for (p = mp = O_STR(sp, O_SHELLMETA); *p != '\0'; ++p)
usr.bin/vi/ex/ex_argv.c
590
sh_path = O_STR(sp, O_SHELL);
usr.bin/vi/ex/ex_cd.c
95
for (p = t = O_STR(sp, O_CDPATH);; ++p)
usr.bin/vi/ex/ex_filter.c
168
if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL)
usr.bin/vi/ex/ex_filter.c
169
name = O_STR(sp, O_SHELL);
usr.bin/vi/ex/ex_filter.c
173
execl(O_STR(sp, O_SHELL), name, "-c", cmd, (char *)NULL);
usr.bin/vi/ex/ex_filter.c
174
msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s");
usr.bin/vi/ex/ex_script.c
160
sh_path = O_STR(sp, O_SHELL);
usr.bin/vi/ex/ex_shell.c
117
if ((name = strrchr(O_STR(sp, O_SHELL), '/')) == NULL)
usr.bin/vi/ex/ex_shell.c
118
name = O_STR(sp, O_SHELL);
usr.bin/vi/ex/ex_shell.c
121
execl(O_STR(sp, O_SHELL), name, "-c", cmd, (char *)NULL);
usr.bin/vi/ex/ex_shell.c
122
msgq_str(sp, M_SYSERR, O_STR(sp, O_SHELL), "execl: %s");
usr.bin/vi/ex/ex_shell.c
52
(void)snprintf(buf, sizeof(buf), "%s -i", O_STR(sp, O_SHELL));
usr.bin/vi/vi/v_ex.c
404
if (O_STR(sp, O_CEDIT) != NULL && v_ecl_log(sp, tp))
usr.bin/vi/vi/v_init.c
105
return (v_buildps(sp, str, O_STR(sp, O_SECTIONS)));
usr.bin/vi/vi/v_init.c
107
return (v_buildps(sp, O_STR(sp, O_PARAGRAPHS), str));
usr.bin/vi/vi/v_section.c
183
if ((list = O_STR(sp, O_SECTIONS)) == NULL)
usr.bin/vi/vi/v_section.c
70
if ((list = O_STR(sp, O_SECTIONS)) == NULL)
usr.bin/vi/vi/v_txt.c
2535
if (strchr(O_STR(sp, O_SHELLMETA), tp->lb[tp->cno - 1]) != NULL &&
usr.bin/vi/vi/v_txt.c
566
if (LF_ISSET(TXT_CEDIT) && O_STR(sp, O_CEDIT) != NULL &&
usr.bin/vi/vi/v_txt.c
567
O_STR(sp, O_CEDIT)[0] == evp->e_c)
usr.bin/vi/vi/v_txt.c
569
if (LF_ISSET(TXT_FILEC) && O_STR(sp, O_FILEC) != NULL &&
usr.bin/vi/vi/v_txt.c
570
O_STR(sp, O_FILEC)[0] == evp->e_c)
usr.sbin/unbound/util/config_file.c
1105
else O_STR(opt, "log-identity", log_identity)
usr.sbin/unbound/util/config_file.c
1112
else O_STR(opt, "interface-automatic-ports", if_automatic_ports)
usr.sbin/unbound/util/config_file.c
1166
else O_STR(opt, "ssl-service-key", ssl_service_key)
usr.sbin/unbound/util/config_file.c
1167
else O_STR(opt, "tls-service-key", ssl_service_key)
usr.sbin/unbound/util/config_file.c
1168
else O_STR(opt, "ssl-service-pem", ssl_service_pem)
usr.sbin/unbound/util/config_file.c
1169
else O_STR(opt, "tls-service-pem", ssl_service_pem)
usr.sbin/unbound/util/config_file.c
1172
else O_STR(opt, "ssl-cert-bundle", tls_cert_bundle)
usr.sbin/unbound/util/config_file.c
1173
else O_STR(opt, "tls-cert-bundle", tls_cert_bundle)
usr.sbin/unbound/util/config_file.c
1181
else O_STR(opt, "tls-ciphers", tls_ciphers)
usr.sbin/unbound/util/config_file.c
1182
else O_STR(opt, "tls-ciphersuites", tls_ciphersuites)
usr.sbin/unbound/util/config_file.c
1185
else O_STR(opt, "http-endpoint", http_endpoint)
usr.sbin/unbound/util/config_file.c
1195
else O_STR(opt, "chroot", chrootdir)
usr.sbin/unbound/util/config_file.c
1196
else O_STR(opt, "username", username)
usr.sbin/unbound/util/config_file.c
1197
else O_STR(opt, "directory", directory)
usr.sbin/unbound/util/config_file.c
1198
else O_STR(opt, "logfile", logfile)
usr.sbin/unbound/util/config_file.c
1205
else O_STR(opt, "pidfile", pidfile)
usr.sbin/unbound/util/config_file.c
1210
else O_STR(opt, "identity", identity)
usr.sbin/unbound/util/config_file.c
1211
else O_STR(opt, "version", version)
usr.sbin/unbound/util/config_file.c
1212
else O_STR(opt, "http-user-agent", http_user_agent)
usr.sbin/unbound/util/config_file.c
1213
else O_STR(opt, "nsid", nsid_cfg_str)
usr.sbin/unbound/util/config_file.c
1214
else O_STR(opt, "target-fetch-policy", target_fetch_policy)
usr.sbin/unbound/util/config_file.c
1228
else O_STR(opt, "module-config", module_conf)
usr.sbin/unbound/util/config_file.c
1249
else O_STR(opt, "val-nsec3-keysize-iterations",val_nsec3_key_iterations)
usr.sbin/unbound/util/config_file.c
1260
else O_STR(opt, "server-key-file", server_key_file)
usr.sbin/unbound/util/config_file.c
1261
else O_STR(opt, "server-cert-file", server_cert_file)
usr.sbin/unbound/util/config_file.c
1262
else O_STR(opt, "control-key-file", control_key_file)
usr.sbin/unbound/util/config_file.c
1263
else O_STR(opt, "control-cert-file", control_cert_file)
usr.sbin/unbound/util/config_file.c
1302
else O_STR(opt, "dnstap-socket-path", dnstap_socket_path)
usr.sbin/unbound/util/config_file.c
1303
else O_STR(opt, "dnstap-ip", dnstap_ip)
usr.sbin/unbound/util/config_file.c
1305
else O_STR(opt, "dnstap-tls-server-name", dnstap_tls_server_name)
usr.sbin/unbound/util/config_file.c
1306
else O_STR(opt, "dnstap-tls-cert-bundle", dnstap_tls_cert_bundle)
usr.sbin/unbound/util/config_file.c
1307
else O_STR(opt, "dnstap-tls-client-key-file",
usr.sbin/unbound/util/config_file.c
1309
else O_STR(opt, "dnstap-tls-client-cert-file",
usr.sbin/unbound/util/config_file.c
1313
else O_STR(opt, "dnstap-identity", dnstap_identity)
usr.sbin/unbound/util/config_file.c
1314
else O_STR(opt, "dnstap-version", dnstap_version)
usr.sbin/unbound/util/config_file.c
1332
else O_STR(opt, "dnscrypt-provider", dnscrypt_provider)
usr.sbin/unbound/util/config_file.c
1396
else O_STR(opt, "ipsecmod-hook", ipsecmod_hook)
usr.sbin/unbound/util/config_file.c
1402
else O_STR(opt, "cookie-secret-file", cookie_secret_file)
usr.sbin/unbound/util/config_file.c
1404
else O_STR(opt, "backend", cachedb_backend)
usr.sbin/unbound/util/config_file.c
1405
else O_STR(opt, "secret-seed", cachedb_secret)
usr.sbin/unbound/util/config_file.c
1409
else O_STR(opt, "redis-server-host", redis_server_host)
usr.sbin/unbound/util/config_file.c
1410
else O_STR(opt, "redis-replica-server-host", redis_replica_server_host)
usr.sbin/unbound/util/config_file.c
1413
else O_STR(opt, "redis-server-path", redis_server_path)
usr.sbin/unbound/util/config_file.c
1414
else O_STR(opt, "redis-replica-server-path", redis_replica_server_path)
usr.sbin/unbound/util/config_file.c
1415
else O_STR(opt, "redis-server-password", redis_server_password)
usr.sbin/unbound/util/config_file.c
1416
else O_STR(opt, "redis-replica-server-password", redis_replica_server_password)
usr.sbin/unbound/util/config_file.c
1429
else O_STR(opt, "name-v4", ipset_name_v4)
usr.sbin/unbound/util/config_file.c
1430
else O_STR(opt, "name-v6", ipset_name_v6)