Searched refs:m (Results 1 – 4 of 4) sorted by relevance
67 struct mntent *m; in getfsspec() local83 struct mntent *m; in getfsfile() local89 if (strcmp (m->mnt_dir, name) == 0) in getfsfile()156 struct mntent *m; in fstab_convert() local159 m = &state->fs_mntres; in fstab_convert()162 f->fs_spec = m->mnt_fsname; in fstab_convert()163 f->fs_file = m->mnt_dir; in fstab_convert()164 f->fs_vfstype = m->mnt_type; in fstab_convert()165 f->fs_mntops = m->mnt_opts; in fstab_convert()172 f->fs_freq = m->mnt_freq; in fstab_convert()[all …]
25 struct mntent m; member56 return __getmntent_r (stream, &buffer->m, in getmntent()
55 # m*95 # m*105 # m*
46 Supposedly the value is its line number; I'm skeptical. */165 I'm not sure how this is used. */
Completed in 9 milliseconds