Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dstrings.c110 #define file_stat(f,s) stat64(f, s) macro
113 #define file_stat(f,s) stat(f, s) macro