Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 1 of 1) sorted by relevance

/scripts/dtc/
Ddtc.c132 struct stat statbuf; in guess_input_format() local
136 if (stat(fname, &statbuf) != 0) in guess_input_format()
139 if (S_ISDIR(statbuf.st_mode)) in guess_input_format()
142 if (!S_ISREG(statbuf.st_mode)) in guess_input_format()