Symbol: expand_string
sbin/iked/iked.h
1380
int expand_string(char *, size_t, const char *, const char *);
sbin/iked/ikev2.c
6067
if (expand_string(sa->sa_tag, len, "$id", idrepl) != 0) {
sbin/iked/ikev2.c
6074
if (expand_string(sa->sa_tag, len, "$eapid",
sbin/iked/ikev2.c
6082
if (expand_string(sa->sa_tag, len, "$name",
sbin/iked/ikev2.c
6104
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
716
int expand_string(char *, size_t, const char *, const char *);
usr.sbin/httpd/server_http.c
1157
ret = expand_string(buf, len, ibuf, str);
usr.sbin/httpd/server_http.c
1165
ret = expand_string(buf, len, "$DOCUMENT_URI", path);
usr.sbin/httpd/server_http.c
1172
ret = expand_string(buf, len, "$QUERY_STRING_ENC", "");
usr.sbin/httpd/server_http.c
1176
ret = expand_string(buf, len, "$QUERY_STRING_ENC", query);
usr.sbin/httpd/server_http.c
1184
ret = expand_string(buf, len, "$QUERY_STRING", "");
usr.sbin/httpd/server_http.c
1186
ret = expand_string(buf, len, "$QUERY_STRING",
usr.sbin/httpd/server_http.c
1197
expand_string(buf, len, "$HTTP_HOST", str);
usr.sbin/httpd/server_http.c
1205
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1212
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1224
ret = expand_string(buf, len, "$REMOTE_USER", str);
usr.sbin/httpd/server_http.c
1242
ret = expand_string(buf, len, "$REQUEST_URI", str);
usr.sbin/httpd/server_http.c
1249
ret = expand_string(buf, len, "$REQUEST_SCHEME", "https");
usr.sbin/httpd/server_http.c
1251
ret = expand_string(buf, len, "$REQUEST_SCHEME", "http");
usr.sbin/httpd/server_http.c
1261
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1268
if (expand_string(buf, len,
usr.sbin/httpd/server_http.c
1276
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
1198
if (expand_string(buf, len, "$HOST", ibuf))
usr.sbin/relayd/relay_http.c
1205
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1211
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1221
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1228
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1233
if (expand_string(buf, len,
usr.sbin/relayd/relay_http.c
1241
if (expand_string(buf, len, "$TIMEOUT", ibuf) != 0)
usr.sbin/relayd/relayd.h
1327
int expand_string(char *, size_t, const char *, const char *);