/external/elfutils/libdw/ |
dwarf_getstring.c | 24 dwarf_getstring (dbg, offset, lenp) 27 size_t *lenp; 47 if (lenp != NULL) 48 *lenp = endp - result;
|
libdw.h | 322 size_t *lenp);
|
/bionic/libc/stdio/ |
fgetln.c | 71 fgetln(FILE *fp, size_t *lenp) 93 *lenp = len = p - fp->_p; 141 *lenp = len; 150 *lenp = 0; /* ??? */
|
/external/srec/srec/crec/ |
srec_results.c | 304 int lenp; local 312 lenp = (char)strlen(p); 313 if (return_len + lenp >= label_len) 319 return_len += lenp; 333 lenp = sprintf(et, "@%d", wtoken->end_time); 334 if (return_len + lenp >= label_len) 337 return_len += lenp; 340 lenp = 1; 341 if (return_len + lenp >= label_len) 344 return_len += lenp; [all...] |
/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 | 126 privsep_recv(sock, bufp, lenp) 129 size_t *lenp; 136 *lenp = 0; 191 *lenp = len; [all...] |
/external/iproute2/lib/ |
utils.c | 706 ssize_t getcmdline(char **linep, size_t *lenp, FILE *in) 711 if ((cc = getline(linep, lenp, in)) < 0) 736 *lenp = strlen(*linep) + strlen(line1) + 1; 737 *linep = realloc(*linep, *lenp); 740 *lenp = 0;
|
/external/kernel-headers/original/linux/sunrpc/ |
xdr.h | 94 u32 * xdr_decode_string_inplace(u32 *p, char **sp, int *lenp, int maxlen);
|
/external/ppp/pppd/ |
ccp.c | 689 ccp_addci(f, p, lenp) 692 int *lenp; 800 *lenp = p - p0; 1068 ccp_reqci(f, p, lenp, dont_nak) 1071 int *lenp; 1086 len = *lenp; [all...] |
lcp.c | 684 lcp_addci(f, ucp, lenp) 687 int *lenp; 756 if (ucp - start_ucp != *lenp) { [all...] |
ipv6cp.c | 554 ipv6cp_addci(f, ucp, lenp) 557 int *lenp; 560 int len = *lenp; 590 *lenp -= len; [all...] |
ipcp.c | 749 ipcp_addci(f, ucp, lenp) 752 int *lenp; 755 int len = *lenp; 826 *lenp -= len; [all...] |
ipxcp.c | 610 ipxcp_addci(f, ucp, lenp) 613 int *lenp; [all...] |
/external/libxml2/ |
xmlregexp.c | 4102 int lenn, lenp, ret; local 5672 int lenn, lenp; local 5734 int lenn, lenp; local 5804 int lenn, lenp; local 5959 int lenn, lenp; local [all...] |
tree.c | 215 int lenn, lenp; local 222 lenp = strlen((char *) prefix); 224 if ((memory == NULL) || (len < lenn + lenp + 2)) { 225 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2); 233 memcpy(&ret[0], prefix, lenp); 234 ret[lenp] = ':'; 235 memcpy(&ret[lenp + 1], ncname, lenn); 236 ret[lenn + lenp + 1] = 0; [all...] |
/external/kernel-headers/original/linux/ |
sysctl.h | 917 void __user *buffer, size_t *lenp, loff_t *ppos);
|
/external/libpcap/ |
optimize.c | [all...] |
/external/mksh/src/ |
edit.c | 187 * If successful, *lenp contains the new length. Note: cursor should be 191 x_do_comment(char *buf, int bsize, int *lenp) 193 int i, j, len = *lenp; 207 *lenp = j; 225 *lenp += n; [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
reiserfs_fs.h | [all...] |