Searched refs:quote (Results 101 - 125 of 154) sorted by relevance

1234567

/haiku-fatelf/src/bin/network/wget/lib/
H A DMakefile.am12 # Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=lib --m4-base=m4 --doc-base=doc --tests-base=tests --aux-dir=build-aux --no-libtool --macro-prefix=gl alloca announce-gen c-ctype getopt getpass-gnu gnupload maintainer-makefile quote quotearg strcasestr update-copyright
406 ## begin gnulib module quote
409 EXTRA_DIST += quote.c quote.h
411 EXTRA_libgnu_a_SOURCES += quote.c
413 ## end gnulib module quote
/haiku-fatelf/src/bin/coreutils/man/
H A Dhelp2man600 my $quote = $lsect =~ /\W/ ? '"' : '';
601 print ".SH $quote$lsect$quote\n";
/haiku-fatelf/src/bin/coreutils/src/
H A Dcut.c36 #include "quote.h"
478 _("byte offset %s is too large"), quote (bad_num));
481 _("field number %s is too large"), quote (bad_num));
H A Dfactor.c36 #include "quote.h"
464 error (0, 0, _("%s is too large"), quote (s));
468 error (0, 0, _("%s is not a valid positive integer"), quote (s));
H A Dbase64.c30 #include "quote.h"
283 error (0, 0, _("extra operand %s"), quote (argv[optind]));
H A Dtr.c28 #include "quote.h"
427 quote sequence is found print an error message and return false;
831 quote (tmp));
930 quote (tmp));
1715 error (0, 0, _("missing operand after %s"), quote (argv[argc - 1]));
1727 error (0, 0, _("extra operand %s"), quote (argv[optind + max_operands]));
H A Duname.c55 #include "quote.h"
253 error (0, 0, _("extra operand %s"), quote (argv[optind]));
H A Dfmt.c30 #include "quote.h"
397 quote (max_width_option));
428 quote (file));
H A Dcat.c40 #include "quote.h"
327 error (0, errno, _("cannot do ioctl on %s"), quote (infile));
H A Dprintf.c23 \" = double quote
56 #include "quote.h"
104 \\\" double quote\n\
694 quote (argv[0]));
H A Dsystem.h684 quote (file_name)); \
H A Dwho.c38 #include "quote.h"
818 error (0, 0, _("extra operand %s"), quote (argv[optind + 2]));
/haiku-fatelf/src/bin/network/wget/src/
H A Dcookies.c1142 quote (file), strerror (errno));
1260 quote (file), strerror (errno));
1297 quote (file), strerror (errno));
1300 quote (file), strerror (errno));
H A Dconnect.c209 exec_name, quote (opt.bind_address));
398 exec_name, quote (host));
H A Dretr.c823 DEBUGP (("[IRI fallbacking to non-utf8 for %s\n", quote (url)));
829 DEBUGP (("[Couldn't fallback to non-utf8 for %s\n", quote (url)));
H A Dlog.c764 escnonprint doesn't quote its escape character because it is notf
817 redirect_request_signal_name, quote (logfile));
H A Dnetrc.c392 exec_name, path, ln, quote (premature_token));
H A Dopenssl.c614 severity, quote (host));
H A Dres.c471 path, quote (specs->paths[i].path)));
H A Dconvert.c250 quote (file), strerror (errno));
284 quote, to the outfile. */
522 size -= 2; /* disregard opening and closing quote */
592 We quote ? as %3F to avoid passing part of the file name as the
601 We always quote "#" as "%23", "%" as "%25" and ";" as "%3B"
1007 string s. It will recognize and quote numeric and special graphic
H A Dmswindows.c294 printf (_("Output will be written to %s.\n"), quote (info->lfilename));
H A Drecur.c506 DEBUGP (("download_child_p: parent->url is: %s\n", quote (parent->url)));
/haiku-fatelf/src/bin/unzip/
H A Dbeos.c342 int quote = FALSE; /* flags */ variable
381 if (quote) { /* if character quoted, */
383 quote = FALSE;
422 case '\026': /* control-V quote for special chars */
423 quote = TRUE; /* set flag for next character */
/haiku-fatelf/src/bin/network/ftp/
H A Dcmdtab.c256 { "quote", H(quotehelp), 1, 1, 1, CMPL0 quote },
/haiku-fatelf/src/bin/coreutils/lib/
H A Dset-mode-acl.c591 error (0, errno, _("setting permissions for %s"), quote (name));

Completed in 258 milliseconds

1234567