Home
last modified time | relevance | path

Searched refs:find_next_token (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfunction.c194 while ((t = find_next_token (&text, &len)) != 0) in patsubst_expand()
428 tp = find_next_token (&list1_iterator, &len1); in func_join()
432 pp = find_next_token (&list2_iterator, &len2); in func_join()
529 while ((p2 = find_next_token (&list_iterator, &len)) != 0) in func_notdir_suffix()
588 while ((p2 = find_next_token (&p3, &len)) != 0) in func_basename_dir()
644 while ((p = find_next_token (&list_iterator, &len)) != 0) in func_addsuffix_addprefix()
677 char *p = find_next_token (&words, &i); in func_firstword()
693 while ((t = find_next_token (&words, &i))) in func_lastword()
709 while (find_next_token (&word_iterator, (unsigned int *) 0) != 0) in func_words()
768 while ((p = find_next_token (&end_p, 0)) != 0) in func_word()
[all …]
Dread.c185 while ((name = find_next_token (&p, &length)) != 0) in read_all_makefiles()
718 for (p = find_next_token (&p2, &len); p != 0; in eval()
719 p = find_next_token (&p2, &len)) in eval()
748 for (p = find_next_token (&p2, &len); p != 0; in eval()
749 p = find_next_token (&p2, &len)) in eval()
769 p = find_next_token (&p2, &len); in eval()
773 p = find_next_token (&p2, &len); in eval()
Dmake.h422 extern char *find_next_token PARAMS ((char **, unsigned int *));
Dmisc.c468 find_next_token (char **ptr, unsigned int *lengthptr) in find_next_token() function
Dremake.c1493 while ((p = find_next_token (&p2, &len)) != 0) in library_search()