Lines Matching defs:ent
30 struct mntent ent;31 memset(&ent, 0, sizeof(ent));32 ent.mnt_opts = mnt_opts;33 char *ret = hasmntopt(&ent, "hasmntopt");45 struct mntent ent;46 memset(&ent, 0, sizeof(ent));47 ent.mnt_opts = mnt_opts;48 char *ret = hasmntopt(&ent, "0200");