Home
last modified time | relevance | path

Searched refs:__UNUSED (Results 1 – 5 of 5) sorted by relevance

/device/google/fuchsia/bioniccompat/include/sys/
Dxattr.h34 …ne ssize_t getxattr(const char* path __UNUSED, const char* name __UNUSED, void* value __UNUSED, si… in getxattr() argument
39 inline ssize_t listxattr(const char *path __UNUSED, char *list __UNUSED, size_t size __UNUSED) { in listxattr() argument
44 …txattr(const char *path __UNUSED, const char *name __UNUSED, const void *value __UNUSED, size_t si… in setxattr() argument
49 inline int removexattr(const char *path __UNUSED, const char *name __UNUSED) { in removexattr() argument
Dcdefs.h25 #ifndef __UNUSED
26 #define __UNUSED __attribute__((__unused__)) macro
/device/google/fuchsia/bioniccompat/include/compat/
Dpwd.h36 int getpwnam_r(const char *name __UNUSED, struct passwd *pwd __UNUSED, in getpwnam_r() argument
37 char *buf __UNUSED, size_t buflen __UNUSED, struct passwd **result) { in getpwnam_r() argument
42 int getpwuid_r(uid_t uid __UNUSED, passwd* pwd __UNUSED, char *buf __UNUSED, in getpwuid_r() argument
43 size_t byte_count __UNUSED, struct passwd** result) { in getpwuid_r() argument
Dfcntl.h36 ssize_t splice(int fd_in __UNUSED, loff_t *off_in __UNUSED, int fd_out __UNUSED, in splice() argument
37 loff_t *off_out __UNUSED, size_t len __UNUSED, unsigned int flags __UNUSED) { in splice() argument
/device/google/fuchsia/bioniccompat/include/sys/compat/
Dmman.h26 inline int mincore(void *addr __UNUSED, size_t length, unsigned char *vec) { in mincore() argument