Searched refs:namep (Results 1 - 5 of 5) sorted by relevance

/seL4-refos-master/projects/util_libs/libfdt/
H A Dfdt_rw.c251 char *namep; local
257 namep = (char *)(uintptr_t)fdt_get_name(fdt, nodeoffset, &oldlen);
258 if (!namep)
263 err = fdt_splice_struct_(fdt, namep, FDT_TAGALIGN(oldlen+1),
268 memcpy(namep, name, newlen+1);
H A Dfdt_ro.c478 const char **namep, int *lenp)
485 if (namep) {
495 *namep = name;
477 fdt_getprop_by_offset(const void *fdt, int offset, const char **namep, int *lenp) argument
H A Dlibfdt.h678 * @namep: pointer to a string variable (will be overwritten) or NULL
685 * returned, in the integer pointed to by lenp. If namep is non-NULL,
687 * by namep (this will be a pointer to within the device tree's string
694 * if namep is non-NULL *namep contiains a pointer to the property
707 const char **namep, int *lenp);
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c482 register const struct alt_spl *namep; local
484 for (namep = names; namep->name; namep++)
485 if (!strncmpi(str, namep->name, (int)strlen(namep->name)))
486 return namep->pm_val;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dmondata.c482 register const struct alt_spl *namep; local
484 for (namep = names; namep->name; namep++)
485 if (!strncmpi(str, namep->name, (int)strlen(namep->name)))
486 return namep->pm_val;

Completed in 40 milliseconds