Home | History | Annotate | Download | only in db

Lines Matching defs:infile

108 	const char	*infile, *fieldsep;
115 infile = NULL;
166 infile = optarg;
263 if ((!infile && argc < 2) || (argc % 2))
273 if (!infile && argc < 1)
312 if (infile) {
313 if (strcmp(infile, "-") == 0)
315 else if ((infp = fopen(infile, "r")) == NULL)
316 err(1, "Opening input file `%s'", infile);
337 warnx("Reading `%s'", infile);
365 warnx("Reading `%s'", infile);
719 "usage: %s [-DKiNqV] [-E endian] [-f infile] [-O outsep] [-S visitem]\n"
721 " %s -d [-iNq] [-E endian] [-f infile] [-T visspec] [-U unvisitem]\n"
723 " %s -w [-CDiNqR] [-E endian] [-F isep] [-f infile] [-m mode]\n"
737 " -f infile file of keys (read|delete) or keys/vals (write)\n"