Home
last modified time | relevance | path

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

/scripts/dtc/
Ddtc.c134 struct stat statbuf; in guess_input_format() local
138 if (stat(fname, &statbuf) != 0) in guess_input_format()
141 if (S_ISDIR(statbuf.st_mode)) in guess_input_format()
144 if (!S_ISREG(statbuf.st_mode)) in guess_input_format()