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

/illumos-gate/usr/src/lib/libwrap/
H A Dpercent_x.c9 * percent_x() takes a string and performs %<char> expansions. It aborts the
21 static char sccsid[] = "@(#) percent_x.c 1.4 94/12/28 17:42:37";
38 /* percent_x - do %<char> expansion, abort if result buffer is too small */
40 char *percent_x(result, result_len, string, request) function
86 tcpd_warn("percent_x: expansion too long: %.30s...", result);

Completed in 58 milliseconds