Searched defs:quoted (Results 1 - 14 of 14) sorted by relevance

/external/dbus/dbus/
H A Ddbus-shell.c35 * in the quoted text, you have to do something like 'foo'\''bar'
145 * quoted string to mean @unquoted_string. If you pass a filename to
218 * The @quoted_string need not actually contain quoted or
226 * \' - if you want a ' in the quoted text, you have to do something
231 * @quoted_string: shell-quoted string
259 /* Append all non-quoted chars, honoring backslash escape
331 * note that tokenization ignores the internals of a quoted
340 * double-quote (\, ' or ") and it is not quoted, it will affect
341 * quoting for subsequent characters up to the end of the quoted
348 * mark and the end of the quoted tex
418 dbus_bool_t quoted;; local
[all...]
H A Ddbus-auth-script.c50 const DBusString *quoted)
57 while (i < _dbus_string_get_length (quoted))
61 b = _dbus_string_get_byte (quoted, i);
103 break; /* end on whitespace if not quoted */
403 _dbus_warn ("failed to append quoted string line %d\n",
585 _dbus_warn ("failed to append quoted string line %d\n",
622 _dbus_warn ("failed to append quoted string line %d\n",
49 append_quoted_string(DBusString *dest, const DBusString *quoted) argument
/external/iproute2/tc/
H A Dm_ematch.h17 int quoted; member in struct:bstr
/external/chromium/third_party/icu/source/test/intltest/
H A Ddadrcoll.cpp93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
/external/icu4c/test/intltest/
H A Ddadrcoll.cpp93 UBool quoted = FALSE; local
99 if(!quoted) {
119 quoted = TRUE;
123 quoted = TRUE;
135 quoted = FALSE;
140 quoted = FALSE;
/external/ppp/pppd/
H A Dutils.c127 * %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) {
H A Doptions.c1117 int quoted, comment; local
1184 * Save the delimiter for quoted strings.
1187 quoted = c;
1190 quoted = 0;
1286 if (quoted) {
1287 if (c == quoted)
/external/iptables/
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...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dcldrtest.c267 int32_t quoted = 0; local
271 quoted++;
273 else if ((quoted % 2) == 0) {
/external/chromium/third_party/icu/source/tools/genrb/
H A Dparse.c284 UBool quoted = FALSE; local
350 quoted = (UBool)!quoted;
356 if (c == STARTCOMMAND && !quoted)
367 else if (c == HASH && !quoted) {
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
/external/icu4c/test/cintltst/
H A Dcldrtest.c267 int32_t quoted = 0; local
271 quoted++;
273 else if ((quoted % 2) == 0) {
/external/icu4c/tools/genrb/
H A Dparse.c284 UBool quoted = FALSE; local
350 quoted = (UBool)!quoted;
356 if (c == STARTCOMMAND && !quoted)
367 else if (c == HASH && !quoted) {
385 else if (!quoted && (c == SPACE || c == TAB || c == CR || c == LF))
/external/chromium/third_party/icu/source/i18n/
H A Drbt_pars.cpp399 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
1662 quoted = (UBool)!quoted;
1664 else if (!quoted) {
1701 quoted
[all...]
/external/icu4c/i18n/
H A Drbt_pars.cpp399 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
1662 quoted = (UBool)!quoted;
1664 else if (!quoted) {
1701 quoted
[all...]

Completed in 279 milliseconds