Home
last modified time | relevance | path

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

/netbsd-src/tests/fs/nfs/nfsservice/
H A Drumpnfsd.c63 const char *exportpath; in main() local
77 exportpath = "/myexport"; in main()
85 exportpath = argv[6]; in main()
106 if (ffs_fstest_mount(NULL, fsarg, exportpath, 0) != 0) in main()
/netbsd-src/bin/csh/
H A Dset.c59 static void exportpath(Char **);
111 exportpath(pt->vec); in update_vars()
339 exportpath(pt->vec); in dolet()
692 exportpath(Char **val) in exportpath() function