Home
last modified time | relevance | path

Searched refs:percent_x (Results 1 – 9 of 9) sorted by relevance

/titanic_41/usr/src/cmd/tcpd/
H A Dtry-from.c74 #define EXPAND(str) percent_x(buf, sizeof(buf), str, &request)
H A Dtcpdmatch.c275 if (STR_NE(percent_x(buf, sizeof(buf), pattern, request), unknown))
H A Dtcpdchk.c255 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
/titanic_41/usr/src/lib/libwrap/
H A Dpercent_x.c40 char *percent_x(result, result_len, string, request) in percent_x() function
H A Dmapfile-vers49 percent_x;
H A DMakefile.com32 hosts_ctl.o refuse.o percent_x.o clean_exit.o \
H A Doptions.c194 value = chop_string(percent_x(bf, sizeof(bf), value, request));
244 percent_x(obuf, sizeof(obuf), ibuf, request);
H A Dtcpd.h158 extern char *percent_x(); /* do %<char> expansion */
H A Dhosts_access.c189 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));