Searched refs:XATTR_LIST_MAX (Results 1 – 5 of 5) sorted by relevance
17 #define XATTR_LIST_MAX 65536 /* size of extended attribute namelist (64k) */ macro
59 pub const XATTR_LIST_MAX: ::std::os::raw::c_uint = 65536; constant
5578 #ifdef XATTR_LIST_MAX5579 { "XATTR_LIST_MAX", (unsigned long) XATTR_LIST_MAX },
12733 static const Py_ssize_t buffer_sizes[] = { 256, XATTR_LIST_MAX, 0 }; in os_listxattr_impl()