Searched refs:lenp (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/legacy/gcc/libio/
H A Deditbuf.h73 buf_char *copy_bytes(int *lenp) const;
171 extern buf_char * bstr_copy(struct edit_string *str, int *lenp);
H A Dstrops.c158 if (lenp == &LEN(fp)) /* use '\0'-filling */
H A Deditbuf.cc669 buf_char * edit_string::copy_bytes(int *lenp) const
690 *lenp = len1+len2;
/haiku-buildtools/binutils/bfd/
H A Dhash.c431 bfd_hash_hash (const char *string, unsigned int *lenp) argument
449 if (lenp != NULL)
450 *lenp = len;
H A Dtekhex.c295 getsym (char *dstp, char **srcp, unsigned int *lenp, char * endp) argument
311 *lenp = len;
/haiku-buildtools/legacy/binutils/bfd/
H A Dtekhex.c293 getsym (char *dstp, char **srcp, unsigned int *lenp) argument
309 *lenp = len;
/haiku-buildtools/gcc/libgomp/
H A Denv.c426 parse_one_place (char **envp, bool *negatep, unsigned long *lenp, argument
550 *lenp = len;
/haiku-buildtools/gcc/gcc/cp/
H A Dsemantics.c4757 size_t lenp = sizeof (prefix);
4758 if (strncmp (p, prefix, lenp - 1) == 0)
4759 lenp = 1;
4762 char *name = XALLOCAVEC (char, lenp + len + lenm);
4763 if (lenp > 1)
4764 memcpy (name, prefix, lenp - 1);
4765 memcpy (name + lenp - 1, p, len + 1);
4768 name[lenp + len - 1] = '~';
4769 memcpy (name + lenp + len, m, lenm);
4756 size_t lenp = sizeof (prefix); local
/haiku-buildtools/gcc/gcc/c/
H A Dc-decl.c10963 size_t lenp = sizeof (prefix);
10965 char *name = XALLOCAVEC (char, lenp + len);
10966 memcpy (name, prefix, lenp - 1);
10967 memcpy (name + lenp - 1, p, len + 1);
10926 size_t lenp = sizeof (prefix); local
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp784.C2229 size_t *lenp; /* current (logical) length (i.e. valid data bytes) */ member in class:strstreambuf

Completed in 268 milliseconds