Lines Matching defs:tablename
94 addvfstab(tablename, pm)
95 char *tablename;
106 * No need to secure this, as tablename is hard-coded to VFSTAB,
111 tp = fopen(tablename, "r");
114 tablename);
146 msg(gettext("%s has a line that is too long\n"), tablename);
150 tablename);
153 msg(gettext("%s has a line with too few entries\n"), tablename);
158 status, tablename);
197 addmtab(tablename, pm)
198 char *tablename;
204 tp = setmntent(tablename, "r");
207 tablename);
210 while (mnt = mygetmntent(tp, tablename)) {