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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c303 int quote; member in struct:__anon11416
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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dnsvdec.c318 char quote; local
333 quote = *p++;
335 p = strchr(p, quote);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/man/
H A Dhelp2man84 # Provide replacement `quote-regex' operator for pre-5.005.
499 my $quote = /\W/ ? '"' : '';
500 print ".SH $quote$_$quote\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/man/
H A Dhelp2man84 # Provide replacement `quote-regex' operator for pre-5.005.
499 my $quote = /\W/ ? '"' : '';
500 print ".SH $quote$_$quote\n";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/
H A DMakefile.am262 m4/quote.m4.diff \
294 modules/quote.diff \
H A DMakefile.in384 m4/quote.m4.diff \
416 modules/quote.diff \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c420 char *sp, *arg, quote; local
451 quote = *sp++;
453 while (*sp != quote) {
455 fatal(1, "unterminated quote (line %d)", linect);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/modutils/
H A Dmodprobe.c196 /* We escaped a space or a single or double quote,
217 /* End of string, but still no ending quote */
219 bb_error_msg_and_die("unterminated (single or double) quote in options list: %s", src);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dasequencer.h177 /* 150-151: kernel events with quote - DO NOT use in user clients */
404 struct snd_seq_ev_quote quote; member in union:snd_seq_event::__anon10744
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/papd/
H A Dlp.c213 static size_t quote(char *dest, char *src, const size_t bsize, size_t len)
281 len = quote(dest, q, destlen, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/papd/
H A Dlp.c213 static size_t quote(char *dest, char *src, const size_t bsize, size_t len)
281 len = quote(dest, q, destlen, len);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftp.c112 struct curl_slist *quote);
1378 /* This is called after the TYPE and possible quote commands have been sent */
1483 bool quote=FALSE; local
1489 item = data->set.quote;
1530 quote = TRUE;
1534 if(!quote) {
1535 /* No more quote to send, continue to ... */
2640 "quote-doubling" convention).
2648 /* "quote-doubling" */
3291 * Where a 'quote' mean
3298 ftp_sendquote(struct connectdata *conn, struct curl_slist *quote) argument
[all...]
H A Durldata.h1420 struct curl_slist *quote; /* after connection is established */ member in struct:UserDefined
1423 struct curl_slist *source_quote; /* 3rd party quote */

Completed in 216 milliseconds

123