Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/rand/
H A Drandfile.c45 # define fstat _fstat macro
113 if (fstat(fileno(in), &sb) < 0) { in RAND_load_file()
/openssl/util/platform_symbols/
H A Dunix-symbols.txt40 fstat
/openssl/providers/implementations/rands/seeding/
H A Drand_unix.c513 && fstat(rd->fd, &st) != -1 in check_random_device()
537 if (fstat(rd->fd, &st) != -1) { in get_random_device()
/openssl/apps/lib/
H A Dapps.c1691 if (fstat(fileno(dbfp), &dbst) == -1) { in load_index()
/openssl/apps/
H A Ds_server.c3544 if (fstat(fd, &st) < 0) { in www_body()

Completed in 28 milliseconds