Home | History | Annotate | Download | only in adb

Lines Matching defs:quoted

667         char *quoted;
669 quoted = dupAndQuote (*argv++);
672 strncat(buf, quoted, sizeof(buf)-1);
673 free(quoted);
1580 char *quoted;
1582 quoted = dupAndQuote(*argv++);
1585 strncat(buf, quoted, sizeof(buf)-1);
1586 free(quoted);
1614 char* quoted;
1617 quoted
1618 strncat(buf, quoted, sizeof(buf)-1);
1619 free(quoted);