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

/freebsd-9.3-release/usr.bin/catman/
H A Dcatman.c97 struct stat test_st; variable in typeref:struct:stat
311 if (stat(name, &test_st) < 0)
315 *mod_time = test_st.st_mtime;
316 if (S_ISDIR(test_st.st_mode))
318 else if (S_ISREG(test_st.st_mode))
402 src_dev = test_st.st_dev;
403 src_ino = test_st.st_ino;
/freebsd-9.3-release/crypto/openssl/crypto/hmac/
H A Dhmactest.c82 static struct test_st { struct

Completed in 55 milliseconds