HomeSort by relevance Sort by last modified time
    Searched refs:startp (Results 1 - 6 of 6) sorted by null

  /bionic/libc/bionic/
basename_r.c 36 const char *endp, *startp; local
42 startp = ".";
54 startp = "/";
60 startp = endp;
61 while (startp > path && *(startp - 1) != '/')
62 startp--;
64 len = endp - startp +1;
78 memcpy( buffer, startp, len );
  /external/elfutils/libdw/
dwarf_getpubnames.c 34 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf; local
35 unsigned char *readp = startp;
67 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
158 unsigned char *startp local
160 unsigned char *readp = startp + offset;
191 return readp - startp;
199 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
200 readp = startp + dbg->pubnames_sets[cnt].set_start;
  /system/core/sh/
expand.c 261 char c, *startp = p; local
268 return (startp);
270 return (startp);
282 if (*(startp+1) == '\0') {
298 return (startp);
485 char *startp; local
498 startp = stackblock() + startloc;
504 setvar(str, startp, 0);
505 amount = startp - expdest;
514 outfmt(&errout, "%s\n", startp);
    [all...]
  /system/core/liblog/
event_tag_map.c 336 char* startp; local
340 startp = cp;
345 val = strtoul(startp, &endp, 10);
  /external/bluetooth/glib/glib/
gutils.c 565 char *startp; local
574 startp = name + 1;
576 startp = memcpy (name - (p - path), path, p - path);
578 if (g_file_test (startp, G_FILE_TEST_IS_EXECUTABLE) &&
579 !g_file_test (startp, G_FILE_TEST_IS_DIR))
582 ret = g_strdup (startp);
    [all...]
  /external/elfutils/src/
ldgeneric.c 3923 struct pathelement *startp; local
    [all...]

Completed in 227 milliseconds