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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dsh-quote.c29 static struct quoting_options *sh_quoting_options; variable in typeref:struct:quoting_options
31 /* Initializes the sh_quoting_options variable. */
35 sh_quoting_options = clone_quoting_options (NULL);
36 set_quoting_style (sh_quoting_options, shell_quoting_style);
43 if (sh_quoting_options == NULL)
46 sh_quoting_options);
54 if (sh_quoting_options == NULL)
57 sh_quoting_options);
64 if (sh_quoting_options == NULL)
66 return quotearg_alloc (string, strlen (string), sh_quoting_options);
[all...]

Completed in 155 milliseconds