Home
last modified time | relevance | path

Searched refs:app_isdir (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/apps/include/
H A Dapps.h317 int app_isdir(const char *);
/freebsd/crypto/openssl/apps/
H A Dca.c682 if (app_isdir(outdir) <= 0) { in ca_main()
H A Ds_server.c3360 if (app_isdir(p) > 0) { in www_body()
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2837 int app_isdir(const char *name) in app_isdir() function