Searched refs:quotechar (Results 1 – 3 of 3) sorted by relevance
58 int quotechar; /* quote character */ member92 if (*sp == fl->quotechar) in qquote()108 assert(fl.quotechar != '\0'); in writequoted()116 if (strchr(s, fl.quotechar) != NULL) in writequoted()125 ret = fprintf(h->fh, "%c%s%c", fl.quotechar, qs, fl.quotechar); in writequoted()224 if (fl.quotechar == '\0') in writefield()
141 char quotechar, *c, *str; in load_env() local166 quotechar = '\0'; in load_env()173 quotechar = *c++; in load_env()178 if (quotechar) { in load_env()179 if (*c == quotechar) { in load_env()208 quotechar = '\0'; in load_env()224 if (state != FINI && !(state == VALUE && !quotechar)) { in load_env()
17 quotechar (unsigned char c) in quotechar() function47 quotechar (s[i]); in quoteat()