Home
last modified time | relevance | path

Searched refs:stopchar (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Ddep.h62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int…
Dmisc.c429 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()
Dread.c2254 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()
Dmake.h371 extern char *end_of_token_w32(char *s, char stopchar);