Searched refs:f_arg_not_file_or_dir (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dclone.ksh76 [[ -f $OPTARG ]] || [[ -d $OPTARG ]] || fatal "$f_arg_not_file_or_dir" "$OPTARG"
H A Dattach.ksh143 fatal "$f_arg_not_file_or_dir" "$OPTARG"
H A Dpkgcreatezone.ksh97 [[ -f $OPTARG ]] || [[ -d $OPTARG ]] || fatal "$f_arg_not_file_or_dir" "$OPTARG"
H A Dcommon.ksh62 f_arg_not_file_or_dir=$(gettext "Argument %s is not a file or directory")

Completed in 295 milliseconds