Searched refs:getmntent (Results 1 – 19 of 19) sorted by relevance
57 while ((mnt = getmntent(f))) { in tst_path_has_mnt_flags_()
61 while ((mnt = getmntent(f))) { in mounted_noatime()
35 this is that the getmntent() library routine interprets those missing
56 this is that the getmntent() library routine interprets those missing
13 getmntent()), so that it can distinguish between a missing pass number
128 while ((mnt = getmntent (f)) != NULL) { in check_mntent_file()
125 getmntent
89 while ((mnt = getmntent(f))) { in dev_block_size_by_path()
162 while ((me = getmntent(fp))) { in xgetmountlist()
230 while ((mnt = getmntent(fp)) != NULL) { in get_mount_point()297 while ((mnt = getmntent(fp)) != NULL) { in is_ext4()
619 while (f && ((mnt = getmntent(f)) != NULL)) { in get_default_salts()
656 while (f && ((mnt = getmntent(f)) != NULL)) { in get_default_salts()
715 while ((mnt = getmntent(file)) != NULL) { in is_mounted()
1430 while ((mntent = getmntent(fp)) != NULL) { in path_to_procfs()
2129 TEST(MemorySanitizer, getmntent) { in TEST() argument2131 struct mntent *mnt = getmntent(fp); in TEST()
3599 INTERCEPTOR(__sanitizer_mntent *, getmntent, void *fp) {3601 COMMON_INTERCEPTOR_ENTER(ctx, getmntent, fp);3602 __sanitizer_mntent *res = REAL(getmntent)(fp);3606 #define INIT_GETMNTENT COMMON_INTERCEPT_FUNCTION(getmntent);
3062 pub fn getmntent(stream: *mut ::FILE) -> *mut ::mntent; in getmntent() function
1886 fun:getmntent=uninstrumented
975 PUBLIC d4df0 0 getmntent