Lines Matching refs:_PyLong_AsInt
190 mode = _PyLong_AsInt(args[1]); in os_access()
255 fd = _PyLong_AsInt(arg); in os_ttyname()
424 mode = _PyLong_AsInt(args[1]); in os_chmod()
483 fd = _PyLong_AsInt(args[0]); in os_fchmod()
487 mode = _PyLong_AsInt(args[1]); in os_fchmod()
533 mode = _PyLong_AsInt(args[1]); in os_lchmod()
925 fd = _PyLong_AsInt(args[0]); in os_fchown()
1362 mode = _PyLong_AsInt(args[1]); in os_mkdir()
1407 increment = _PyLong_AsInt(arg); in os_nice()
1447 which = _PyLong_AsInt(args[0]); in os_getpriority()
1451 who = _PyLong_AsInt(args[1]); in os_getpriority()
1492 which = _PyLong_AsInt(args[0]); in os_setpriority()
1496 who = _PyLong_AsInt(args[1]); in os_setpriority()
1500 priority = _PyLong_AsInt(args[2]); in os_setpriority()
1820 mask = _PyLong_AsInt(arg); in os_umask()
2080 status = _PyLong_AsInt(args[0]); in os__exit()
2271 resetids = _PyLong_AsInt(args[5]); in os_posix_spawn()
2280 setsid = _PyLong_AsInt(args[6]); in os_posix_spawn()
2398 resetids = _PyLong_AsInt(args[5]); in os_posix_spawnp()
2407 setsid = _PyLong_AsInt(args[6]); in os_posix_spawnp()
2472 mode = _PyLong_AsInt(args[0]); in os_spawnv()
2527 mode = _PyLong_AsInt(args[0]); in os_spawnve()
2690 policy = _PyLong_AsInt(args[0]); in os_sched_get_priority_max()
2729 policy = _PyLong_AsInt(args[0]); in os_sched_get_priority_min()
3230 basegid = _PyLong_AsInt(args[1]); in os_getgrouplist()
3348 gid = _PyLong_AsInt(args[1]); in os_initgroups()
3641 op = _PyLong_AsInt(arg); in os_plock()
3896 options = _PyLong_AsInt(args[0]); in os_wait3()
4399 fd = _PyLong_AsInt(arg); in os_tcgetpgrp()
4482 flags = _PyLong_AsInt(args[1]); in os_open()
4490 mode = _PyLong_AsInt(args[2]); in os_open()
4544 fd = _PyLong_AsInt(args[0]); in os_close()
4576 fd_low = _PyLong_AsInt(args[0]); in os_closerange()
4580 fd_high = _PyLong_AsInt(args[1]); in os_closerange()
4609 fd = _PyLong_AsInt(arg); in os_dup()
4652 fd = _PyLong_AsInt(args[0]); in os_dup2()
4656 fd2 = _PyLong_AsInt(args[1]); in os_dup2()
4710 fd = _PyLong_AsInt(args[0]); in os_lockf()
4714 command = _PyLong_AsInt(args[1]); in os_lockf()
4756 fd = _PyLong_AsInt(args[0]); in os_lseek()
4763 how = _PyLong_AsInt(args[2]); in os_lseek()
4799 fd = _PyLong_AsInt(args[0]); in os_read()
4854 fd = _PyLong_AsInt(args[0]); in os_readv()
4899 fd = _PyLong_AsInt(args[0]); in os_pread()
4968 fd = _PyLong_AsInt(args[0]); in os_preadv()
4979 flags = _PyLong_AsInt(args[3]); in os_preadv()
5019 fd = _PyLong_AsInt(args[0]); in os_write()
5082 out_fd = _PyLong_AsInt(args[0]); in os_sendfile()
5086 in_fd = _PyLong_AsInt(args[1]); in os_sendfile()
5111 flags = _PyLong_AsInt(args[6]); in os_sendfile()
5161 out_fd = _PyLong_AsInt(args[0]); in os_sendfile()
5165 in_fd = _PyLong_AsInt(args[1]); in os_sendfile()
5199 flags = _PyLong_AsInt(args[6]); in os_sendfile()
5243 out_fd = _PyLong_AsInt(args[0]); in os_sendfile()
5247 in_fd = _PyLong_AsInt(args[1]); in os_sendfile()
5297 in_fd = _PyLong_AsInt(args[0]); in os__fcopyfile()
5301 out_fd = _PyLong_AsInt(args[1]); in os__fcopyfile()
5305 flags = _PyLong_AsInt(args[2]); in os__fcopyfile()
5345 fd = _PyLong_AsInt(args[0]); in os_fstat()
5377 fd = _PyLong_AsInt(arg); in os_isatty()
5442 flags = _PyLong_AsInt(arg); in os_pipe2()
5482 fd = _PyLong_AsInt(args[0]); in os_writev()
5529 fd = _PyLong_AsInt(args[0]); in os_pwrite()
5603 fd = _PyLong_AsInt(args[0]); in os_pwritev()
5614 flags = _PyLong_AsInt(args[3]); in os_pwritev()
5679 src = _PyLong_AsInt(args[0]); in os_copy_file_range()
5683 dst = _PyLong_AsInt(args[1]); in os_copy_file_range()
5771 src = _PyLong_AsInt(args[0]); in os_splice()
5775 dst = _PyLong_AsInt(args[1]); in os_splice()
5860 mode = _PyLong_AsInt(args[1]); in os_mkfifo()
5938 mode = _PyLong_AsInt(args[1]); in os_mknod()
6070 major = _PyLong_AsInt(args[0]); in os_makedev()
6074 minor = _PyLong_AsInt(args[1]); in os_makedev()
6114 fd = _PyLong_AsInt(args[0]); in os_ftruncate()
6206 fd = _PyLong_AsInt(args[0]); in os_posix_fallocate()
6259 fd = _PyLong_AsInt(args[0]); in os_posix_fadvise()
6269 advice = _PyLong_AsInt(args[3]); in os_posix_fadvise()
6460 code = _PyLong_AsInt(arg); in os_strerror()
6491 status = _PyLong_AsInt(arg); in os_WCOREDUMP()
6538 status = _PyLong_AsInt(args[0]); in os_WIFCONTINUED()
6582 status = _PyLong_AsInt(args[0]); in os_WIFSTOPPED()
6626 status = _PyLong_AsInt(args[0]); in os_WIFSIGNALED()
6670 status = _PyLong_AsInt(args[0]); in os_WIFEXITED()
6714 status = _PyLong_AsInt(args[0]); in os_WEXITSTATUS()
6758 status = _PyLong_AsInt(args[0]); in os_WTERMSIG()
6802 status = _PyLong_AsInt(args[0]); in os_WSTOPSIG()
6840 fd = _PyLong_AsInt(arg); in os_fstatvfs()
7233 show_cmd = _PyLong_AsInt(args[4]); in os_startfile()
7313 fd = _PyLong_AsInt(args[0]); in os_device_encoding()
7570 flags = _PyLong_AsInt(args[3]); in os_setxattr()
7854 flags = _PyLong_AsInt(args[1]); in os_eventfd()
7985 fd = _PyLong_AsInt(args[0]); in os_get_terminal_size()
8039 fd = _PyLong_AsInt(arg); in os_get_inheritable()
8075 fd = _PyLong_AsInt(args[0]); in os_set_inheritable()
8079 inheritable = _PyLong_AsInt(args[1]); in os_set_inheritable()
8182 fd = _PyLong_AsInt(arg); in os_get_blocking()
8225 fd = _PyLong_AsInt(args[0]); in os_set_blocking()
8229 blocking = _PyLong_AsInt(args[1]); in os_set_blocking()
8542 flags = _PyLong_AsInt(args[1]); in os_getrandom()