Lines Matching refs:mapfile
77 * be mounted, the name of the user mapfile, and the name of the group
78 * mapfile. The routine checks the ownerships and permissions on the
111 char *gmapfile, *mapfile, buf[20];
116 mapfile = gmapfile = NULL;
132 mapfile = optarg;
141 if (argc != 2 || mapfile == NULL || gmapfile == NULL)
148 if ((fp = fopen(mapfile, "r")) == NULL)
149 err(1, "%s%s", mapfile, not);
154 * this mapfile, and that the mapfile belongs to root.
157 err(1, "%s%s", mapfile, not);
161 mapfile, buf, not);
164 errx(1, "%s does not belong to root%s", mapfile, not);
168 errx(1, "%s: nentries not found%s", mapfile, not);
178 err(1, "%s%s", mapfile, not);
181 mapfile, not);
183 mapfile, count + 2, not);
202 * this group mapfile, and that the file belongs to root.