OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quotearg_n_options
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
quotearg.c
572
quotearg_n_options
(int n, char const *arg, size_t argsize,
function
637
return
quotearg_n_options
(n, arg, SIZE_MAX, &default_quoting_options);
660
return
quotearg_n_options
(n, arg, SIZE_MAX, &o);
668
return
quotearg_n_options
(n, arg, argsize, &o);
683
return
quotearg_n_options
(0, arg, SIZE_MAX, &options);
/src/external/gpl2/grep/dist/lib/
quotearg.c
528
quotearg_n_options
(int n, char const *arg,
function
578
return
quotearg_n_options
(n, arg, &default_quoting_options);
593
return
quotearg_n_options
(n, arg, &o);
608
return
quotearg_n_options
(0, arg, &options);
/src/external/gpl2/xcvs/dist/lib/
quotearg.c
569
quotearg_n_options
(int n, char const *arg, size_t argsize,
function
630
return
quotearg_n_options
(n, arg, SIZE_MAX, &default_quoting_options);
653
return
quotearg_n_options
(n, arg, SIZE_MAX, &o);
661
return
quotearg_n_options
(n, arg, argsize, &o);
676
return
quotearg_n_options
(0, arg, SIZE_MAX, &options);
Completed in 18 milliseconds
Indexes created Wed Aug 12 00:25:48 UTC 2026