Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/cron/dist/
H A Denv.c144 char quotechar, *c, *str; in load_env() local
158 quotechar = '\0'; in load_env()
165 quotechar = *c++; in load_env()
170 if (quotechar) { in load_env()
171 if (*c == quotechar) { in load_env()
200 quotechar = '\0'; in load_env()
220 if (state != FINI && !(state == VALUE && !quotechar)) { in load_env()
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dapp.c418 static char quotechar; in do_scrub_chars() local
588 quotechar = ch; in do_scrub_chars()
616 || ch == quotechar in do_scrub_chars()
640 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()
645 PUT (quotechar); in do_scrub_chars()
647 else if (ch == quotechar) in do_scrub_chars()
685 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()
686 PUT (quotechar); in do_scrub_chars()
1080 quotechar = ch; in do_scrub_chars()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A Dapp.c418 static char quotechar; in do_scrub_chars() local
588 quotechar = ch; in do_scrub_chars()
616 || ch == quotechar in do_scrub_chars()
640 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()
645 PUT (quotechar); in do_scrub_chars()
647 else if (ch == quotechar) in do_scrub_chars()
685 as_warn (_("end of file in string; '%c' inserted"), quotechar); in do_scrub_chars()
686 PUT (quotechar); in do_scrub_chars()
1080 quotechar = ch; in do_scrub_chars()