Searched refs:quoted (Results 1 – 6 of 6) sorted by relevance
/system/core/adb/ |
D | commandline.c | 667 char *quoted; in logcat() local 669 quoted = dupAndQuote (*argv++); in logcat() 672 strncat(buf, quoted, sizeof(buf)-1); in logcat() 673 free(quoted); in logcat() 1580 char *quoted; in pm_command() local 1582 quoted = dupAndQuote(*argv++); in pm_command() 1585 strncat(buf, quoted, sizeof(buf)-1); in pm_command() 1586 free(quoted); in pm_command() 1614 char* quoted; in delete_file() local 1617 quoted = dupAndQuote(filename); in delete_file() [all …]
|
D | SERVICES.TXT | 158 by spaces. If an argument contains a space, it must be quoted with
|
D | protocol.txt | 47 is represented by a quoted string or an empty string if none should be
|
/system/core/sh/ |
D | expand.c | 353 int quoted; in expari() local 384 quoted=1; in expari() 386 quoted=0; in expari() 397 if (quoted == 0) in expari() 409 expbackq(union node *cmd, int quoted, int flag) in expbackq() argument 420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX; in expbackq() 470 if (quoted == 0) in expbackq() 823 varvalue(char *name, int quoted, int subtype, int flag) in varvalue() argument 835 syntax = quoted? DQSYNTAX : BASESYNTAX; \ in varvalue() 869 if (flag & EXP_FULL && quoted) { in varvalue()
|
D | jobs.c | 1400 int quoted = 0; in cmdputs() local 1418 if (!(subtype & VSQUOTE) != !(quoted & 1)) { in cmdputs() 1419 quoted ^= 1; in cmdputs() 1425 if (quoted & 1) { in cmdputs() 1430 quoted >>= 1; in cmdputs() 1450 quoted ^= 1; in cmdputs() 1462 quoted <<= 1; in cmdputs() 1481 if ((quoted & 1) && nleft) { in cmdputs()
|
D | TOUR | 197 escape '*', '?', '[', and '!' characters which were quoted by the
|