HomeSort by: relevance | last modified time | path
    Searched defs:snarf_quote (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/mail/
format.c 400 snarf_quote(char **buf, char *bufend, const char *string) function in typeref:typename:const char *
410 DPRINTF(("snarf_quote: %s\n", p));
419 DPRINTF(("snarf_quote: terminating: %s\n", *buf));
450 p = snarf_quote(NULL, NULL, p);
887 p = snarf_quote(&q, qend, p);
format.c 400 snarf_quote(char **buf, char *bufend, const char *string) function in typeref:typename:const char *
410 DPRINTF(("snarf_quote: %s\n", p));
419 DPRINTF(("snarf_quote: terminating: %s\n", *buf));
450 p = snarf_quote(NULL, NULL, p);
887 p = snarf_quote(&q, qend, p);

Completed in 25 milliseconds