Searched refs:quote (Results 1 - 25 of 154) sorted by relevance

1234567

/haiku-fatelf/src/bin/coreutils/lib/
H A Dquote.h0 /* quote.h - prototypes for quote.c
21 char const *quote (char const *name);
H A Dquote.c0 /* quote.c - quote arguments for output
24 #include "quote.h"
37 quote (char const *name) function
H A Droot-dev-ino.h38 quote (Dirname)); \
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dquote.h0 /* quote.h - prototypes for quote.c
21 char const *quote (char const *name);
H A Dquote.c0 /* quote.c - quote arguments for output
24 #include "quote.h"
37 quote (char const *name) function
/haiku-fatelf/src/bin/network/wget/lib/
H A Dquote.h0 /* quote.h - prototypes for quote.c
21 char const *quote (char const *name);
H A Dquote.c0 /* quote.c - quote arguments for output
24 #include "quote.h"
37 quote (char const *name) function
/haiku-fatelf/src/bin/gdb/gdb/mi/
H A Dmi-console.h27 char quote);
H A Dmi-console.c40 char quote; member in struct:mi_console_file
47 const char *prefix, char quote)
55 mi_console->quote = quote;
101 if (mi_console->quote)
104 fputstrn_unfiltered (buf, length_buf, mi_console->quote, mi_console->raw);
46 mi_console_file_new(struct ui_file *raw, const char *prefix, char quote) argument
/haiku-fatelf/src/libs/edit/
H A Dtokenizer.c68 quote_t quote; /* Quoting state */ member in struct:tokenizer
128 tok->quote = Q_none;
145 tok->quote = Q_none;
172 * 2 Unmatched double quote
173 * 1 Unmatched single quote
201 switch (tok->quote) {
203 tok->quote = Q_single; /* Enter single quote
207 case Q_single: /* Exit single quote mode */
208 tok->quote
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Dmknod.c28 #include "quote.h"
149 error (0, 0, _("missing operand after %s"), quote (argv[argc - 1]));
159 quote (argv[optind + expected_operands]));
169 quote (scontext));
203 _("invalid major device number %s"), quote (s_major));
208 _("invalid minor device number %s"), quote (s_minor));
217 error (EXIT_FAILURE, errno, "%s", quote (argv[optind]));
223 error (EXIT_FAILURE, errno, "%s", quote (argv[optind]));
227 error (0, 0, _("invalid device type %s"), quote (argv[optind + 1]));
H A Dln.c32 #include "quote.h"
118 error (EXIT_FAILURE, err, _("accessing %s"), quote (file));
120 error (EXIT_FAILURE, err, _("target %s is not a directory"), quote (file));
148 error (0, errno, _("accessing %s"), quote (source));
158 quote (source));
169 error (0, errno, _("accessing %s"), quote (dest));
222 error (0, 0, _("%s: cannot overwrite directory"), quote (dest));
227 fprintf (stderr, _("%s: replace %s? "), program_name, quote (dest));
243 error (0, rename_errno, _("cannot backup %s"), quote (dest));
278 error (0, errno, _("cannot remove %s"), quote (des
[all...]
H A Dtruncate.c36 #include "quote.h"
150 error (0, errno, _("cannot fstat %s"), quote (fname));
162 quote (fname));
182 quote (fname));
203 quote (fname));
213 quote (fname));
234 error (0, errno, _("cannot fstat %s"), quote (fname));
241 _("truncating %s at %" PRIdMAX " bytes"), quote (fname),
323 quote (optarg));
367 error (EXIT_FAILURE, errno, _("cannot stat %s"), quote (ref_fil
[all...]
H A Dsetuidgid.c31 #include "quote.h"
111 quote (gr));
120 error (0, 0, _("invalid group %s"), quote (gr));
139 error (0, 0, _("missing operand after %s"), quote (argv[optind]));
163 _("unknown user-ID: %s"), quote (user));
174 _("to use user-ID %s you need to use -g too"), quote (user));
185 quote (pwd->pw_name));
213 error (0, errno, _("failed to run command %s"), quote (*cmd));
H A Dcopy.c48 #include "quote.h"
300 return quote (str);
316 .quote = copy_attr_quote,
331 .quote = copy_attr_quote,
385 error (0, errno, _("cannot access %s"), quote (src_name_in));
465 error (0, errno, _("clearing permissions for %s"), quote (dst_name));
500 quote (dst_name));
525 error (0, errno, _("failed to lookup file %s"), quote (dst_name));
531 quote (dst_name));
589 error (0, errno, _("cannot open %s for reading"), quote (src_nam
[all...]
H A Dchmod.c30 #include "quote.h"
126 error (0, errno, _("getting new attributes of %s"), quote (file));
149 quote (file));
169 printf (fmt, quote (file),
209 quote (file_full_name));
215 error (0, ent->fts_errno, _("%s"), quote (file_full_name));
222 quote (file_full_name));
229 quote (file_full_name));
269 quote (file_full_name));
513 error (0, 0, _("missing operand after %s"), quote (arg
[all...]
H A Drmdir.c33 #include "quote.h"
134 prog_fprintf (stdout, _("removing directory, %s"), quote (dir));
149 quote (dir));
233 prog_fprintf (stdout, _("removing directory, %s"), quote (dir));
242 error (0, errno, _("failed to remove %s"), quote (dir));
H A Dhostname.c27 #include "quote.h"
95 error (EXIT_FAILURE, errno, _("cannot set name to %s"), quote (name));
112 error (0, 0, _("extra operand %s"), quote (argv[optind + 1]));
H A Dlink.c31 #include "quote.h"
80 error (0, 0, _("missing operand after %s"), quote (argv[optind]));
86 error (0, 0, _("extra operand %s"), quote (argv[optind + 2]));
H A Dunlink.c31 #include "quote.h"
82 error (0, 0, _("extra operand %s"), quote (argv[optind + 1]));
87 error (EXIT_FAILURE, errno, _("cannot unlink %s"), quote (argv[optind]));
H A Dchown.c28 #include "quote.h"
229 error (EXIT_FAILURE, 0, "%s: %s", e, quote (optarg));
277 error (0, 0, _("missing operand after %s"), quote (argv[argc - 1]));
286 quote (reference_file));
298 error (EXIT_FAILURE, 0, "%s: %s", e, quote (argv[optind]));
315 quote ("/"));
H A Dchcon.c26 #include "quote.h"
113 #comp, quote (specified_ ## comp)); \
157 quote (file));
167 quote (file));
255 error (0, ent->fts_errno, _("cannot access %s"), quote (file_full_name));
260 error (0, ent->fts_errno, _("%s"), quote (file_full_name));
266 quote (file_full_name));
293 quote (file_full_name));
526 error (0, 0, _("missing operand after %s"), quote (argv[argc - 1]));
534 quote (reference_fil
[all...]
H A Dmktemp.c28 #include "quote.h"
247 quote (template));
272 quote (suffix));
276 error (EXIT_FAILURE, 0, _("too few X's in template %s"), quote (template));
290 quote (template));
305 quote (template));
324 quote (template));
334 quote (template));
H A Dmv.c32 #include "quote.h"
97 quote ("/"));
152 error (EXIT_FAILURE, err, _("accessing %s"), quote (file));
399 error (EXIT_FAILURE, errno, _("accessing %s"), quote (optarg));
402 quote (optarg));
435 quote (file[0]));
447 error (0, 0, _("extra operand %s"), quote (file[2]));
458 quote (file[n_files - 1]));
/haiku-fatelf/src/bin/findutils/lib/
H A Dregextype.c31 #include "quote.h"
96 msglen += strlen(quote(regex_map[i].name)) + 2u;
110 p += sprintf(p, "%s", quote(regex_map[i].name));
114 quote(s),

Completed in 172 milliseconds

1234567