Home
last modified time | relevance | path

Searched refs:namex (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/ofw/
Dofw_subr.c398 char namex[32]; in of_find_firstchild_byname() local
402 memset(namex, 0, sizeof(namex)); in of_find_firstchild_byname()
403 if (OF_getprop(nn, "name", namex, sizeof(namex)) == -1) in of_find_firstchild_byname()
405 if (strcmp(name, namex) == 0) in of_find_firstchild_byname()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dgenhooks.cc229 char *namex = upstrdup (hook_array[j].name); in emit_documentation() local
233 hook_array[j].type, namex); in emit_documentation()