Lines Matching refs:quoted
667 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()
1618 strncat(buf, quoted, sizeof(buf)-1); in delete_file()
1619 free(quoted); in delete_file()