Searched refs:percent_x (Results 1 – 9 of 9) sorted by relevance
/titanic_50/usr/src/cmd/tcpd/ |
H A D | try-from.c | 74 #define EXPAND(str) percent_x(buf, sizeof(buf), str, &request)
|
H A D | tcpdmatch.c | 275 if (STR_NE(percent_x(buf, sizeof(buf), pattern, request), unknown))
|
H A D | tcpdchk.c | 255 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
|
/titanic_50/usr/src/lib/libwrap/ |
H A D | percent_x.c | 40 char *percent_x(result, result_len, string, request) in percent_x() function
|
H A D | mapfile-vers | 49 percent_x;
|
H A D | Makefile.com | 32 hosts_ctl.o refuse.o percent_x.o clean_exit.o \
|
H A D | options.c | 194 value = chop_string(percent_x(bf, sizeof(bf), value, request)); 244 percent_x(obuf, sizeof(obuf), ibuf, request);
|
H A D | tcpd.h | 158 extern char *percent_x(); /* do %<char> expansion */
|
H A D | hosts_access.c | 189 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));
|