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

/system/core/adb/
H A Dcommandline.c652 char *quoted; local
654 quoted = dupAndQuote (*argv++);
657 strncat(buf, quoted, sizeof(buf)-1);
658 free(quoted);
1460 char *quoted; local
1462 quoted = dupAndQuote(*argv++);
1465 strncat(buf, quoted, sizeof(buf)-1);
1466 free(quoted);
1494 char* quoted; local
1497 quoted
[all...]
/system/core/sh/
H A Dexpand.c353 int quoted; local
384 quoted=1;
386 quoted=0;
397 if (quoted == 0)
409 expbackq(union node *cmd, int quoted, int flag) argument
420 char const *syntax = quoted? DQSYNTAX : BASESYNTAX;
470 if (quoted == 0)
823 varvalue(char *name, int quoted, int subtype, int flag) argument
835 syntax = quoted? DQSYNTAX : BASESYNTAX; \
869 if (flag & EXP_FULL && quoted) {
[all...]
H A Djobs.c1400 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) {

Completed in 66 milliseconds