Lines Matching refs:npath
510 char rpath[PATH_MAX], *npath, *nfile; in enterfile() local
521 npath = rpath; in enterfile()
522 if (nfile = strrchr(npath, '/')) in enterfile()
525 nfile = npath; in enterfile()
531 size = nfile - npath; in enterfile()
532 if (strncmp(opath, npath, size)) { in enterfile()
536 (void) strncpy(_npath, npath, size); in enterfile()
545 npath = (char *)opath; in enterfile()
552 if ((ent = enterino(crle, npath, status, flags)) == NULL) in enterfile()
559 if ((rent = get_hash(stbl, (Addr)npath, 0, in enterfile()
563 if (_enterfile(crle, npath, 0, rent, 0, ndent, obj) == 0) in enterfile()
582 off = nfile - npath; in enterfile()