Searched refs:reqfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.bin/fstat/
H A Dfuser.c92 struct reqfile { struct
113 static int addfile(const char *path, struct reqfile *reqfile);
115 struct reqfile *reqfiles, size_t nfiles);
144 addfile(const char *path, struct reqfile *reqfile) argument
153 reqfile->fileid = sb.st_ino;
154 reqfile->fsid = sb.st_dev;
155 reqfile->name = path;
156 STAILQ_INIT(&reqfile
[all...]
/freebsd-9.3-release/crypto/openssl/apps/
H A Dx509.c158 static int reqfile = 0; variable
204 reqfile = 0;
249 reqfile = 1;
500 if (reqfile) {
1049 if (!reqfile && X509_verify_cert(&xsc) <= 0)

Completed in 53 milliseconds