Home | History | Annotate | Download | only in mount_umap

Lines Matching refs:not

23  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
27 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
39 #endif /* not lint */
47 #endif /* not lint */
69 * compromised. If this is not a concern, undefine SECURITY.
102 static char not[] = "; not mounted.";
149 err(1, "%s%s", mapfile, not);
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);
171 "maximum number of entries is %d%s", MAPFILEENTRIES, not);
178 err(1, "%s%s", mapfile, not);
181 mapfile, not);
183 mapfile, count + 2, not);
190 errx(1, "mapping id 0 not permitted (line %d)%s",
191 count + 2, not);
197 err(1, "%s%s", gmapfile, not);
205 err(1, "%s%s", gmapfile, not);
209 gmapfile, buf, not);
212 errx(1, "%s does not belong to root%s", gmapfile, not);
216 errx(1, "nentries not found%s", not);
219 "maximum number of entries is %d%s", GMAPFILEENTRIES, not);
228 err(1, "%s%s", gmapfile, not);
231 gmapfile, not);
233 gmapfile, count + 2, not);