Searched refs:reqfile (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/usr.bin/fstat/ |
| H A D | fuser.c | 94 struct reqfile { struct 115 static int addfile(const char *path, struct reqfile *reqfile); argument 117 struct reqfile *reqfiles, size_t nfiles); 146 addfile(const char *path, struct reqfile *reqfile) in addfile() argument 155 reqfile->fileid = sb.st_ino; in addfile() 156 reqfile->fsid = sb.st_dev; in addfile() 157 reqfile->name = path; in addfile() 158 STAILQ_INIT(&reqfile->consumers); in addfile() 168 struct reqfile *reqfiles; in do_fuser() 233 reqfiles = malloc(argc * sizeof(struct reqfile)); in do_fuser() [all …]
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | x509.c | 43 const char *section, ASN1_INTEGER *sno, int reqfile, 174 int fingerprint = 0, reqfile = 0, checkend = 0; in x509_main() local 235 reqfile = 1; in x509_main() 515 if (reqfile) { in x509_main() 818 extconf, extsect, sno, reqfile, preserve_dates)) in x509_main() 953 ASN1_INTEGER *sno, int reqfile, int preserve_dates) in x509_certify() argument 983 if (!reqfile && X509_verify_cert(xsc) <= 0) in x509_certify()
|