Home
last modified time | relevance | path

Searched defs:st2 (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.bin/cvs/
H A Dlogmsg.c101 struct stat st1, st2; in cvs_logmsg_create() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_libc_test.cpp146 struct stat st1, st2, st3; in TEST() local
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp620 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent()
1136 StatT st1 = {}, st2 = {}; in __equivalent() local
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c82 # define re_search_2(bufp, st1, s1, st2, s2, startpos, range, regs, stop) \ argument