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

  /external/elfutils/0.153/libdw/
dwarf_getstring.c 60 dwarf_getstring (dbg, offset, lenp)
63 size_t *lenp;
83 if (lenp != NULL)
84 *lenp = endp - result;
libdw.h 545 size_t *lenp);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fgetln.c 71 fgetln(FILE *fp, size_t *lenp)
94 *lenp = len = p - fp->_p;
142 *lenp = len;
151 *lenp = 0; /* ??? */
  /external/oprofile/module/
oprofile.c 638 static int get_nr_interrupts(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp)
655 ret = proc_dointvec(table, write, filp, buffer, lenp);
661 static int get_nr_buffer_overflow(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp)
676 ret = proc_dointvec(table, write, filp, buffer, lenp);
682 int lproc_dointvec(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp)
687 err = proc_dointvec(table, write, filp, buffer, lenp);
702 static int sysctl_do_dump(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp)
712 err = proc_dointvec(table, write, filp, buffer, lenp);
724 static int sysctl_do_dump_stop(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp)
734 err = proc_dointvec(table, write, filp, buffer, lenp);
    [all...]
oprofile.h 147 extern int lproc_dointvec(ctl_table * table, int write, struct file * filp, void * buffer, size_t * lenp);
  /external/ipsec-tools/src/racoon/
gssapi.c 275 gssapi_get_itoken(struct ph1handle *iph1, int *lenp)
333 if (lenp)
334 *lenp = itoken->length;
346 gssapi_get_rtoken(struct ph1handle *iph1, int *lenp)
394 if (lenp)
395 *lenp = itoken->length;
pfkey.c     [all...]
privsep.c 102 privsep_recv(sock, bufp, lenp)
105 size_t *lenp;
112 *lenp = 0;
159 *lenp = len;
  /external/iproute2/lib/
utils.c 711 ssize_t getcmdline(char **linep, size_t *lenp, FILE *in)
716 if ((cc = getline(linep, lenp, in)) < 0)
741 *lenp = strlen(*linep) + strlen(line1) + 1;
742 *linep = realloc(*linep, *lenp);
745 *lenp = 0;
  /external/elfutils/0.153/src/
ar.c 863 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
883 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
886 *lenp += (memb->next != NULL
892 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
896 *lenp = (memb->next != NULL ? memb->next->off : end_off) - memb->off;
907 assert ((size_t) *lenp >= sizeof (struct ar_hdr));
908 *lenp -= sizeof (struct ar_hdr);
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 4141 int lenn, lenp, ret; local
5739 int lenn, lenp; local
5801 int lenn, lenp; local
5871 int lenn, lenp; local
6026 int lenn, lenp; local
    [all...]
tree.c 216 int lenn, lenp; local
223 lenp = strlen((char *) prefix);
225 if ((memory == NULL) || (len < lenn + lenp + 2)) {
226 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
234 memcpy(&ret[0], prefix, lenp);
235 ret[lenp] = ':';
236 memcpy(&ret[lenp + 1], ncname, lenn);
237 ret[lenn + lenp + 1] = 0;
    [all...]
  /external/libxml2/
xmlregexp.c 4151 int lenn, lenp, ret; local
5753 int lenn, lenp; local
5815 int lenn, lenp; local
5885 int lenn, lenp; local
6040 int lenn, lenp; local
    [all...]
tree.c 219 int lenn, lenp; local
226 lenp = strlen((char *) prefix);
228 if ((memory == NULL) || (len < lenn + lenp + 2)) {
229 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
237 memcpy(&ret[0], prefix, lenp);
238 ret[lenp] = ':';
239 memcpy(&ret[lenp + 1], ncname, lenn);
240 ret[lenn + lenp + 1] = 0;
    [all...]
  /external/linux-tools-perf/perf-3.12.0/include/linux/
perf_event.h 713 void __user *buffer, size_t *lenp,
716 void __user *buffer, size_t *lenp,
  /external/elfutils/elfutils/
libdw.h 545 size_t *lenp);
  /external/libpcap/
optimize.c     [all...]
  /external/mksh/src/
edit.c 177 * If successful, *lenp contains the new length. Note: cursor should be
181 x_do_comment(char *buf, ssize_t bsize, ssize_t *lenp)
183 ssize_t i, j, len = *lenp;
198 *lenp = j;
216 *lenp += n;
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 1025 int lenp = strlen(prev->text); local
1027 prev->text = nasm_realloc(prev->text, lenp + lenn + 1);
1028 strncpy(prev->text + lenp, next->text, lenn + 1);
    [all...]

Completed in 3901 milliseconds