Lines Matching refs:unused

41 accept4 (int sockfd __attribute__ ((unused)),  in accept4()
42 struct sockaddr *addr __attribute__ ((unused)), in accept4()
43 socklen_t *addrlen __attribute__ ((unused)), in accept4()
44 int flags __attribute__ ((unused))) in accept4()
53 dup3 (int oldfd __attribute__ ((unused)), in dup3()
54 int newfd __attribute__ ((unused)), in dup3()
55 int flags __attribute__ ((unused))) in dup3()
64 epoll_create1 (int flags __attribute__ ((unused))) in epoll_create1()
73 faccessat (int fd __attribute__ ((unused)), in faccessat()
74 const char *pathname __attribute__ ((unused)), in faccessat()
75 int mode __attribute__ ((unused)), in faccessat()
76 int flags __attribute__ ((unused))) in faccessat()
85 fallocate (int fd __attribute__ ((unused)), in fallocate()
86 int mode __attribute__ ((unused)), in fallocate()
87 off_t offset __attribute__ ((unused)), in fallocate()
88 off_t len __attribute__ ((unused))) in fallocate()
97 fchmodat (int dirfd __attribute__ ((unused)), in fchmodat()
98 const char *pathname __attribute__ ((unused)), in fchmodat()
99 mode_t mode __attribute__ ((unused)), in fchmodat()
100 int flags __attribute__ ((unused))) in fchmodat()
109 fchownat (int dirfd __attribute__ ((unused)), in fchownat()
110 const char *pathname __attribute__ ((unused)), in fchownat()
111 uid_t owner __attribute__ ((unused)), in fchownat()
112 gid_t group __attribute__ ((unused)), in fchownat()
113 int flags __attribute__ ((unused))) in fchownat()
122 futimesat (int dirfd __attribute__ ((unused)), in futimesat()
123 const char *pathname __attribute__ ((unused)), in futimesat()
124 const struct timeval times[2] __attribute__ ((unused))) in futimesat()
133 getxattr (const char *path __attribute__ ((unused)), in getxattr()
134 const char *name __attribute__ ((unused)), in getxattr()
135 void *value __attribute__ ((unused)), in getxattr()
136 size_t size __attribute__ ((unused))) in getxattr()
145 inotify_add_watch (int fd __attribute__ ((unused)), in inotify_add_watch()
146 const char* pathname __attribute__ ((unused)), in inotify_add_watch()
147 uint32_t mask __attribute__ ((unused))) in inotify_add_watch()
165 inotify_init1 (int flags __attribute__ ((unused))) in inotify_init1()
174 inotify_rm_watch (int fd __attribute__ ((unused)), in inotify_rm_watch()
175 uint32_t wd __attribute__ ((unused))) in inotify_rm_watch()
184 listxattr (const char *path __attribute__ ((unused)), in listxattr()
185 char *list __attribute__ ((unused)), in listxattr()
186 size_t size __attribute__ ((unused))) in listxattr()
195 mkdirat (int dirfd __attribute__ ((unused)), in mkdirat()
196 const char *pathname __attribute__ ((unused)), in mkdirat()
197 mode_t mode __attribute__ ((unused))) in mkdirat()
206 mknodat (int dirfd __attribute__ ((unused)), in mknodat()
207 const char *pathname __attribute__ ((unused)), in mknodat()
208 mode_t mode __attribute__ ((unused)), in mknodat()
209 dev_t dev __attribute__ ((unused))) in mknodat()
218 openat (int dirfd __attribute__ ((unused)), in openat()
219 const char *pathname __attribute__ ((unused)), in openat()
220 int oflag __attribute__ ((unused)), in openat()
230 pipe2 (int pipefd[2] __attribute__ ((unused)), in pipe2()
231 int flags __attribute__ ((unused))) in pipe2()
240 removexattr (const char *path __attribute__ ((unused)), in removexattr()
241 const char *name __attribute__ ((unused))) in removexattr()
250 renameat (int olddirfd __attribute__ ((unused)), in renameat()
251 const char *oldpath __attribute__ ((unused)), in renameat()
252 int newdirfd __attribute__ ((unused)), in renameat()
253 const char *newpath __attribute__ ((unused))) in renameat()
262 setxattr (const char *path __attribute__ ((unused)), in setxattr()
263 const char *name __attribute__ ((unused)), in setxattr()
264 const void *value __attribute__ ((unused)), in setxattr()
265 size_t size __attribute__ ((unused)), in setxattr()
266 int flags __attribute__ ((unused))) in setxattr()
275 splice (int fd __attribute__ ((unused)), in splice()
276 loff_t *off_in __attribute__ ((unused)), in splice()
277 int fd_out __attribute__ ((unused)), in splice()
278 loff_t *off_out __attribute__ ((unused)), in splice()
279 size_t len __attribute__ ((unused)), in splice()
280 unsigned int flags __attribute__ ((unused))) in splice()
289 sync_file_range (int fd __attribute__ ((unused)), in sync_file_range()
290 off64_t offset __attribute__ ((unused)), in sync_file_range()
291 off64_t nbytes __attribute__ ((unused)), in sync_file_range()
292 unsigned int flags __attribute__ ((unused))) in sync_file_range()
301 tee (int fd_in __attribute__ ((unused)), in tee()
302 int fd_out __attribute__ ((unused)), in tee()
303 size_t len __attribute__ ((unused)), in tee()
304 unsigned int flags __attribute__ ((unused))) in tee()
313 unlinkat (int dirfd __attribute__ ((unused)), in unlinkat()
314 const char *pathname __attribute__ ((unused)), in unlinkat()
315 int flags __attribute__ ((unused))) in unlinkat()
324 unshare (int flags __attribute__ ((unused))) in unshare()
334 utimensat(int dirfd __attribute__ ((unused)), in utimensat()
335 const char *pathname __attribute__ ((unused)), in utimensat()
336 const struct timespec times[2] __attribute__ ((unused)), in utimensat()
337 int flags __attribute__ ((unused))) in utimensat()
347 mincore(void *addr __attribute__ ((unused)), in mincore()
348 size_t length __attribute__ ((unused)), in mincore()
349 unsigned char *vec __attribute__ ((unused))) in mincore()
509 syscall(int number __attribute__ ((unused)), ...) in syscall()
522 wait4 (pid_t pid, int *status, int options, struct rusage *rusage __attribute__ ((unused))) in wait4()