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

  /src/lib/libwrap/
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);
  /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);

Completed in 14 milliseconds