HomeSort by relevance Sort by last modified time
    Searched refs:__UNUSED (Results 1 - 5 of 5) sorted by null

  /device/google/fuchsia/bioniccompat/include/sys/
cdefs.h 25 #ifndef __UNUSED
26 #define __UNUSED __attribute__((__unused__))
27 #endif // __UNUSED
xattr.h 34 inline ssize_t getxattr(const char* path __UNUSED, const char* name __UNUSED, void* value __UNUSED, size_t size __UNUSED) {
39 inline ssize_t listxattr(const char *path __UNUSED, char *list __UNUSED, size_t size __UNUSED) {
44 inline int setxattr(const char *path __UNUSED, const char *name __UNUSED, const void *value __UNUSED, size_t size __UNUSED, int flags __UNUSED)
    [all...]
  /device/google/fuchsia/bioniccompat/include/compat/
pwd.h 36 int getpwnam_r(const char *name __UNUSED, struct passwd *pwd __UNUSED,
37 char *buf __UNUSED, size_t buflen __UNUSED, struct passwd **result) {
42 int getpwuid_r(uid_t uid __UNUSED, passwd* pwd __UNUSED, char *buf __UNUSED,
43 size_t byte_count __UNUSED, struct passwd** result) {
fcntl.h 36 ssize_t splice(int fd_in __UNUSED, loff_t *off_in __UNUSED, int fd_out __UNUSED,
37 loff_t *off_out __UNUSED, size_t len __UNUSED, unsigned int flags __UNUSED) {
  /device/google/fuchsia/bioniccompat/include/sys/compat/
mman.h 26 inline int mincore(void *addr __UNUSED, size_t length, unsigned char *vec) {

Completed in 76 milliseconds