Home
last modified time | relevance | path

Searched refs:output_quoted_string (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
Dprofile.c855 static void output_quoted_string(char *str, void (*cb)(const char *,void *), in output_quoted_string() function
914 output_quoted_string(p->name, cb, data); in dump_profile()
919 output_quoted_string(p->value, cb, data); in dump_profile()
933 output_quoted_string(p->name, cb, data); in dump_profile()
945 output_quoted_string(p->name, cb, data); in dump_profile()
/external/sqlite/dist/
Dshell.c1347 static void output_quoted_string(FILE *out, const char *z){ in output_quoted_string() function
1670 output_quoted_string(p->out, azArg[i]); in shell_callback()
1682 output_quoted_string(p->out, azArg[i]); in shell_callback()