HomeSort by relevance Sort by last modified time
    Searched defs:quoted (Results 1 - 19 of 19) sorted by null

  /external/dbus/dbus/
dbus-shell.c 36 * in the quoted text, you have to do something like 'foo'\''bar'
153 * The @quoted_string need not actually contain quoted or
161 * \' - if you want a ' in the quoted text, you have to do something
166 * @quoted_string: shell-quoted string
194 /* Append all non-quoted chars, honoring backslash escape
266 * note that tokenization ignores the internals of a quoted
275 * double-quote (\, ' or ") and it is not quoted, it will affect
276 * quoting for subsequent characters up to the end of the quoted
283 * mark and the end of the quoted text. The token will not be
284 * delimited by the end of the quoted field.
353 dbus_bool_t quoted;; local
    [all...]
  /external/iproute2/tc/
m_ematch.h 17 int quoted; member in struct:bstr
  /external/icu4c/test/intltest/
dadrcoll.cpp 93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
  /frameworks/base/media/libstagefright/httplive/
M3UParser.cpp 364 bool quoted = false; local
369 quoted = !quoted;
370 } else if (c == what && !quoted) {
  /external/iptables/iptables/
iptables-xml.c 85 /* arg meta data, were they quoted, frinstance */
108 add_argv(char *what, int quoted)
113 newargvattr[newargc] = quoted;
400 /* use argvattr to tell which arguments were quoted
401 to avoid comparing quoted arguments, like comments, to -j, */
499 || (argv[arg + 1][0] == '-' /* NOT QUOTED */ )) {
744 int quote_open, quoted; local
782 /* We need to know which args were quoted so we
784 quoted = 0;
798 quoted = 1
    [all...]
  /external/pcre/
pcrecpp_unittest.cc 483 // A meta-quoted string, interpreted as a pattern, should always match
486 string quoted = RE::QuoteMeta(unquoted); local
487 RE re(quoted, options);
492 // quoted, should not generally match a string the unquoted string does.
495 string quoted = RE::QuoteMeta(unquoted); local
496 RE re(quoted, options);
500 // Tests that quoted meta characters match their original strings,
    [all...]
  /external/ppp/pppd/
utils.c 127 * %q (quoted string), %t (current time) and %I (IP address) formats.
167 int base, len, neg, quoted; local
315 case 'q': /* quoted string */
316 quoted = c == 'q';
328 if (!quoted && c >= 0x80) {
333 if (quoted && (c == '"' || c == '\\'))
336 if (quoted) {
options.c 1117 int quoted, comment; local
1184 * Save the delimiter for quoted strings.
1187 quoted = c;
1190 quoted = 0;
1286 if (quoted) {
1287 if (c == quoted
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
b.c 254 int quoted(char **pp) /* pick up next thing after a \\ */ function
302 c = quoted((char **) &p);
308 c2 = quoted((char **) &p);
789 rlxval = quoted((char **) &prestr);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h 341 int quoted;
337 int quoted; member in struct:argp_state
  /system/core/adb/
commandline.c 567 char *quoted; local
569 quoted = dupAndQuote (*argv++);
572 strncat(buf, quoted, sizeof(buf)-1);
573 free(quoted);
1354 char *quoted; local
1388 char* quoted; local
    [all...]
  /system/core/sh/
expand.c 353 int quoted; local
384 quoted=1;
386 quoted=0;
397 if (quoted == 0)
409 expbackq(union node *cmd, int quoted, int flag)
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX;
470 if (quoted == 0)
823 varvalue(char *name, int quoted, int subtype, int flag)
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \
869 if (flag & EXP_FULL && quoted) {
    [all...]
jobs.c 1400 int quoted = 0; local
1418 if (!(subtype & VSQUOTE) != !(quoted & 1)) {
1419 quoted ^= 1;
1425 if (quoted & 1) {
1430 quoted >>= 1;
1450 quoted ^= 1;
1462 quoted <<= 1;
1481 if ((quoted & 1) && nleft) {
  /external/icu4c/i18n/
rbt_pars.cpp 399 int32_t quoteStart = -1; // Most recent 'single quoted string'
450 // Handle quoted matter
457 /* This loop picks up a run of quoted text of the
636 // Quantifiers. We handle single characters, quoted strings,
652 // The */+ follows a 'quoted string'
1650 UBool quoted = FALSE; local
    [all...]
  /external/icu4c/test/cintltst/
cldrtest.c 261 int32_t quoted = 0; local
265 quoted++;
267 else if ((quoted % 2) == 0) {
    [all...]
  /external/icu4c/tools/genrb/
parse.c 289 UBool quoted = FALSE; local
355 quoted = (UBool)!quoted;
361 if (c == STARTCOMMAND && !quoted)
372 else if (c == HASH && !quoted) {
390 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
    [all...]
  /ndk/sources/host-tools/make-3.81/
job.c 1556 int quoted = 0; local
    [all...]
  /frameworks/base/libs/utils/
ResourceTypes.cpp 3685 char quoted = 0; local
    [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 526 milliseconds