/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/ |
libgen.cpp | 55 const char* startp = NULL; local 62 startp = "."; 75 startp = "/"; 81 startp = endp; 82 while (startp > path && *(startp - 1) != '/') { 83 startp--; 86 len = endp - startp +1; 100 memcpy(buffer, startp, len);
|
/external/elfutils/libasm/ |
disasm_str.c | 59 disasm_str (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, 65 int res = INTUSE(disasm_cb) (ctx, startp, end, addr, fmt, buffer_cb, &buffer,
|
disasm_cb.c | 152 disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp, const uint8_t *end, 173 return ctx->ebl->disasm (startp, end, addr, fmt, outcb, getsym, outcbarg,
|
libasm.h | 185 extern int disasm_str (DisasmCtx_t *ctx, const uint8_t **startp, 191 extern int disasm_cb (DisasmCtx_t *ctx, const uint8_t **startp,
|
libasmP.h | 290 extern int __disasm_cb_internal (DisasmCtx_t *ctx, const uint8_t **startp,
|
/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;
|
dwarf_ranges.c | 61 Dwarf_Addr *startp, Dwarf_Addr *endp) 69 && INTUSE(dwarf_lowpc) (die, startp) == 0) 165 *startp = *basep + begin;
|
libdw.h | 371 *STARTP and *ENDP with a contiguous address range. */ 374 Dwarf_Addr *startp, Dwarf_Addr *endp);
|
/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/bison/lib/ |
spawni.c | 332 char *startp; local 340 startp = name + 1; 342 startp = (char *) memcpy (name - (p - path), path, p - path); 345 execve (startp, argv, envp); 348 script_execute (startp, argv, envp);
|
/external/elfutils/libebl/ |
ebl-hooks.h | 166 int EBLHOOK(disasm) (const uint8_t **startp, const uint8_t *end,
|
/system/core/liblog/ |
event_tag_map.c | 336 char* startp; local 340 startp = cp; 345 val = strtoul(startp, &endp, 10);
|
/external/elfutils/libcpu/ |
i386_disasm.c | 306 i386_disasm (const uint8_t **startp, const uint8_t *end, GElf_Addr addr, 335 const uint8_t *data = *startp; 1020 assert (*startp == data); 1030 *startp = data;
|
/external/elfutils/src/ |
ar.c | 836 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf, 847 memcpy (&arhdr, elf_rawfile (elf, NULL) + *startp, sizeof (arhdr)); 856 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off) 865 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp)) 868 *startp = memb->old_off; 879 *startp += sizeof (struct ar_hdr); [all...] |
ldgeneric.c | 4592 struct pathelement *startp; local [all...] |
/ndk/sources/host-tools/make-3.81/glob/ |
fnmatch.c | 340 const char *startp = p; local 359 p = startp;
|
/ndk/sources/host-tools/make-3.81/ |
read.c | 143 char **startp, unsigned int *length)); [all...] |
/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | [all...] |