Searched refs:DIR (Results 1 – 8 of 8) sorted by relevance
19 DIR=$(dirname "$0")21 if [ ! -f "$DIR/privkey.pem" ]; then22 openssl genrsa -out "$DIR/privkey.pem" 204825 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch > /tmp/cert-rsa-r…26 …t-rsa-req.pem -pubkey -noout | openssl rsa -pubin -pubout -outform der > "$DIR/cert-rsa-pubkey.der"27 …DIR/default.cnf" -days 3650 -extensions usr_cert -req -signkey "$DIR/privkey.pem" -outform d -set_…30 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -out "$DIR/cert-rsa-tbs.der" -noout -strparse 431 SIG_OFFSET=$(openssl asn1parse -in "$DIR/cert-rsa.der" -inform d | tail -1 | cut -f1 -d:)32 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -strparse "$SIG_OFFSET" -noout -out "$DIR/cert-…35 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -startdate -enddate > "$DIR/cert-rsa-dates.tx…[all …]
17 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"19 $DIR/artrun -Xmx512m org.testng.TestNG -verbose 3 "$DIR/testng.xml"
22 DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"23 test_property_files="$(find "$DIR" -name TEST.properties)"
106 static final int DIR = 3; field in FtpURLConnection337 type = DIR; in decodePath()422 if (filename == null || type == DIR) { in getInputStream()594 type = DIR;620 value = (type == ASCII ? "a" : type == DIR ? "d" : "i");
44 FILE, DIR, PDIR, CDIR, LINK enumConstant
293 DIR *dir = NULL; in Java_java_io_UnixFileSystem_list0()
412 DIR *dp; in closeDescriptors()
286 …file.setType(dir ? FtpDirEntry.Type.DIR : (line.charAt(0) == 'l' ? FtpDirEntry.Type.LINK : FtpDirE… in parseLine()357 file.setType(FtpDirEntry.Type.DIR); in parseLine()