Searched refs:reqfile (Results 1 – 3 of 3) sorted by relevance
/freebsd/usr.bin/fstat/ |
H A D | fuser.c | 92 struct reqfile { struct 113 static int addfile(const char *path, struct reqfile *reqfile); argument 115 struct reqfile *reqfiles, size_t nfiles); 144 addfile(const char *path, struct reqfile *reqfile) in addfile() argument 153 reqfile->fileid = sb.st_ino; in addfile() 154 reqfile->fsid = sb.st_dev; in addfile() 155 reqfile->name = path; in addfile() 156 STAILQ_INIT(&reqfile->consumers); in addfile() 166 struct reqfile *reqfiles; in do_fuser() 231 reqfiles = malloc(argc * sizeof(struct reqfile)); in do_fuser() [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_req.t | 364 my $reqfile = shift; 368 "-in", $reqfile, "-inform", "p", 373 plan skip_all => "skipping req conversion test for $reqfile" 376 tconversion( -type => 'req', -in => $reqfile,
|
/freebsd/crypto/openssl/apps/ |
H A D | x509.c | 283 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local 344 reqfile = 1; in x509_main() 624 if (newcert && reqfile) { in x509_main() 703 if (reqfile) { in x509_main() 726 if (reqfile || newcert) { in x509_main() 815 if (!x509toreq && !reqfile && !newcert && !self_signed(ctx, x)) in x509_main() 822 if (reqfile || newcert || privkey != NULL || CAfile != NULL) { in x509_main()
|