Searched refs:argfile (Results 1 - 2 of 2) 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));
/illumos-gate/usr/src/tools/scripts/
H A Dwebrev.sh1714 typeset argfile=$1
1715 if [[ -n ${argfile%%/*} ]]; then
1720 wxfile=$PWD/$argfile
1722 wxfile=$argfile

Completed in 49 milliseconds