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

/freebsd-10-stable/usr.bin/catman/
H A Dcatman.c99 static struct stat test_st; variable in typeref:struct:stat
314 if (stat(name, &test_st) < 0)
318 *mod_time = test_st.st_mtime;
319 if (S_ISDIR(test_st.st_mode))
321 else if (S_ISREG(test_st.st_mode))
405 src_dev = test_st.st_dev;
406 src_ino = test_st.st_ino;
/freebsd-10-stable/crypto/openssl/crypto/hmac/
H A Dhmactest.c82 static struct test_st { struct

Completed in 126 milliseconds