Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ | |
sanitizer_platform_limits_linux.cc | 38 #define uid_t __kernel_uid_t macro 47 #undef uid_t |
/src/sys/sys/ | |
statvfs.h | 55 #ifndef uid_t 56 typedef __uid_t uid_t; /* user id */ typedef in typeref:typename:__uid_t 57 #define uid_t __uid_t macro 92 uid_t f_owner; /* user that mounted the file system */ |
types.h | 205 #ifndef uid_t 206 typedef __uid_t uid_t; /* user id */ typedef in typeref:typename:__uid_t 207 #define uid_t __uid_t macro |
socket.h | 374 #ifndef uid_t 375 typedef __uid_t uid_t; /* user id */ typedef in typeref:typename:__uid_t 376 #define uid_t __uid_t macro 384 uid_t sc_uid; /* real user id */ 385 uid_t sc_euid; /* effective user id */ |