Searched refs:quote (Results 1 - 25 of 70) sorted by last modified time

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dlibtool827 # Same as above, but do not quote variable references.
1014 # Aesthetically quote ARG to be evaled later.
1029 # Double-quote args containing shell metacharacters to delay
1044 # Aesthetically quote ARG to be evaled later; same as above,
1045 # but do not quote variable references.
1057 # Double-quote args containing shell metacharacters to delay
1387 # Evaluate the configuration. Be careful to quote the path
1821 # Double-quote args containing other shell metacharacters.
2459 # Aesthetically quote the previous argument.
3199 # Aesthetically quote i
[all...]
H A Dltmain.sh402 # Same as above, but do not quote variable references.
589 # Aesthetically quote ARG to be evaled later.
604 # Double-quote args containing shell metacharacters to delay
619 # Aesthetically quote ARG to be evaled later; same as above,
620 # but do not quote variable references.
632 # Double-quote args containing shell metacharacters to delay
965 # Evaluate the configuration. Be careful to quote the path
1399 # Double-quote args containing other shell metacharacters.
2037 # Aesthetically quote the previous argument.
2777 # Aesthetically quote i
[all...]
/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 Dssh.c1037 if(data->set.quote) {
1038 infof(data, "Sending quote commands\n");
1039 sshc->quote_item = data->set.quote;
1049 infof(data, "Sending quote commands\n");
1059 /* Send any quote commands */
3000 /* Post quote commands are executed after the SFTP_CLOSE state to avoid
3094 /* Search for terminating quote, unescape some chars */
3096 if(cp[i] == quot) { /* Found quote */
3102 /*error("Unterminated quote");*/
H A Durl.c1718 data->set.quote = va_arg(param, struct curl_slist *);
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 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dlibtool830 # Same as above, but do not quote variable references.
1017 # Aesthetically quote ARG to be evaled later.
1032 # Double-quote args containing shell metacharacters to delay
1047 # Aesthetically quote ARG to be evaled later; same as above,
1048 # but do not quote variable references.
1060 # Double-quote args containing shell metacharacters to delay
1390 # Evaluate the configuration. Be careful to quote the path
1824 # Double-quote args containing other shell metacharacters.
2462 # Aesthetically quote the previous argument.
3202 # Aesthetically quote i
[all...]
H A Dltmain.sh402 # Same as above, but do not quote variable references.
589 # Aesthetically quote ARG to be evaled later.
604 # Double-quote args containing shell metacharacters to delay
619 # Aesthetically quote ARG to be evaled later; same as above,
620 # but do not quote variable references.
632 # Double-quote args containing shell metacharacters to delay
965 # Evaluate the configuration. Be careful to quote the path
1399 # Double-quote args containing other shell metacharacters.
2037 # Aesthetically quote the previous argument.
2777 # Aesthetically quote i
[all...]
/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
H A Dtool_getparam.c236 {"Q", "quote", TRUE},
1377 err = add2list(&config->quote, nextarg);
H A Dtool_operate.c987 my_setopt(curl, CURLOPT_QUOTE, config->quote);
/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/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/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex609 % and you can use @w{...} around a quote to suppress ligatures.
2471 % quote/apostrophe (char 0x27), but instead use the undirected quote
2472 % from cmtt (char 0x0d). The undirected quote is ugly, so don't make it
2485 % and a similar option for the left quote char vs. a grave accent.
/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/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/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/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/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/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/src/linux/linux-2.6/sound/core/seq/
H A Dseq_clientmgr.c545 bounce_ev.data.quote.origin = event->dest;
546 bounce_ev.data.quote.event = event;
547 bounce_ev.data.quote.value = -err; /* use positive value */
/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,

Completed in 275 milliseconds

123