Lines Matching defs:dirname
351 static int do_dir(const char *dirname, enum Hash h)
365 if (app_access(dirname, W_OK) < 0) {
366 BIO_printf(bio_err, "Skipping %s, can't write\n", dirname);
369 buflen = strlen(dirname);
370 pathsep = (buflen && !ends_with_dirsep(dirname)) ? "/": "";
375 BIO_printf(bio_out, "Doing %s\n", dirname);
378 BIO_printf(bio_err, "Skipping %s, out of memory\n", dirname);
382 while ((filename = OPENSSL_DIR_read(&d, dirname)) != NULL) {
398 dirname, pathsep, filename) >= buflen)
431 dirname, pathsep, &n, bp->hash,
453 dirname, pathsep, &n, bp->hash,