Home
last modified time | relevance | path

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

/glibc-2.36/misc/
Dtst-mntent-escape.c56 struct mntent *ret, curtest; in do_test() local
65 curtest.mnt_fsname = strdupa (tests[i].mnt_fsname); in do_test()
66 curtest.mnt_dir = strdupa (tests[i].mnt_dir); in do_test()
67 curtest.mnt_type = strdupa (tests[i].mnt_type); in do_test()
68 curtest.mnt_opts = strdupa (tests[i].mnt_opts); in do_test()
69 curtest.mnt_freq = tests[i].mnt_freq; in do_test()
70 curtest.mnt_passno = tests[i].mnt_passno; in do_test()
72 if (addmntent (fp, &curtest) != 0) in do_test()