Home
last modified time | relevance | path

Searched refs:mntbuf (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dgetmntent_r.c37 struct mntent mntbuf; in getmntent_rOne() local
44 m = getmntent_r(ffp, &mntbuf, strings, sizeof(strings)); in getmntent_rOne()
47 EXPECT_EQ("getmntent_r_0100", strcmp(mntbuf.mnt_fsname, str), 0); in getmntent_rOne()
92 struct mntent mntbuf; in getmntent_r_0200() local
97 m = getmntent_r(ffp, &mntbuf, strings, sizeof(strings)); in getmntent_r_0200()

Completed in 2 milliseconds