Searched refs:lstat_res (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/ofed/libsdp/src/
H A Dlog.c163 struct stat lstat_res; local
219 status = lstat(tfilename, &lstat_res);
220 if ( (status == 0) && S_ISLNK(lstat_res.st_mode) ) {

Completed in 100 milliseconds