Home | History | Annotate | Download | only in mkalias

Lines Matching defs:output

155 	char	*output = NULL;
208 output = argv[optind++];
216 if (output != NULL) {
217 if (strlen(output) + strlen(YPDB_SUFFIX) >
219 warnx("file name `%s' too long", output);
221 "%s%s", output, YPDB_SUFFIX);
223 slash = strrchr(output, '/');
227 *output = 0; /* elminate */
229 /* note: output is now directory where map goes ! */
231 if (strlen(output) + strlen(template) + strlen(YPDB_SUFFIX) >
233 errx(1, "Directory name `%s' too long", output);
236 output, template);
240 err(1, "Unable to open output database `%s'",
337 "usage: %s [-e|-E [-d] [-u]] [-n] [-v] input [output]\n",