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

  /external/openssh/openbsd-compat/
basename.c 31 const char *endp, *startp; local
53 startp = endp;
54 while (startp > path && *(startp - 1) != '/')
55 startp--;
57 len = endp - startp + 1;
62 memcpy(bname, startp, len);
  /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 74 unsigned char *const startp = dbg->sectiondata[IDX_debug_pubnames]->d_buf; local
75 unsigned char *readp = startp;
114 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
215 unsigned char *startp local
217 unsigned char *readp = startp + offset;
248 return readp - startp;
256 startp = (unsigned char *) dbg->sectiondata[IDX_debug_pubnames]->d_buf;
257 readp = startp + dbg->pubnames_sets[cnt].set_start;
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 340 const char *startp = p; local
359 p = startp;
  /system/core/liblog/
event_tag_map.c 336 char* startp; local
340 startp = cp;
345 val = strtoul(startp, &endp, 10);
  /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...]
  /external/elfutils/src/
ldgeneric.c 4592 struct pathelement *startp; local
    [all...]

Completed in 210 milliseconds