Home | History | Annotate | Download | only in base

Lines Matching defs:fileno

47 #define fileno _fileno
457 if (fstat(fileno(file_), &file_stats) != 0)
507 return flock(fileno(file_), LOCK_EX|LOCK_NB) == 0;
517 return flock(fileno(file_), LOCK_UN) == 0;