Searched refs:parse_file_seq (Results 1 - 8 of 8) sorted by relevance

/ndk/sources/host-tools/make-3.81/
H A Ddep.h60 extern struct nameseq *parse_file_seq ();
62 extern struct nameseq *parse_file_seq PARAMS ((char **stringp, int stopchar, unsigned int size, int strip));
H A Ddefault.c534 multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep), 1),
H A Dread.c813 files = multi_glob (parse_file_seq (&p2, '\0',
1005 filenames = multi_glob (parse_file_seq (&p2, '\0',
1153 target = parse_file_seq (&p2, ':', sizeof (struct nameseq), 1);
2265 parse_file_seq (char **stringp, int stopchar, unsigned int size, int strip)
2254 parse_file_seq (char **stringp, int stopchar, unsigned int size, int strip) function
H A Drule.c390 r->deps = (struct dep *) multi_glob (parse_file_seq (&ptr, '\0',
H A Dfile.c86 /* This is also done in parse_file_seq, so this is redundant
419 multi_glob (parse_file_seq (&p, '|', sizeof (struct dep), 1),
430 multi_glob (parse_file_seq (&p, '\0', sizeof (struct dep), 1),
H A Dimplicit.c601 parse_file_seq (&p2,
606 /* @@ It would be nice to teach parse_file_seq or
H A Dfunction.c355 chain = multi_glob (parse_file_seq
357 /* We do not want parse_file_seq to strip `./'s.
H A Dmain.c562 /* This is also done in parse_file_seq, so this is redundant
2168 parse_file_seq (&p, '\0', sizeof (struct nameseq), 1),

Completed in 179 milliseconds