Searched refs:stopchar (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/irs/ |
| H A D | resconf.c | 519 int stopchar; in irs_resconf_load() local 544 stopchar = getword(fp, word, sizeof(word)); in irs_resconf_load() 545 if (stopchar == EOF) { in irs_resconf_load() 566 stopchar = eatline(fp); in irs_resconf_load() 567 if (stopchar == EOF) { in irs_resconf_load()
|
| /netbsd-src/external/mpl/bind/dist/lib/irs/ |
| H A D | resconf.c | |
| /netbsd-src/external/gpl2/gmake/dist/ |
| H A D | dep.h | 62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int…
|
| H A D | read.c | 2254 parse_file_seq (char **stringp, int stopchar, unsigned int size, int strip) in parse_file_seq() argument 2274 if (*p == stopchar) in parse_file_seq() 2279 p = find_char_unquote (q, stopchar, VMS_COMMA, 1, 0); in parse_file_seq() 2286 if (stopchar == ':' && p && *p == ':' in parse_file_seq() 2290 p = find_char_unquote (p+1, stopchar, VMS_COMMA, 1, 0); in parse_file_seq() 2298 if (stopchar == ':') in parse_file_seq() 2301 p = find_char_unquote (p + 1, stopchar, VMS_COMMA, 1, 0); in parse_file_seq()
|
| H A D | misc.c | 429 end_of_token_w32 (char *s, char stopchar) in end_of_token_w32() argument 434 while (*p != '\0' && *p != stopchar in end_of_token_w32()
|
| H A D | make.h | 371 extern char *end_of_token_w32(char *s, char stopchar);
|