Lines Matching refs:nfile
387 char *nfile; in _enterfile() local
397 if ((nfile = malloc(size)) == NULL) in _enterfile()
399 (void) strcpy(nfile, file); in _enterfile()
401 nfile = (char *)file; in _enterfile()
403 fent->e_key = (Addr)nfile; in _enterfile()
435 (void) printf(MSG_INTL(MSG_DIA_FILE), fent->e_id, nfile); in _enterfile()
510 char rpath[PATH_MAX], *npath, *nfile; in enterfile() local
522 if (nfile = strrchr(npath, '/')) in enterfile()
523 nfile++; in enterfile()
525 nfile = npath; in enterfile()
531 size = nfile - npath; in enterfile()
546 nfile = (char *)ofile; in enterfile()
582 off = nfile - npath; in enterfile()
583 nfile = (char *)rent->e_key + off; in enterfile()
588 if ((ent = get_hash(stbl, (Addr)nfile, ndent->e_id, in enterfile()
592 if (_enterfile(crle, nfile, off, ent, rent, ndent, obj) == 0) in enterfile()
601 if (nfile == ofile) in enterfile()