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

  /ndk/sources/host-tools/make-3.81/w32/
pathstuff.c 131 char *pathp; /* pointer to nutc_path used to build it */ local
165 pathp = nutc_path;
166 *pathp = '\0';
194 if (_NutPathToNutc(p, pathp, 0) == FALSE) {
200 *pathp++ = '/';
201 *pathp++ = p[0];
202 *pathp++ = '=';
203 *pathp++ = '/';
204 strcpy(pathp, &p[2]);
207 pathp += strlen(pathp)
    [all...]
  /hardware/invensense/60xx/libsensors_iio/
CompassSensor.IIO.9150.h 85 char *pathP;
CompassSensor.IIO.9150.cpp 119 free(pathP);
340 pathP = (char*)malloc(
342 sptr = pathP;
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.9150.h 89 char *pathP;
PressureSensor.IIO.secondary.h 67 char* pathP;
CompassSensor.IIO.primary.h 102 char *pathP;
PressureSensor.IIO.secondary.cpp 194 pathP = (char*)malloc(sizeof(char[PRESSURE_MAX_SYSFS_ATTRB][MAX_SYSFS_NAME_LEN]));
195 char *sptr = pathP;
CompassSensor.IIO.9150.cpp 130 free(pathP);
342 pathP = (char*)malloc(
344 sptr = pathP;
CompassSensor.IIO.primary.cpp 241 free(pathP);
509 pathP = (char*)malloc(
511 sptr = pathP;
  /external/chromium_org/third_party/icu/source/common/
uresdata.c 538 char *pathP = *path, *nextSepP = *path;
546 if(!uprv_strlen(pathP)) {
555 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
559 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
567 *path = uprv_strchr(pathP, 0);
573 *key = pathP;
577 indexR = uprv_strtol(pathP, &closeIndex, 10);
578 if(closeIndex != pathP) {
584 indexR = uprv_strtol(pathP, &closeIndex, 10);
585 if(closeIndex != pathP) {
    [all...]
  /external/icu4c/common/
uresdata.c 557 char *pathP = *path, *nextSepP = *path;
565 if(!uprv_strlen(pathP)) {
574 while(nextSepP && *pathP && t1 != RES_BOGUS && URES_IS_CONTAINER(type)) {
578 nextSepP = uprv_strchr(pathP, RES_PATH_SEPARATOR);
586 *path = uprv_strchr(pathP, 0);
592 *key = pathP;
596 indexR = uprv_strtol(pathP, &closeIndex, 10);
597 if(closeIndex != pathP) {
603 indexR = uprv_strtol(pathP, &closeIndex, 10);
604 if(closeIndex != pathP) {
    [all...]
uresbund.cpp     [all...]
  /external/elfutils/src/
ld.c 274 static void add_rxxpath (struct pathelement **pathp, const char *str);
    [all...]

Completed in 220 milliseconds