Searched refs:_dl_fstat (Results 1 – 5 of 5) sorted by relevance
31 L4RE_CALL(int _dl_fstat(int fd, struct stat *buf));
51 L4RE_CALL(int _dl_fstat(int fd, struct stat *buf)) in L4RE_CALL()
22 _dl_fstat(int fd, struct stat *buf) in _dl_fstat() function
107 static __always_inline _syscall2(int, _dl_fstat, int, fd, struct stat *, buf) in _syscall2() argument
478 if (_dl_fstat(infile, &st) < 0) {
Completed in 9 milliseconds