HomeSort by relevance Sort by last modified time
    Searched full:find_next_token (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
function.c 196 while ((t = find_next_token (&text, &len)) != 0)
435 tp = find_next_token (&list1_iterator, &len1);
439 pp = find_next_token (&list2_iterator, &len2);
536 while ((p2 = find_next_token (&list_iterator, &len)) != 0)
595 while ((p2 = find_next_token (&p3, &len)) != 0)
651 while ((p = find_next_token (&list_iterator, &len)) != 0)
683 char *words = argv[0]; /* Use a temp variable for find_next_token */
684 char *p = find_next_token (&words, &i);
696 char *words = argv[0]; /* Use a temp variable for find_next_token */
700 while ((t = find_next_token (&words, &i))
    [all...]
read.c 186 while ((name = find_next_token (&p, &length)) != 0)
722 for (p = find_next_token (&p2, &len); p != 0;
723 p = find_next_token (&p2, &len))
752 for (p = find_next_token (&p2, &len); p != 0;
753 p = find_next_token (&p2, &len))
773 p = find_next_token (&p2, &len);
777 p = find_next_token (&p2, &len);
    [all...]
make.h 423 extern char *find_next_token PARAMS ((char **, unsigned int *));
misc.c 475 find_next_token (char **ptr, unsigned int *lengthptr)
468 find_next_token (char **ptr, unsigned int *lengthptr) function
remake.c     [all...]

Completed in 2488 milliseconds