Lines Matching defs:fnp
433 dt_node_t *fnp = dnp ? dnp->dn_list : NULL;
434 dt_node_t *inp = fnp ? fnp->dn_list : NULL;
437 (fnp != NULL && fnp->dn_kind != DT_NODE_STRING) ||
444 * If a file is specified, free any old pcb_filetag and swap fnp's
447 if (fnp != NULL) {
458 if (strncmp(fnp->dn_string, "/dev/fd/", 8) != 0) {
459 yypcb->pcb_filetag = fnp->dn_string;
460 fnp->dn_string = NULL;