Searched refs:percent_x (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/tcp_wrappers/
H A Dtry-from.c73 #define EXPAND(str) percent_x(buf, sizeof(buf), str, &request)
H A Dpercent_x.c2 * percent_x() takes a string and performs %<char> expansions. It aborts the
14 static char sccsid[] = "@(#) percent_x.c 1.4 94/12/28 17:42:37";
30 /* percent_x - do %<char> expansion, abort if result buffer is too small */
32 char *percent_x(result, result_len, string, request) function
78 tcpd_warn("percent_x: expansion too long: %.30s...", result);
H A Dtcpd.h85 char *percent_x(char *, int, char *, struct request_info *); /* do %<char> expansion */
H A Doptions.c190 value = chop_string(percent_x(bf, sizeof(bf), value, request));
240 percent_x(obuf, sizeof(obuf), ibuf, request);
H A Dtcpdmatch.c338 if (STR_NE(percent_x(buf, sizeof(buf), pattern, request), unknown))
H A Dtcpdchk.c257 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
H A Dhosts_access.c207 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));

Completed in 173 milliseconds