Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 36 for SYS_GETDIRENTRIES (0.21 sec)

  1. api/except.txt

    pkg syscall (openbsd-386), const SYS_FSTATFS = 308
    pkg syscall (openbsd-386), const SYS_FUTIMENS = 327
    pkg syscall (openbsd-386), const SYS_FUTIMES = 206
    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES = 312
    pkg syscall (openbsd-386), const SYS_GETDIRENTRIES ideal-int
    pkg syscall (openbsd-386), const SYS_GETFSSTAT = 306
    pkg syscall (openbsd-386), const SYS_GETITIMER = 86
    pkg syscall (openbsd-386), const SYS_GETRUSAGE = 117
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:13:30 UTC 2023
    - 34.6K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_darwin_arm64.go

    	SYS_LSTAT                          = 190
    	SYS_PATHCONF                       = 191
    	SYS_FPATHCONF                      = 192
    	SYS_GETRLIMIT                      = 194
    	SYS_SETRLIMIT                      = 195
    	SYS_GETDIRENTRIES                  = 196
    	SYS_MMAP                           = 197
    	SYS_LSEEK                          = 199
    	SYS_TRUNCATE                       = 200
    	SYS_FTRUNCATE                      = 201
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.4K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_darwin_amd64.go

    	SYS_LSTAT                          = 190
    	SYS_PATHCONF                       = 191
    	SYS_FPATHCONF                      = 192
    	SYS_GETRLIMIT                      = 194
    	SYS_SETRLIMIT                      = 195
    	SYS_GETDIRENTRIES                  = 196
    	SYS_MMAP                           = 197
    	SYS_LSEEK                          = 199
    	SYS_TRUNCATE                       = 200
    	SYS_FTRUNCATE                      = 201
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go

    	SYS_LSTAT                          = 190
    	SYS_PATHCONF                       = 191
    	SYS_FPATHCONF                      = 192
    	SYS_GETRLIMIT                      = 194
    	SYS_SETRLIMIT                      = 195
    	SYS_GETDIRENTRIES                  = 196
    	SYS_MMAP                           = 197
    	SYS_LSEEK                          = 199
    	SYS_TRUNCATE                       = 200
    	SYS_FTRUNCATE                      = 201
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go

    	SYS_LSTAT                          = 190
    	SYS_PATHCONF                       = 191
    	SYS_FPATHCONF                      = 192
    	SYS_GETRLIMIT                      = 194
    	SYS_SETRLIMIT                      = 195
    	SYS_GETDIRENTRIES                  = 196
    	SYS_MMAP                           = 197
    	SYS_LSEEK                          = 199
    	SYS_TRUNCATE                       = 200
    	SYS_FTRUNCATE                      = 201
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_freebsd_386.go

    	SYS_FSTAT                    = 551 // { int fstat(int fd, _Out_ struct stat *sb); }
    	SYS_FSTATAT                  = 552 // { int fstatat(int fd, _In_z_ char *path, \
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, \
    	SYS_STATFS                   = 555 // { int statfs(_In_z_ char *path, \
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_FSTAT                    = 551 // { int fstat(int fd, _Out_ struct stat *sb); }
    	SYS_FSTATAT                  = 552 // { int fstatat(int fd, _In_z_ char *path, \
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, \
    	SYS_STATFS                   = 555 // { int statfs(_In_z_ char *path, \
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_freebsd_arm.go

    	SYS_FSTAT                    = 551 // { int fstat(int fd, _Out_ struct stat *sb); }
    	SYS_FSTATAT                  = 552 // { int fstatat(int fd, _In_z_ char *path, \
    	SYS_GETDIRENTRIES            = 554 // { ssize_t getdirentries(int fd, \
    	SYS_STATFS                   = 555 // { int statfs(_In_z_ char *path, \
    	SYS_FSTATFS                  = 556 // { int fstatfs(int fd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_LSTAT                  = 477 // { int lstat(const char *path, struct stat *ub); }
    	SYS_FHSTAT                 = 478 // { int fhstat(const struct fhandle *u_fhp, struct stat *sb); }
    	SYS_GETDIRENTRIES          = 479 // { int getdirentries(int fd, char *buf, u_int count, \
    	SYS_GETDENTS               = 480 // { int getdents(int fd, char *buf, size_t count); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_LSTAT                  = 477 // { int lstat(const char *path, struct stat *ub); }
    	SYS_FHSTAT                 = 478 // { int fhstat(const struct fhandle *u_fhp, struct stat *sb); }
    	SYS_GETDIRENTRIES          = 479 // { int getdirentries(int fd, char *buf, u_int count, long *basep); }
    	SYS_GETDENTS               = 480 // { int getdents(int fd, char *buf, size_t count); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
Back to top