HomeSort by relevance Sort by last modified time
    Searched defs:pch (Results 1 - 7 of 7) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/net/
inet_pton.c 83 const char *pch; local
85 if ((pch = strchr(digits, ch)) != NULL) {
86 u_int new = *tp * 10 + (pch - digits);
144 const char *pch; local
146 if ((pch = strchr((xdigits = xdigits_l), ch)) == NULL)
147 pch = strchr((xdigits = xdigits_u), ch);
148 if (pch != NULL) {
152 val |= (pch - xdigits);
  /bionic/libc/dns/resolv/
res_comp.c 172 int pch = PERIOD, ch = *dn++; local
179 } else if (periodchar(pch)) {
189 pch = ch, ch = nch;
  /external/chromium-libpac/test/
proxy_resolver_v8_unittest.cc 129 const char* pch = strtok(str, ";"); local
131 while (pch != NULL) {
133 while ((*pch) == ' ') ++pch;
134 std::string pstring(pch);
137 pch = strtok(NULL, "; \t");
  /ndk/build/core/
build-binary.mk 318 # add PCH to LOCAL_SRC_FILES so that TARGET-process-src-files-tags could process it
328 # now remove PCH from LOCAL_SRC_FILES to prevent getting NDK warning about
413 # Build PCH
415 get-pch-name = $(strip \
423 # Build PCH into obj directory
424 LOCAL_BUILT_PCH := $(call get-pch-name,$(LOCAL_PCH))
426 # Build PCH
429 # All obj files are dependent on the PCH
434 # Files from now on build with PCH
435 LOCAL_CPPFLAGS += -Winvalid-pch -include $(LOCAL_BUILT_PCH
    [all...]
  /hardware/libhardware/modules/sensors/
multihal.cpp 478 char* pch = strchr(line, '\n'); local
479 if (pch != NULL) {
480 *pch = '\0';
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 127 milliseconds