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

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/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 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
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/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
H A Dacl.c69 error (0, errno, "%s", quote (src_name));
108 quote (dst_name));
122 quote (dst_name));
132 error (0, errno, "%s", quote (src_name));
139 quote (dst_name));
150 error (0, errno, _("preserving permissions for %s"), quote (dst_name));
189 error (0, errno, "%s", quote (name));
210 error (0, errno, "%s", quote (name));
230 error (0, saved_errno, _("setting permissions for %s"), quote (name));
238 error (0, errno, _("setting permissions for %s"), quote (nam
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/popt/
H A Dpoptparse.c41 char quote = '\0'; local
52 if (quote == *src) {
53 quote = '\0';
54 } else if (quote) {
62 if (*src != quote) *buf++ = '\\';
77 quote = *src;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/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"));
H A Dgnutls.c235 severity, quote (host));
241 severity, quote (host));
247 severity, quote (host));
295 quote (host));
H A Dinit.c541 exec_name, quote (com), file, ln);
591 exec_name, quote (file));
780 exec_name, quote (opt));
826 exec_name, com, quote (val));
843 exec_name, com, quote (val));
1048 exec_name, com, quote (val));
1067 exec_name, com, quote (val));
1092 exec_name, com, quote (val));
1145 fprintf (stderr, _("%s: %s: Invalid value %s.\n"), exec_name, com, quote (val));
1184 exec_name, com, quote (va
[all...]
H A Dftp.c714 quote (u->dir));
958 quote (u->file));
964 quote (u->file));
1010 quote (u->file));
1057 quote ("."));
1381 _("File %s already there; not retrieving.\n"), quote (con->target));
1449 tms, hurl, tmp, quote (locf));
1525 write_to_stdout ? "" : quote (locf),
1610 DEBUGP ((_("Using %s as listing tmp file.\n"), quote (lf)));
1627 logprintf (LOG_VERBOSE, _("Removed %s.\n"), quote (l
[all...]
H A Dftp-opie.c2160 DEBUGP (("wrote %s to STORE\n", quote (store_beg)));
H A Dhttp.c417 DEBUGP(("Found %s in basic_authed_hosts.\n", quote (hostname)));
423 quote (hostname)));
444 DEBUGP(("Inserted %s into basic_authed_hosts\n", quote (hostname)));
1000 /* Currently at closing quote; find the end of param. */
1006 /* garbage after closed quote, e.g. foo="bar"baz */
1582 quote (opt.post_file_name), strerror (errno));
1680 exec_name, quote (relevant->host));
2010 File %s already there; not retrieving.\n\n"), quote (hs->local_file));
2371 HYPHENP (hs->local_file) ? quote ("STDOUT") : quote (h
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/
H A Dcheckpatch.pl130 my $quote = '';
134 if ($quote eq '') {
135 $quote = $c;
139 } elsif ($quote eq $c) {
140 $quote = '';
143 if ($quote && $c ne "\t") {
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex21 \begin{quote}
24 \end{quote}
70 \begin{quote}
75 \end{quote}
183 \begin{quote}
189 \end{quote}
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cfgable.c105 curl_slist_free_all(config->quote);
H A Dtool_cfgable.h142 struct curl_slist *quote; member in struct:Configurable
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/findutils/
H A Dxargs.c108 char q = '\0'; /* quote char */
168 bb_error_msg_and_die("unmatched %s quote",
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/msdos/
H A DMakefile.DJ52 $(addprefix ../lib/, error.c exitfail.c quote.c \
H A DMakefile.WC42 $(OBJ_DIR)\quote.obj $(OBJ_DIR)\quotearg.obj
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dgetopt.c68 #define quote (!(option_mask32 & OPT_u)) macro
73 * it and escapes other special characters. If quote is false, it just
90 if (!quote) { /* Just copy arg */
96 For a quote we need a closing quote, a backslash, a quote and an
97 opening quote! We need also the global opening and closing quote,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/bluetooth/
H A Dhci_core.c1150 static inline struct hci_conn *hci_low_sent(struct hci_dev *hdev, __u8 type, int *quote) argument
1177 *quote = q ? q : 1;
1179 *quote = 0;
1181 BT_DBG("conn %p quote %d", conn, *quote);
1208 int quote; local
1219 while (hdev->acl_cnt && (conn = hci_low_sent(hdev, ACL_LINK, &quote))) {
1220 while (quote-- && (skb = skb_dequeue(&conn->data_q))) {
1239 int quote; local
1243 while (hdev->sco_cnt && (conn = hci_low_sent(hdev, SCO_LINK, &quote))) {
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dhush.c303 int quote; member in struct:__anon11372
470 static int b_addqchr(o_string *o, int ch, int quote);
1070 static int b_addqchr(o_string *o, int ch, int quote) argument
1072 if (quote && strchr("*?[\\", ch)) {
2275 /* quote removal, or more accurately, backslash removal */
3158 b_addqchr(dest, '\n', dest->quote);
3161 b_addqchr(dest, ch, dest->quote);
3223 unsigned char quote_mask = dest->quote ? 0x80 : 0;
3287 b_addqchr(dest, '$', dest->quote);
3302 /* Only double-quote stat
[all...]
H A Dlash.c891 char quote = '\0'; local
913 length in case we need to quote every single character.
937 if (quote == *src) {
938 quote = '\0';
939 } else if (quote) {
949 if (*src != quote) {
972 quote = *src;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnsvdec.c318 char quote; local
333 quote = *p++;
335 p = strchr(p, quote);

Completed in 328 milliseconds

12345