OpenGrok
Cross Reference: apps.c
xref
: /
external
/
openssl
/
apps
/
apps.c
Home
|
History
|
Annotate
|
Download
|
only in
apps
Lines Matching
refs:st_mode
3061
if (stat(name,&st)==0) return S_ISDIR(st.
st_mode
);