Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 32 for extattr_get_file (0.45 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/xattr_bsd.go

    	default:
    		return -1, "", ENOATTR
    	}
    }
    
    func initxattrdest(dest []byte, idx int) (d unsafe.Pointer) {
    	if len(dest) > idx {
    		return unsafe.Pointer(&dest[idx])
    	}
    	if dest != nil {
    		// extattr_get_file and extattr_list_file treat NULL differently from
    		// a non-NULL pointer of length zero. Preserve the property of nilness,
    		// even if we can't use dest directly.
    		return unsafe.Pointer(&_zero)
    	}
    	return nil
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_EXTATTRCTL               = 355 // { int extattrctl(const char *path, int cmd, \
    	SYS_EXTATTR_SET_FILE         = 356 // { ssize_t extattr_set_file( \
    	SYS_EXTATTR_GET_FILE         = 357 // { ssize_t extattr_get_file( \
    	SYS_EXTATTR_DELETE_FILE      = 358 // { int extattr_delete_file(const char *path, \
    	SYS_GETRESUID                = 360 // { int getresuid(uid_t *ruid, uid_t *euid, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  3. src/syscall/zsysnum_freebsd_arm.go

    	SYS_EXTATTRCTL               = 355 // { int extattrctl(const char *path, int cmd, \
    	SYS_EXTATTR_SET_FILE         = 356 // { ssize_t extattr_set_file( \
    	SYS_EXTATTR_GET_FILE         = 357 // { ssize_t extattr_get_file( \
    	SYS_EXTATTR_DELETE_FILE      = 358 // { int extattr_delete_file(const char *path, \
    	SYS_GETRESUID                = 360 // { int getresuid(uid_t *ruid, uid_t *euid, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_386.go

    	SYS_EXTATTRCTL               = 355 // { int extattrctl(const char *path, int cmd, \
    	SYS_EXTATTR_SET_FILE         = 356 // { ssize_t extattr_set_file( \
    	SYS_EXTATTR_GET_FILE         = 357 // { ssize_t extattr_get_file( \
    	SYS_EXTATTR_DELETE_FILE      = 358 // { int extattr_delete_file(const char *path, \
    	SYS_GETRESUID                = 360 // { int getresuid(uid_t *ruid, uid_t *euid, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_EXTATTRCTL             = 355 // { int extattrctl(const char *path, int cmd, \
    	SYS_EXTATTR_SET_FILE       = 356 // { int extattr_set_file(const char *path, \
    	SYS_EXTATTR_GET_FILE       = 357 // { int extattr_get_file(const char *path, \
    	SYS_EXTATTR_DELETE_FILE    = 358 // { int extattr_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)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_EXTATTR_SET_FILE     = 361 // { int|sys||extattr_set_file(const char *path, int attrnamespace, const char *attrname, const void *data, size_t nbytes); }
    	SYS_EXTATTR_GET_FILE     = 362 // { ssize_t|sys||extattr_get_file(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_EXTATTR_SET_FILE     = 361 // { int|sys||extattr_set_file(const char *path, int attrnamespace, const char *attrname, const void *data, size_t nbytes); }
    	SYS_EXTATTR_GET_FILE     = 362 // { ssize_t|sys||extattr_get_file(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_netbsd_arm.go

    	SYS_EXTATTR_SET_FILE     = 361 // { int|sys||extattr_set_file(const char *path, int attrnamespace, const char *attrname, const void *data, size_t nbytes); }
    	SYS_EXTATTR_GET_FILE     = 362 // { ssize_t|sys||extattr_get_file(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_EXTATTR_SET_FILE     = 361 // { int|sys||extattr_set_file(const char *path, int attrnamespace, const char *attrname, const void *data, size_t nbytes); }
    	SYS_EXTATTR_GET_FILE     = 362 // { ssize_t|sys||extattr_get_file(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go

    	SYS_EXTATTR_SET_FILE     = 361 // { int|sys||extattr_set_file(const char *path, int attrnamespace, const char *attrname, const void *data, size_t nbytes); }
    	SYS_EXTATTR_GET_FILE     = 362 // { ssize_t|sys||extattr_get_file(const char *path, int attrnamespace, const char *attrname, void *data, size_t nbytes); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top