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

/haiku-fatelf/src/bin/coreutils/lib/
H A Dquote.h20 char const *quote_n (int n, char const *name);
H A Dquote.c29 quote_n (int n, char const *name) function
39 return quote_n (0, name);
H A Droot-dev-ino.h42 quote_n (0, Dirname), quote_n (1, "/")); \
H A Dxfreopen.c40 quote_n (0, f), quote_n (1, mode));
H A Dargmatch.c138 quote_n (1, context));
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dquote.h20 char const *quote_n (int n, char const *name);
H A Dquote.c29 quote_n (int n, char const *name) function
39 return quote_n (0, name);
H A Dargmatch.c138 quote_n (1, context));
/haiku-fatelf/src/bin/network/wget/lib/
H A Dquote.h20 char const *quote_n (int n, char const *name);
H A Dquote.c29 quote_n (int n, char const *name) function
39 return quote_n (0, name);
/haiku-fatelf/src/bin/coreutils/src/
H A Dlink.c92 quote_n (0, argv[optind + 1]), quote_n (1, argv[optind]));
H A Dcopy.c644 quote_n (0, dst_name), quote_n (1, con));
1306 printf ("%s -> %s", quote_n (0, src), quote_n (1, dst));
1437 quote_n (0, src_name), quote_n (1, dst_name));
1517 quote_n (0, dst_name), quote_n (1, src_name));
1535 quote_n (0, dst_name), quote_n (
[all...]
H A Dln.c182 quote_n (0, dest), quote_n (1, source));
214 quote_n (0, source), quote_n (1, dest));
299 printf ("%s %c> %s\n", quote_n (0, dest), (symbolic_link ? '-' : '='),
300 quote_n (1, source));
316 quote_n (0, dest), quote_n (1, source));
H A Dtruncate.c346 quote_n (0, "--size"), quote_n (1, "--reference"));
353 quote_n (0, "--io-blocks"), quote_n (1, "--size"));
H A Dchcon.c194 quote_n (0, file), quote_n (1, context_string));
H A Dpathchk.c207 quote_n (0, file));
H A Dls.c3161 quote_n (0, a), quote_n (1, b));
/haiku-fatelf/src/bin/network/wget/src/
H A Dopenssl.c528 quote_n (1, issuer));
581 severity, quote_n (0, common_name), quote_n (1, host));
H A Drecur.c120 DEBUGP (("[IRI Enqueuing %s with %s\n", quote_n (0, url),
121 i->uri_encoding ? quote_n (1, i->uri_encoding) : "None"));
H A Dhtml-url.c309 quote_n (1, base),
310 quote_n (2, link_uri),

Completed in 138 milliseconds