HomeSort by: relevance | last modified time | path
    Searched refs:srcarg (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/netpgp/dist/buildaux/
install-sh 143 for srcarg in $msrc; do
147 dstarg="$srcarg"
151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
155 if [ -f "$srcarg" ]
158 elif [ -d "$srcarg" ]
160 echo "install: $srcarg: not a regular file"
162 elif [ "$srcarg" = "/dev/null" ]
166 echo "install: $srcarg does not exist"
175 dstarg="$dstarg"/`basename "$srcarg"`
233 file=$srcarg
    [all...]
  /src/external/bsd/file/dist/
install-sh 153 for srcarg in $msrc; do
157 dstarg="$srcarg"
161 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
165 if [ -f "$srcarg" ]
168 elif [ -d "$srcarg" ]
170 echo "install: $srcarg: not a regular file"
172 elif [ "$srcarg" = "/dev/null" ]
176 echo "install: $srcarg does not exist"
185 dstarg="$dstarg"/`basename "$srcarg"`
243 file=$srcarg
    [all...]
  /src/external/bsd/iscsi/dist/buildaux/
install-sh 143 for srcarg in $msrc; do
147 dstarg="$srcarg"
151 # Waiting for this to be detected by the "$instcmd $srcarg $dsttmp" command
155 if [ -f "$srcarg" ]
158 elif [ -d "$srcarg" ]
160 echo "install: $srcarg: not a regular file"
162 elif [ "$srcarg" = "/dev/null" ]
166 echo "install: $srcarg does not exist"
175 dstarg="$dstarg"/`basename "$srcarg"`
233 file=$srcarg
    [all...]

Completed in 21 milliseconds