Home | History | Annotate | Download | only in adb

Lines Matching refs:quoted

527         char *quoted;
529 quoted = dupAndQuote (*argv++);
532 strncat(buf, quoted, sizeof(buf)-1);
533 free(quoted);
1181 char *quoted;
1183 quoted = dupAndQuote(*argv++);
1186 strncat(buf, quoted, sizeof(buf)-1);
1187 free(quoted);
1215 char* quoted;
1218 quoted = dupAndQuote(filename);
1219 strncat(buf, quoted, sizeof(buf)-1);
1220 free(quoted);