Searched refs:mef (Results 1 – 2 of 2) sorted by relevance
10 struct mntent mef; in do_test() local12 mef.mnt_fsname = strdupa ("/dev/sdf6"); in do_test()13 mef.mnt_dir = strdupa ("/some dir"); in do_test()14 mef.mnt_type = strdupa ("ext3"); in do_test()15 mef.mnt_opts = strdupa ("opt1,opt2,noopt=6,rw,norw,brw"); in do_test()16 mef.mnt_freq = 1; in do_test()17 mef.mnt_passno = 2; in do_test()20 if ((!!hasmntopt (&mef, (opt))) != (found)) \ in do_test()
10 struct mntent mef; in do_test() local11 struct mntent *mnt = &mef; in do_test()14 mef.mnt_fsname = strdupa ("/dev/hda1"); in do_test()15 mef.mnt_dir = strdupa ("/some dir"); in do_test()16 mef.mnt_type = strdupa ("ext2"); in do_test()17 mef.mnt_opts = strdupa ("defaults"); in do_test()18 mef.mnt_freq = 1; in do_test()19 mef.mnt_passno = 2; in do_test()40 addmntent (fp, &mef); in do_test()
Completed in 4 milliseconds