Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for __mac_get_fd (0.36 sec)

  1. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS___ACL_GET_FILE         = 347 // { int __acl_get_file(const char *path, \
    	SYS___ACL_SET_FILE         = 348 // { int __acl_set_file(const char *path, \
    	SYS___ACL_GET_FD           = 349 // { int __acl_get_fd(int filedes, acl_type_t type, \
    	SYS___ACL_SET_FD           = 350 // { int __acl_set_fd(int filedes, acl_type_t type, \
    	SYS___ACL_DELETE_FILE      = 351 // { int __acl_delete_file(const char *path, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS___ACL_SET_FILE         = 348 // { int __acl_set_file(const char *path, acl_type_t type, struct acl *aclp); }
    	SYS___ACL_GET_FD           = 349 // { int __acl_get_fd(int filedes, acl_type_t type, struct acl *aclp); }
    	SYS___ACL_SET_FD           = 350 // { int __acl_set_fd(int filedes, acl_type_t type, struct acl *aclp); }
    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