Symbol: expand_string
sbin/iked/iked.h
1386
int expand_string(char *, size_t, const char *, const char *);
sbin/iked/ikev2.c
6094
if (expand_string(sa->sa_tag, len, "$id", idrepl) != 0) {
sbin/iked/ikev2.c
6101
if (expand_string(sa->sa_tag, len, "$eapid",
sbin/iked/ikev2.c
6109
if (expand_string(sa->sa_tag, len, "$name",
sbin/iked/ikev2.c
6131
if (expand_string(sa->sa_tag, len, "$domain", domain) != 0) {
sbin/isakmpd/ipsec.c
349
if (expand_string(sa->tag, len, "$id", id_string) != 0) {
sbin/isakmpd/ipsec.c
370
if (expand_string(sa->tag, len, "$domain", domain) != 0) {
sbin/isakmpd/util.h
64
extern int expand_string(char *, size_t, const char *, const char *);
usr.sbin/httpd/httpd.h
718
int expand_string(char *, size_t, const char *,
usr.sbin/httpd/server_http.c
1201
ret = expand_string(buf, len, ibuf, str);
usr.sbin/httpd/server_http.c
1209
ret = expand_string(buf, len, "$DOCUMENT_URI", path);
usr.sbin/httpd/server_http.c
1216
ret = expand_string(buf, len, "$QUERY_STRING_ENC", "");
usr.sbin/httpd/server_http.c
1220
ret = expand_string(buf, len, "$QUERY_STRING_ENC",
usr.sbin/httpd/server_http.c
1229
ret = expand_string(buf, len, "$QUERY_STRING", "");
usr.sbin/httpd/server_http.c
1231
ret = expand_string(buf, len, "$QUERY_STRING",
usr.sbin/httpd/server_http.c
1242
expand_string(buf, len, "$HTTP_HOST", str);
usr.sbin/httpd/server_http.c
1250
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1257
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1269
ret = expand_string(buf, len, "$REMOTE_USER", str);
usr.sbin/httpd/server_http.c
1287
ret = expand_string(buf, len, "$REQUEST_URI", str);
usr.sbin/httpd/server_http.c
1294
ret = expand_string(buf, len, "$REQUEST_SCHEME",
usr.sbin/httpd/server_http.c
1297
ret = expand_string(buf, len, "$REQUEST_SCHEME",
usr.sbin/httpd/server_http.c
1308
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1315
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1323
ret = expand_string(buf, len, "$SERVER_NAME", str);
usr.sbin/ikectl/ikeca.c
123
int expand_string(char *, size_t, const char *, const char *);
usr.sbin/ikectl/ikeca.c
640
if (expand_string(buf, sizeof(buf),
usr.sbin/relayd/relay_http.c
1222
if (expand_string(buf, len, "$HOST", ibuf))
usr.sbin/relayd/relay_http.c
1229
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1235
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1245
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1252
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1257
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1265
if (expand_string(buf, len, "$TIMEOUT", ibuf) != 0)
usr.sbin/relayd/relayd.h
1320
int expand_string(char *, size_t, const char *,