Lines Matching defs:c_int

447     pub unsafe fn si_status(&self) -> c_int {  in si_status()
1058 ) -> c_int; in fgetspent_r()
1065 ) -> c_int; in sgetspent_r()
1071 ) -> c_int; in getspent_r()
1076 compar: Option<unsafe extern "C" fn(*const c_void, *const c_void, *mut c_void) -> c_int>, in qsort_r()
1081 sockfd: c_int, in sendmmsg()
1084 flags: c_int, in sendmmsg()
1085 ) -> c_int; in sendmmsg()
1088 sockfd: c_int, in recvmmsg()
1091 flags: c_int, in recvmmsg()
1093 ) -> c_int; in recvmmsg()
1095 pub fn getrlimit64(resource: crate::__rlimit_resource_t, rlim: *mut crate::rlimit64) -> c_int; in getrlimit64()
1096 pub fn setrlimit64(resource: crate::__rlimit_resource_t, rlim: *const crate::rlimit64) in setrlimit64()
1099 pub fn getrlimit(resource: crate::__rlimit_resource_t, rlim: *mut crate::rlimit) -> c_int; in getrlimit()
1101 pub fn setrlimit(resource: crate::__rlimit_resource_t, rlim: *const crate::rlimit) -> c_int; in setrlimit()
1108 ) -> c_int; in prlimit()
1114 ) -> c_int; in prlimit64()
1115 pub fn utmpname(file: *const c_char) -> c_int; in utmpname()
1116 pub fn utmpxname(file: *const c_char) -> c_int; in utmpxname()
1124 pub fn mallopt(param: c_int, value: c_int) -> c_int; in mallopt()
1126 pub fn gettimeofday(tp: *mut crate::timeval, tz: *mut crate::timezone) -> c_int; in gettimeofday()
1127 pub fn getentropy(buf: *mut c_void, buflen: size_t) -> c_int; in getentropy()
1132 pub fn adjtimex(buf: *mut timex) -> c_int; in adjtimex()
1134 pub fn ntp_adjtime(buf: *mut timex) -> c_int; in ntp_adjtime()
1137 pub fn ntp_gettime(buf: *mut ntptimeval) -> c_int; in ntp_gettime()
1139 pub fn clock_adjtime(clk_id: crate::clockid_t, buf: *mut crate::timex) -> c_int; in clock_adjtime()
1142 fd: c_int, in fanotify_mark()
1145 dirfd: c_int, in fanotify_mark()
1147 ) -> c_int; in fanotify_mark()
1150 fd: c_int, in preadv2()
1152 iovcnt: c_int, in preadv2()
1154 flags: c_int, in preadv2()
1158 fd: c_int, in pwritev2()
1160 iovcnt: c_int, in pwritev2()
1162 flags: c_int, in pwritev2()
1165 fd: c_int, in preadv64v2()
1167 iovcnt: c_int, in preadv64v2()
1169 flags: c_int, in preadv64v2()
1172 fd: c_int, in pwritev64v2()
1174 iovcnt: c_int, in pwritev64v2()
1176 flags: c_int, in pwritev64v2()
1179 olddirfd: c_int, in renameat2()
1181 newdirfd: c_int, in renameat2()
1184 ) -> c_int; in renameat2()
1192 pub fn backtrace(buf: *mut *mut c_void, sz: c_int) -> c_int; in backtrace()
1196 flags: c_int, in glob64()
1197 errfunc: Option<extern "C" fn(epath: *const c_char, errno: c_int) -> c_int>, in glob64()
1207 ) -> c_int; in pthread_attr_getaffinity_np()
1212 ) -> c_int; in pthread_attr_setaffinity_np()
1213 pub fn getpriority(which: crate::__priority_which_t, who: crate::id_t) -> c_int; in getpriority()
1214 pub fn setpriority(which: crate::__priority_which_t, who: crate::id_t, prio: c_int) -> c_int; in setpriority()
1217 val: *mut c_int, in pthread_rwlockattr_getkind_np()
1218 ) -> c_int; in pthread_rwlockattr_getkind_np()
1221 val: c_int, in pthread_rwlockattr_setkind_np()
1222 ) -> c_int; in pthread_rwlockattr_setkind_np()
1223 pub fn pthread_sigqueue(thread: crate::pthread_t, sig: c_int, value: crate::sigval) -> c_int; in pthread_sigqueue()
1227 pub fn malloc_info(options: c_int, stream: *mut crate::FILE) -> c_int; in malloc_info()
1234 ) -> c_int; in getpwent_r()
1240 ) -> c_int; in getgrent_r()
1247 ) -> c_int; in fgetpwent_r()
1254 ) -> c_int; in fgetgrent_r()
1256 pub fn putpwent(p: *const crate::passwd, stream: *mut crate::FILE) -> c_int; in putpwent()
1257 pub fn putgrent(grp: *const crate::group, stream: *mut crate::FILE) -> c_int; in putgrent()
1259 pub fn sethostid(hostid: c_long) -> c_int; in sethostid()
1261 pub fn memfd_create(name: *const c_char, flags: c_uint) -> c_int; in memfd_create()
1262 pub fn mlock2(addr: *const c_void, len: size_t, flags: c_uint) -> c_int; in mlock2()
1264 pub fn euidaccess(pathname: *const c_char, mode: c_int) -> c_int; in euidaccess()
1265 pub fn eaccess(pathname: *const c_char, mode: c_int) -> c_int; in eaccess()
1279 pub fn dlinfo(handle: *mut c_void, request: c_int, info: *mut c_void) -> c_int; in dlinfo()
1284 flags: c_int, in dladdr1()
1285 ) -> c_int; in dladdr1()
1286 pub fn malloc_trim(__pad: size_t) -> c_int; in malloc_trim()
1295 ) -> c_int; in posix_spawn_file_actions_addchdir_np()
1299 fd: c_int, in posix_spawn_file_actions_addfchdir_np()
1300 ) -> c_int; in posix_spawn_file_actions_addfchdir_np()
1304 from: c_int, in posix_spawn_file_actions_addclosefrom_np()
1305 ) -> c_int; in posix_spawn_file_actions_addclosefrom_np()
1309 tcfd: c_int, in posix_spawn_file_actions_addtcsetpgrp_np()
1310 ) -> c_int; in posix_spawn_file_actions_addtcsetpgrp_np()
1317 buflen: c_int, in getmntent_r()
1321 dirfd: c_int, in execveat()
1325 flags: c_int, in execveat()
1326 ) -> c_int; in execveat()
1329 pub fn close_range(first: c_uint, last: c_uint, flags: c_int) -> c_int; in close_range()
1331 pub fn mq_notify(mqdes: crate::mqd_t, sevp: *const crate::sigevent) -> c_int; in mq_notify()
1335 epfd: c_int, in epoll_pwait2()
1337 maxevents: c_int, in epoll_pwait2()
1340 ) -> c_int; in epoll_pwait2()