Searched refs:quote (Results 26 - 50 of 154) sorted by relevance

1234567

/haiku-fatelf/src/bin/coreutils/src/
H A Dpwd.c24 #include "quote.h"
163 quote (nth_parent (parent_height)));
168 quote (nth_parent (parent_height)));
172 quote (nth_parent (parent_height)));
231 quote (nth_parent (parent_height)));
237 quote (nth_parent (parent_height)));
275 quote ("/"));
278 error (EXIT_FAILURE, errno, _("failed to stat %s"), quote ("."));
H A Dinstall.c39 #include "quote.h"
406 error (EXIT_FAILURE, err, _("accessing %s"), quote (file));
408 error (EXIT_FAILURE, err, _("target %s is not a directory"), quote (file));
523 error (EXIT_FAILURE, errno, _("accessing %s"), quote (optarg));
526 quote (optarg));
576 quote (scontext));
589 quote (scontext));
600 quote (file[0]));
612 error (0, 0, _("extra operand %s"), quote (file[2]));
622 quote (fil
[all...]
H A Ddd.c35 #include "quote.h"
672 _("closing input file %s"), quote (input_file));
679 _("closing output file %s"), quote (output_file));
851 quote (output_file));
904 error (0, errno, _("writing to %s"), quote (output_file));
1015 error (0, 0, _("unrecognized operand %s"), quote (name));
1069 error (0, 0, _("unrecognized operand %s"), quote (name));
1074 error (EXIT_FAILURE, 0, _("invalid number %s"), quote (val));
1298 error (EXIT_FAILURE, errno, _("cannot fstat %s"), quote (file));
1342 error (0, lseek_errno, _("%s: cannot skip"), quote (fil
[all...]
H A Dchgrp.c30 #include "quote.h"
93 error (EXIT_FAILURE, 0, _("invalid group: %s"), quote (name));
275 error (0, 0, _("missing operand after %s"), quote (argv[argc - 1]));
284 quote (reference_file));
302 quote ("/"));
H A Dhead.c37 #include "quote.h"
151 error (0, errno, _("error reading %s"), quote (filename));
154 error (0, errno, _("error writing %s"), quote (filename));
157 error (0, errno, _("%s: file has shrunk too much"), quote (filename));
264 error (0, errno, _("error reading %s"), quote (filename));
336 error (0, errno, _("error reading %s"), quote (filename));
428 error (0, errno, _("cannot lseek %s"), quote (filename));
444 quote (filename));
540 error (0, errno, _("error reading %s"), quote (filename));
622 error (0, errno, _("error reading %s"), quote (pretty_filenam
[all...]
H A Dnohup.c32 #include "quote.h"
164 error (0, saved_errno, _("failed to open %s"), quote (file));
167 quote (in_home));
178 quote (file));
237 error (0, saved_errno, _("failed to run command %s"), quote (*cmd));
H A Dmkfifo.c28 #include "quote.h"
116 quote (scontext));
134 error (0, errno, _("cannot create fifo %s"), quote (argv[optind]));
H A Dnl.c33 #include "quote.h"
486 quote (optarg));
494 quote (optarg));
502 quote (optarg));
511 quote (optarg));
524 quote (optarg));
536 quote (optarg));
550 quote (optarg));
569 quote (optarg));
H A Dremove.c31 #include "quote.h"
291 char const *quoted_name = quote (full_name);
440 : _("removed %s\n")), quote (ent->fts_path));
466 error (0, errno, _("cannot remove %s"), quote (ent->fts_path));
487 error (0, EISDIR, _("cannot remove %s"), quote (ent->fts_path));
504 quote (ent->fts_path));
560 quote (ent->fts_path));
582 quote (ent->fts_path));
590 quote (ent->fts_path),
H A Ddate.c32 #include "quote.h"
268 error (EXIT_FAILURE, errno, "%s", quote (input_filename));
288 error (0, 0, _("invalid date %s"), quote (line));
298 error (EXIT_FAILURE, errno, "%s", quote (input_filename));
426 error (0, 0, _("extra operand %s"), quote (argv[optind + 1]));
442 quote (argv[optind]));
508 error (EXIT_FAILURE, 0, _("invalid date %s"), quote (datestr));
H A Dtouch.c34 #include "quote.h"
117 error (EXIT_FAILURE, 0, _("invalid date format %s"), quote (flex_date));
174 error (0, errno, _("closing %s"), quote (file));
193 error (0, open_errno, _("cannot touch %s"), quote (file));
199 error (0, errno, _("setting times of %s"), quote (file));
319 quote (optarg));
356 _("failed to get attributes of %s"), quote (ref_file));
H A Dcp.c33 #include "quote.h"
317 quote (dst_name));
329 quote (dst_name));
348 quote (dst_name));
431 quote (src));
475 quote (dir));
491 quote (dir));
516 quote (dir));
524 quote (dir));
542 error (0, 0, _("%s exists but is not a directory"), quote (dst_di
[all...]
H A Dchown-core.c29 #include "quote.h"
120 quote (file));
163 printf (fmt, quote (file), spec);
302 quote (file_full_name));
308 error (0, ent->fts_errno, _("%s"), quote (file_full_name));
315 quote (file_full_name));
356 quote (file_full_name));
445 quote (file_full_name));
H A Dchroot.c28 #include "quote.h"
87 error (0, errno, _("invalid group %s"), quote (tmp));
99 error (0, 0, _("invalid group list %s"), quote (groups));
265 error (0, errno, _("failed to run command %s"), quote (argv[0]));
H A Dmkdir.c30 #include "quote.h"
105 prog_fprintf (stdout, o->created_directory_format, quote (dir));
191 quote (scontext));
204 quote (specified_mode));
H A Dtail.c41 #include "quote.h"
408 quote (pretty_filename));
495 error (0, errno, _("error reading %s"), quote (pretty_filename));
544 error (0, errno, _("error reading %s"), quote (pretty_filename));
637 error (0, errno, _("error reading %s"), quote (pretty_filename));
765 error (0, errno, _("error reading %s"), quote (pretty_filename));
813 error (0, errno, _("error reading %s"), quote (pretty_filename));
852 error (0, errno, _("error reading %s"), quote (pretty_filename));
887 "reverting to polling"), quote (name));
956 quote (pretty_nam
[all...]
H A Denv.c26 #include "quote.h"
121 error (EXIT_CANCELED, errno, _("cannot unset %s"), quote (optarg));
131 error (EXIT_CANCELED, errno, _("cannot set %s"), quote (name));
H A Ddirname.c28 #include "quote.h"
97 error (0, 0, _("extra operand %s"), quote (argv[optind + 1]));
H A Dgroup-list.c30 #include "quote.h"
68 quote (username));
H A Dhostid.c28 #include "quote.h"
75 error (0, 0, _("extra operand %s"), quote (argv[optind]));
H A Dlogname.c25 #include "quote.h"
72 error (0, 0, _("extra operand %s"), quote (argv[optind]));
H A Dsleep.c27 #include "quote.h"
137 error (0, 0, _("invalid time interval %s"), quote (argv[i]));
/haiku-fatelf/src/bin/network/wget/src/
H A Diri.c81 /*logprintf (LOG_VERBOSE, "parse_charset: %s\n", quote (charset));*/
103 logprintf (LOG_VERBOSE, _("Encoding %s isn't valid\n"), quote (encoding));
142 quote (opt.locale), quote ("UTF-8"));
237 quote (idna_strerror (ret)));
256 quote (idna_strerror (ret)));
331 DEBUGP (("URI encoding = %s\n", charset ? quote (charset) : "None"));
348 DEBUGP (("URI content encoding = %s\n", charset ? quote (charset) : "None"));
/haiku-fatelf/src/bin/gdb/gdb/cli/
H A Dcli-setshow.c262 int quote;
276 quote = 0;
285 quote = 1;
293 quote = 1;
338 if (quote)
341 if (quote)
260 int quote; local
/haiku-fatelf/src/bin/coreutils/lib/
H A Dmkdir-p.c35 #include "quote.h"
198 quote (dir));
206 error (0, mkdir_errno, _("cannot create directory %s"), quote (dir));

Completed in 271 milliseconds

1234567