Home
last modified time | relevance | path

Searched refs:quoted (Results 1 – 6 of 6) sorted by relevance

/system/core/adb/
Dcommandline.c667 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 …]
DSERVICES.TXT158 by spaces. If an argument contains a space, it must be quoted with
Dprotocol.txt47 is represented by a quoted string or an empty string if none should be
/system/core/sh/
Dexpand.c353 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()
Djobs.c1400 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()
DTOUR197 escape '*', '?', '[', and '!' characters which were quoted by the