Lines Matching refs:quote
717 asr_nvl_print_jsoni(FILE *fp, nvlist_t *nvl, int depth, char quote, char *sep)
744 (void) fputc(quote, fp);
746 (void) fputc(quote, fp);
840 (void) fputc(quote, fp);
842 (void) fputc(quote, fp);
983 (void) fputc(quote, fp);
985 (void) fputc(quote, fp);
1003 asr_nvl_print_jsoni(fp, val, depth + 1, quote, sep);
1013 fp, val[i], depth + 1, quote, sep);
1088 int depth, char quote, char *sep)
1115 (void) asr_buf_append_char(out, quote);
1117 (void) asr_buf_append_char(out, quote);
1211 (void) asr_buf_append_char(out, quote);
1213 (void) asr_buf_append_char(out, quote);
1355 (void) asr_buf_append_char(out, quote);
1357 (void) asr_buf_append_char(out, quote);
1375 asr_nvl_tostringi(out, val, depth + 1, quote, sep);
1385 out, val[i], depth + 1, quote, sep);