Searched refs:quotearg_n (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/gnu/usr.bin/grep/
H A Dquotearg.h92 char *quotearg_n PARAMS ((unsigned int n, char const *arg));
94 /* Equivalent to quotearg_n (0, ARG). */
98 This is like quotearg_n (N, ARG), except that it uses S with no other
H A Dquotearg.c574 quotearg_n (unsigned int n, char const *arg) function
582 return quotearg_n (0, arg);

Completed in 307 milliseconds