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

/haiku/src/libs/libfdt/
H A Dfdt_ro.c34 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp) argument
45 if (lenp)
46 *lenp = strlen(s);
90 if (lenp)
91 *lenp = n - s;
95 if (lenp)
96 *lenp = err;
358 int *lenp)
365 if (lenp)
366 *lenp
356 fdt_get_property_by_offset_(const void *fdt, int offset, int *lenp) argument
378 fdt_get_property_by_offset(const void *fdt, int offset, int *lenp) argument
394 fdt_get_property_namelen_(const void *fdt, int offset, const char *name, int namelen, int *lenp, int *poffset) argument
425 fdt_get_property_namelen(const void *fdt, int offset, const char *name, int namelen, int *lenp) argument
443 fdt_get_property(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
451 fdt_getprop_namelen(const void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
469 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
502 fdt_getprop(const void *fdt, int nodeoffset, const char *name, int *lenp) argument
778 fdt_stringlist_get(const void *fdt, int nodeoffset, const char *property, int idx, int *lenp) argument
[all...]
H A Dfdt.c167 const fdt32_t *tagp, *lenp; local
191 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp));
192 if (!can_assume(VALID_DTB) && !lenp)
196 + fdt32_to_cpu(*lenp);
198 fdt_version(fdt) < 0x10 && fdt32_to_cpu(*lenp) >= 8 &&
199 ((offset - fdt32_to_cpu(*lenp)) % 8) != 0)
/haiku/headers/libs/libfdt/
H A Dlibfdt.h343 * @lenp: optional pointer to return the string's length
347 * returns the string's length in *lenp.
353 const char *fdt_get_string(const void *fdt, int stroffset, int *lenp);
544 * @lenp: pointer to an integer variable (will be overwritten) or NULL
547 * device tree node at structure block offset nodeoffset. If lenp is
549 * pointed to by lenp.
553 * If lenp is non-NULL, *lenp contains the length of that name
556 * if lenp is non-NULL *lenp contain
715 fdt_get_property_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
775 fdt_getprop_namelen_w(void *fdt, int nodeoffset, const char *name, int namelen, int *lenp) argument
814 fdt_getprop_w(void *fdt, int nodeoffset, const char *name, int *lenp) argument
[all...]
/haiku/src/libs/libtelnet/
H A Denc_des.c413 cfb64_keyid(int dir, unsigned char *kp, int *lenp) argument
415 return(fb64_keyid(dir, kp, lenp, &fb[CFB]));
419 ofb64_keyid(int dir, unsigned char *kp, int *lenp) argument
421 return(fb64_keyid(dir, kp, lenp, &fb[OFB]));
425 fb64_keyid(int dir, unsigned char *kp, int *lenp, struct fb *fbp) argument
429 if (*lenp != 1 || (*kp != '\0')) {
430 *lenp = 0;
/haiku/headers/cpp/
H A Deditbuf.h73 buf_char *copy_bytes(int *lenp) const;
171 extern buf_char * bstr_copy(struct edit_string *str, int *lenp);
/haiku/src/bin/network/telnet/
H A Dcommands.c2827 * lenp: pointer to an integer that contains the
2852 * *lenp: This will be filled in with how long the option
2862 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp)
2879 if (cpp == NULL || lenp == NULL)
2884 if (*lenp < 7)
2889 if (*lenp < (int)CMSG_SPACE(sizeof(struct ip6_rthdr) +
2902 ep = lsrp + *lenp;
3013 *lenp = (rth->ip6r_len + 1) << 3;
3019 *lenp = 0;
3023 *lenp
2853 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument
[all...]
/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc669 buf_char * edit_string::copy_bytes(int *lenp) const
690 *lenp = len1+len2;
/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrops.c164 if (lenp == &LEN(fp)) /* use '\0'-filling */

Completed in 131 milliseconds