Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/cron/lib/
Denv.c148 char quotechar, *c, *str; local
173 quotechar = '\0';
180 quotechar = *c++;
185 if (quotechar) {
186 if (*c == quotechar) {
215 quotechar = '\0';
231 if (state != FINI && !(state == VALUE && !quotechar)) {
/freebsd-9-stable/contrib/binutils/gas/
Dapp.c348 static char quotechar; in do_scrub_chars() local
513 quotechar = ch; in do_scrub_chars()
541 || ch == quotechar in do_scrub_chars()
561 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()
564 PUT (quotechar); in do_scrub_chars()
566 else if (ch == quotechar) in do_scrub_chars()
606 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()
607 PUT (quotechar); in do_scrub_chars()
982 quotechar = ch; in do_scrub_chars()