Searched defs:argfile (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c650 * Process arguments from the argfile and create a new
654 process_arg_file(char *argfile, char ***argv, int *argc) argument
661 if ((fp = fopen(argfile, "rF")) == NULL) {
663 gettext("Cannot read argfile %s: %s\n"),
664 argfile, strerror(errno));

Completed in 48 milliseconds