HomeSort by: relevance | last modified time | path
    Searched refs:percent_x (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libwrap/
Makefile 8 refuse.c percent_x.c clean_exit.c fix_options.c socket.c \
percent_x.c 1 /* $NetBSD: percent_x.c,v 1.5 2012/03/21 10:10:37 matt Exp $ */
4 * percent_x() takes a string and performs %<char> expansions. It aborts the
18 static char sccsid[] = "@(#) percent_x.c 1.4 94/12/28 17:42:37";
20 __RCSID("$NetBSD: percent_x.c,v 1.5 2012/03/21 10:10:37 matt Exp $");
36 /* percent_x - do %<char> expansion, abort if result buffer is too small */
39 percent_x(char *result, int result_len, char *string, function in typeref:typename:char *
83 tcpd_warn("percent_x: expansion too long: %.30s...", result);
tcpd.h 78 extern char *percent_x /* do %<char> expansion */
options.c 209 value = chop_string(percent_x(bf, sizeof(bf), value, request));
256 percent_x(obuf, sizeof(obuf), ibuf, request);
hosts_access.c 217 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));
  /src/usr.sbin/tcpdchk/
percent_x.c 2 * 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";
29 /* percent_x - do %<char> expansion, abort if result buffer is too small */
31 char *percent_x(result, result_len, string, request) function
77 tcpd_warn("percent_x: expansion too long: %.30s...", result);
tcpdchk.c 268 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
  /src/usr.sbin/tcpdmatch/
tcpdmatch.c 284 if (STR_NE(percent_x(buf, sizeof(buf), pattern, request), unknown))

Completed in 13 milliseconds