Symbol: reqfile
crypto/openssl/apps/x509.c
349
int fingerprint = 0, reqfile = 0, checkend = 0;
crypto/openssl/apps/x509.c
411
reqfile = 1;
crypto/openssl/apps/x509.c
713
if (newcert && reqfile) {
crypto/openssl/apps/x509.c
793
if (reqfile) {
crypto/openssl/apps/x509.c
818
if (reqfile || newcert) {
crypto/openssl/apps/x509.c
905
if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x))
crypto/openssl/apps/x509.c
916
if (reqfile || newcert || privkey != NULL || CAfile != NULL) {
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
867
char *reqfile = NULL;
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
886
reqfile = argv[argnext];
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
888
req_bio = BIO_new_file(reqfile, "r");
crypto/openssl/test/quic-openssl-docker/hq-interop/quic-hq-interop.c
890
fprintf(stderr, "Failed to open request file %s\n", reqfile);
usr.bin/fstat/fuser.c
111
static int addfile(const char *path, struct reqfile *reqfile);
usr.bin/fstat/fuser.c
113
struct reqfile *reqfiles, size_t nfiles);
usr.bin/fstat/fuser.c
142
addfile(const char *path, struct reqfile *reqfile)
usr.bin/fstat/fuser.c
151
reqfile->fileid = sb.st_ino;
usr.bin/fstat/fuser.c
152
reqfile->fsid = sb.st_dev;
usr.bin/fstat/fuser.c
153
reqfile->name = path;
usr.bin/fstat/fuser.c
154
STAILQ_INIT(&reqfile->consumers);
usr.bin/fstat/fuser.c
164
struct reqfile *reqfiles;
usr.bin/fstat/fuser.c
220
reqfiles = malloc(argc * sizeof(struct reqfile));
usr.bin/fstat/fuser.c
273
struct reqfile *reqfiles, size_t nfiles)