Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/fs/nfs/nfsservice/
H A Drumpnfsd.c61 const char *exportpath; in main() local
78 exportpath = "/myexport"; in main()
86 exportpath = argv[6]; in main()
107 if (ffs_fstest_mount(NULL, fsarg, exportpath, 0) != 0) in main()
/freebsd/contrib/tcsh/
H A Dsh.set.c52 static void exportpath (Char **);
68 exportpath(p->vec); in update_vars()
924 exportpath(Char **val) in exportpath() function