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

1 2

  /external/elfutils/libdw/
dwarf_getstring.c 60 dwarf_getstring (dbg, offset, lenp)
63 size_t *lenp;
83 if (lenp != NULL)
84 *lenp = endp - result;
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fgetln.c 79 fgetln(FILE *fp, size_t *lenp)
89 *lenp = 0;
105 *lenp = len = p - fp->_p;
153 *lenp = len;
161 *lenp = 0; /* ??? */
  /external/openssh/
ssh-dss.c 46 ssh_dss_sign(const Key *key, u_char **sigp, u_int *lenp,
86 if (lenp != NULL)
87 *lenp = SIGBLOB_LEN;
98 if (lenp != NULL)
99 *lenp = len;
ssh-ecdsa.c 47 ssh_ecdsa_sign(const Key *key, u_char **sigp, u_int *lenp,
85 if (lenp != NULL)
86 *lenp = len;
ssh-rsa.c 40 ssh_rsa_sign(const Key *key, u_char **sigp, u_int *lenp,
93 if (lenp != NULL)
94 *lenp = len;
ssh-pkcs11-helper.c 56 #define get_string(lenp) buffer_get_string(&iqueue, lenp);
schnorr.c 448 * with digest via 'digestp' (caller to free) and length via 'lenp'.
453 u_char **digestp, u_int *lenp)
475 *lenp = digest_len;
476 memcpy(*digestp, digest, *lenp);
  /system/core/toolbox/grep/
file.c 139 grep_fgetln(struct file *f, size_t *lenp)
153 *lenp = 0;
164 *lenp = len;
193 *lenp = len;
197 *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...]
  /hardware/samsung_slsi/exynos5/libkeymaster/
tlTeeKeymaster_Api.h 174 uint32_t lenp; /**< Prime p length */ member in struct:__anon34082
tlcTeeKeymaster_if.h 110 uint32_t lenp; /**< Prime p length */ member in struct:__anon34096
keymaster_mobicore.cpp 196 metadata.rsacrtpriv.lenp = BN_bn2bin(rsa->p, kbuf + key_len);
197 key_len += metadata.rsacrtpriv.lenp;
  /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/kernel-headers/original/linux/sunrpc/
xdr.h 94 u32 * xdr_decode_string_inplace(u32 *p, char **sp, int *lenp, int maxlen);
  /ndk/sources/host-tools/make-3.81/
variable.h 121 extern void install_variable_buffer PARAMS ((char **bufp, unsigned int *lenp));
expand.c 571 install_variable_buffer (char **bufp, unsigned int *lenp)
574 *lenp = variable_buffer_length;
  /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...]
  /external/elfutils/src/
ar.c 836 write_member (struct armem *memb, off_t *startp, off_t *lenp, Elf *elf,
856 if (*startp != -1 && !changed_header && *startp + *lenp == memb->old_off)
859 *lenp += (memb->next != NULL
865 if (*startp != -1 && copy_content (elf, newfd, *startp, *lenp))
869 *lenp = (memb->next != NULL ? memb->next->off : end_off) - memb->off;
880 assert ((size_t) *lenp >= sizeof (struct ar_hdr));
881 *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...]
  /external/libxml2/
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...]

Completed in 1105 milliseconds

1 2