Lines Matching refs:__INTRODUCED_IN
155 int fstat64(int, struct stat64*) __INTRODUCED_IN(21);
157 int fstatat64(int, const char*, struct stat64*, int) __INTRODUCED_IN(21);
159 int lstat64(const char*, struct stat64*) __INTRODUCED_IN(21);
161 int stat64(const char*, struct stat64*) __INTRODUCED_IN(21);
166 mode_t __umask_chk(mode_t) __INTRODUCED_IN(18);
213 int mkfifo(const char*, mode_t) __INTRODUCED_IN(21);
218 int mkfifoat(int, const char*, mode_t) __INTRODUCED_IN(23);
222 int mknodat(int, const char*, mode_t, dev_t) __INTRODUCED_IN(21);
227 __INTRODUCED_IN(12);
228 int futimens(int fd, const struct timespec times[2]) __INTRODUCED_IN(19);