Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/nvi/dist/common/
H A Dexf.c51 static int file_spath __P((SCR *, FREF *, struct stat *, int *));
161 if (file_spath(sp, frp, &sb, &exists)) in file_init()
464 file_spath(SCR *sp, FREF *frp, struct stat *sbp, int *existsp) in file_spath() function