Home
last modified time | relevance | path

Searched refs:p2 (Results 1 – 17 of 17) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dread.c512 char *p2; in eval() local
594 for (p2 = p+1; *p2 != '\0' && !isspace ((unsigned char)*p2); ++p2) in eval()
596 len = p2 - p; in eval()
601 while (isspace ((unsigned char)*p2)) in eval()
602 ++p2; in eval()
604 if ((p2[0] == ':' || p2[0] == '+' || p2[0] == '=') && p2[1] == '\0') in eval()
644 if (*p2 == '\0') in eval()
651 p = strchr (p2, '\0'); in eval()
654 do_define (p2, p - p2, o_file, ebuf); in eval()
661 if (*p2 == '\0') in eval()
[all …]
Dimplicit.c491 char *p2; in pattern_search() local
515 for (p2 = p; p2 < p + len && *p2 != '%'; ++p2) in pattern_search()
534 if (p2 < p + len) in pattern_search()
536 register unsigned int i = p2 - p; in pattern_search()
539 bcopy (p2 + 1, depname + i + 2, len - i - 1); in pattern_search()
562 p2 = variable_expand_for_file (depname, file); in pattern_search()
566 if (p2 < p + len) in pattern_search()
568 register unsigned int i = p2 - p; in pattern_search()
571 bcopy (p2 + 1, depname + i + stemlen, len - i - 1); in pattern_search()
585 p2 = depname; in pattern_search()
[all …]
Dfunction.c523 char *p2 =0; in func_notdir_suffix() local
529 while ((p2 = find_next_token (&list_iterator, &len)) != 0) in func_notdir_suffix()
531 char *p = p2 + len; in func_notdir_suffix()
534 while (p >= p2 && (!is_suffix || *p != '.')) in func_notdir_suffix()
541 if (p >= p2) in func_notdir_suffix()
547 o = variable_buffer_output (o, p, len - (p - p2)); in func_notdir_suffix()
551 else if (streq (funcname, "notdir") && p2[0] && p2[1] == ':') in func_notdir_suffix()
553 p = p2 + 2; in func_notdir_suffix()
554 o = variable_buffer_output (o, p, len - (p - p2)); in func_notdir_suffix()
558 o = variable_buffer_output (o, p2, len); in func_notdir_suffix()
[all …]
Drule.c103 char *p2; in count_implicit_rule_limits() local
106 p2 = p != 0 ? strchr (dep->name, '%') : 0; in count_implicit_rule_limits()
109 char *p2 = p != 0 ? strchr (dep->name, '%') : 0; in count_implicit_rule_limits() local
116 if (p != 0 && p2 > p) in count_implicit_rule_limits()
Dmakefile.com55 $ if (p2.eqs."DEBUG")
Dremake.c1475 char *p, *p2; in library_search() local
1492 p2 = libpatterns; in library_search()
1493 while ((p = find_next_token (&p2, &len)) != 0) in library_search()
Dconfigure7720 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
7724 if (p != p1 || p != p2 || p != p3 || p != p4
/ndk/sources/host-tools/sed-4.2.1/lib/
Dstrverscmp.c66 const unsigned char *p2 = (const unsigned char *) s2; in __strverscmp() local
97 if (p1 == p2) in __strverscmp()
101 c2 = *p2++; in __strverscmp()
109 c2 = *p2++; in __strverscmp()
122 if (!ISDIGIT (*p2++)) in __strverscmp()
125 return ISDIGIT (*p2) ? -1 : diff; in __strverscmp()
/ndk/tests/device/test-gnustl-full/unit/
Dmap_test.cpp115 pair_type p2(6, 'f'); in mmap2() local
125 p2, in mmap2()
161 pair_type p2(6, 'f'); in iterators() local
169 p2, in iterators()
Dunordered_test.cpp185 umaptype::value_type p2(i, i + 1); in umap() local
186 ret = us.insert(p2); in umap()
Dmvctor_test.cpp99 int *p2 = &elem2.front(); in move_construct_test() local
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front()))); in move_construct_test()
/ndk/tests/device/test-stlport/unit/
Dmap_test.cpp115 pair_type p2(6, 'f'); in mmap2() local
125 p2, in mmap2()
161 pair_type p2(6, 'f'); in iterators() local
169 p2, in iterators()
Dunordered_test.cpp185 umaptype::value_type p2(i, i + 1); in umap() local
186 ret = us.insert(p2); in umap()
Dmvctor_test.cpp99 int *p2 = &elem2.front(); in move_construct_test() local
103 CPPUNIT_ASSERT(((p1 == &elem2.front()) && (p2 == &elem1.front()))); in move_construct_test()
/ndk/sources/host-tools/nawk-20071023/
Drun.c782 char *s1, *s2, *p1, *p2, *q; in sindex() local
792 for (q=p1, p2=s2; *p2 != '\0' && *q == *p2; q++, p2++) in sindex()
794 if (*p2 == '\0') { in sindex()
/ndk/sources/host-tools/ndk-stack/regex/
Dengine.c115 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) argument
120 #define AT(t, p1, p2, s1, s2) /* nothing */ argument
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.07720 p = getpid(), p1 = getpid(), p2 = getpid(), p3 = getpid(),
7724 if (p != p1 || p != p2 || p != p3 || p != p4