Searched refs:mnt_dir (Results 1 – 8 of 8) sorted by relevance
28 const char *mnt_dir; member66 curtest.mnt_dir = strdupa (tests[i].mnt_dir); in do_test()89 TEST_COMPARE_STRING(tests[i].mnt_dir, ret->mnt_dir); in do_test()
15 mef.mnt_dir = strdupa ("/some dir"); in do_test()65 || strcmp (mnt->mnt_dir, "/some dir") != 0 in do_test()
37 const char *mnt_dir; member123 TEST_COMPARE_STRING (test_cases[i].expected.mnt_dir, me.mnt_dir); in do_test()
39 || strcmp (mnt->mnt_dir, "/bar dir") != 0 in do_test()
13 mef.mnt_dir = strdupa ("/some dir"); in do_test()
54 char *mnt_dir; /* Directory mounted on. */ member
89 if (strcmp (m->mnt_dir, name) == 0) in getfsfile()163 f->fs_file = m->mnt_dir; in fstab_convert()
157 mp->mnt_dir = cp != NULL ? decode_name (cp) : (char *) ""; in get_mnt_entry()251 write_string (stream, mnt->mnt_dir); in __addmntent()
Completed in 12 milliseconds