Lines Matching refs:enp
290 dt_node_t *enp;
294 for (enp = dnp; enp != NULL; enp = enp->dn_list) {
295 if (enp->dn_kind == DT_NODE_IDENT ||
296 enp->dn_kind == DT_NODE_STRING)
297 n += strlen(enp->dn_string) + 1;
303 for (enp = dnp; enp != NULL; enp = enp->dn_list) {
304 if (enp->dn_kind == DT_NODE_IDENT ||
305 enp->dn_kind == DT_NODE_STRING) {
306 (void) strcat(s, enp->dn_string);