Home
last modified time | relevance | path

Searched refs:lenp (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/
H A Dutil.c39 int lenp = strlen(path); in join_path() local
45 len = lenp + lenn + 2; in join_path()
46 if ((lenp > 0) && (path[lenp-1] == '/')) { in join_path()
52 memcpy(str, path, lenp); in join_path()
54 str[lenp] = '/'; in join_path()
55 lenp++; in join_path()
57 memcpy(str+lenp, name, lenn+1); in join_path()
/utopia/UTPA2-700.0.x/projects/build/scripts/dtc/libfdt/
H A Dlibfdt.h343 const char *fdt_get_name(const void *fdt, int nodeoffset, int *lenp);
373 const char *name, int *lenp);
376 int *lenp) in fdt_get_property_w() argument
379 fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_get_property_w()
410 const char *name, int *lenp);
412 const char *name, int *lenp) in fdt_getprop_w() argument
414 return (void *)(uintptr_t)fdt_getprop(fdt, nodeoffset, name, lenp); in fdt_getprop_w()
H A Dfdt_ro.c183 const char *name, int *lenp) in fdt_get_property() argument
224 if (lenp) in fdt_get_property()
225 *lenp = len; in fdt_get_property()
239 if (lenp) in fdt_get_property()
240 *lenp = err; in fdt_get_property()
245 const char *name, int *lenp) in fdt_getprop() argument
249 prop = fdt_get_property(fdt, nodeoffset, name, lenp); in fdt_getprop()
H A Dfdt.c95 const uint32_t *tagp, *lenp; in fdt_next_tag() local
118 lenp = fdt_offset_ptr(fdt, offset, sizeof(*lenp)); in fdt_next_tag()
119 if (! lenp) in fdt_next_tag()
122 offset += 2*FDT_TAGSIZE + fdt32_to_cpu(*lenp); in fdt_next_tag()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dreiserfs_fs.h1873 int reiserfs_encode_fh(struct dentry *dentry, __u32 * data, int *lenp,