Home | History | Annotate | Download | only in adb

Lines Matching refs:quoted

567         char *quoted;
569 quoted = dupAndQuote (*argv++);
572 strncat(buf, quoted, sizeof(buf)-1);
573 free(quoted);
1354 char *quoted;
1356 quoted = dupAndQuote(*argv++);
1359 strncat(buf, quoted, sizeof(buf)-1);
1360 free(quoted);
1388 char* quoted;
1391 quoted = dupAndQuote(filename);
1392 strncat(buf, quoted, sizeof(buf)-1);
1393 free(quoted);