Searched refs:quoted (Results 1 - 23 of 23) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dgettok.c106 int quoted = 0; local
123 quoted = 1;
125 while ( *p != '\0' && ( quoted || !isspace( *p ))) {
127 if ( quoted ) {
131 quoted = 1;
143 if ( *p == '\0' && quoted ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dgettok.c106 int quoted = 0; local
123 quoted = 1;
125 while ( *p != '\0' && ( quoted || !isspace( *p ))) {
127 if ( quoted ) {
131 quoted = 1;
143 if ( *p == '\0' && quoted ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/csv/
H A Dload.c228 int quoted; local
238 quoted = 0;
241 quoted = !quoted;
242 else if (*line == ',' && !quoted)
290 int quoted; local
303 quoted = 0;
307 quoted = !quoted;
308 if (quoted)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables-xml.c81 /* arg meta data, were they quoted, frinstance */
104 add_argv(char *what, int quoted) argument
109 newargvattr[newargc] = quoted;
396 /* use argvattr to tell which arguments were quoted
397 to avoid comparing quoted arguments, like comments, to -j, */
735 int quote_open, quoted; local
773 /* We need to know which args were quoted so we
775 quoted = 0;
789 quoted = 1;
823 add_argv(param_buffer, quoted);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Diptables-xml.c89 /* arg meta data, were they quoted, frinstance */
113 add_argv(char *what, int quoted) argument
118 newargvattr[newargc] = quoted;
396 /* use argvattr to tell which arguments were quoted
397 to avoid comparing quoted arguments, like comments, to -j, */
732 int quote_open, quoted; local
770 /* We need to know which args were quoted so we
772 quoted = 0;
786 quoted = 1;
820 add_argv(param_buffer, quoted);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ematch.h17 int quoted; member in struct:bstr
H A Dem_meta.c257 if (arg->quoted) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dutil_str.c42 BOOL quoted; local
64 for (quoted = False; len < bufsize && *s && (quoted || !strchr_m(sep,*s)); s++) {
66 quoted = !quoted;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbind_nss_linux.c68 BOOL quoted; local
85 for (quoted = False; len < bufsize && *s && (quoted || !strchr(sep,*s)); s++) {
87 quoted = !quoted;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dutils.c122 * %q (quoted string), %t (current time) and %I (IP address) formats.
162 int base, len, neg, quoted; local
310 case 'q': /* quoted string */
311 quoted = c == 'q';
323 if (!quoted && c >= 0x80) {
328 if (quoted && (c == '"' || c == '\\'))
331 if (quoted) {
H A Doptions.c1133 int quoted, comment; local
1200 * Save the delimiter for quoted strings.
1203 quoted = c;
1206 quoted = 0;
1302 if (quoted) {
1303 if (c == quoted)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dparams.c76 int in_quote = 0, quoted = 0; local
82 quoted = 1;
109 if (quoted && args[i-1] == '"')
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-elisp.c285 bool quoted = false; local
302 quoted = true;
314 if (quoted)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dsexp.c886 quoted string is syntacillay correct. */
992 const char *quoted = NULL; local
1077 if (quoted)
1139 /* Invalid quoted string escape. */
1153 quoted++; /* Skip leading quote. */
1154 MAKE_SPACE (p - quoted);
1158 len = unquote_string (quoted, p - quoted, c.pos);
1161 quoted = NULL;
1229 quoted
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dash.c1451 * Produce a possibly single quoted string suitable as input to the shell.
4061 int quoted = 0; local
4081 if (!(subtype & VSQUOTE) == !(quoted & 1))
4083 quoted ^= 1;
4087 str = "\"}" + !(quoted & 1);
4088 quoted >>= 1;
4106 quoted ^= 1;
4113 quoted <<= 1;
4141 if (quoted & 1) {
4921 #define EXP_QWORD 0x100 /* expand word in quoted paramete
5064 preglob(const char *pattern, int quoted, int flag) argument
5280 expbackq(union node *cmd, int quoted, int quotes) argument
5711 int quoted = varflags & VSQUOTE; local
5830 int quoted; local
[all...]
H A Dmsh.c311 static int subgetc(char ec, int quoted);
562 static int dollar(int quoted);
563 static int grave(int quoted);
3868 static int subgetc(char ec, int quoted) argument
3872 DBGPRINTF3(("SUBGETC: enter, quoted=%d\n", quoted));
3878 if (grave(quoted) == 0)
3884 c = dollar(quoted);
3897 static int dollar(int quoted) argument
3905 DBGPRINTF3(("DOLLAR: enter, quoted
4002 grave(int quoted) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/Test/
H A DBuilder.pm619 Takes a quoted regular expression produced by qr//, or a string
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/
H A Dlibtool826 # metacharacters that are still active within double-quoted strings.
1019 # is double-quoted, suitable for a subsequent eval, whereas
4278 # metacharacters that are still active within double-quoted strings.
5409 /* Put quoted arguments into the new argument vector. */
6412 # to be aesthetically quoted because they are evaled later.
H A Dltmain.sh398 # metacharacters that are still active within double-quoted strings.
591 # is double-quoted, suitable for a subsequent eval, whereas
3853 # metacharacters that are still active within double-quoted strings.
4984 /* Put quoted arguments into the new argument vector. */
5987 # to be aesthetically quoted because they are evaled later.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dlibtool823 # metacharacters that are still active within double-quoted strings.
1016 # is double-quoted, suitable for a subsequent eval, whereas
4275 # metacharacters that are still active within double-quoted strings.
5406 /* Put quoted arguments into the new argument vector. */
6409 # to be aesthetically quoted because they are evaled later.
H A Dltmain.sh398 # metacharacters that are still active within double-quoted strings.
591 # is double-quoted, suitable for a subsequent eval, whereas
3853 # metacharacters that are still active within double-quoted strings.
4984 /* Put quoted arguments into the new argument vector. */
5987 # to be aesthetically quoted because they are evaled later.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex611 % Used to generate quoted braces.
6096 % Do the @verb magic: verbatim text is quoted by unique
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex615 % Used to generate quoted braces.
6334 % Do the @verb magic: verbatim text is quoted by unique

Completed in 490 milliseconds