Home
last modified time | relevance | path

Searched refs:st_author (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/hurd/
Dxattr.c48 if (st.st_author == st.st_uid) in _hurd_xattr_get()
52 if (*size < sizeof st.st_author) in _hurd_xattr_get()
54 memcpy (value, &st.st_author, sizeof st.st_author); in _hurd_xattr_get()
56 *size = sizeof st.st_author; in _hurd_xattr_get()
105 if (st.st_author == st.st_uid) in _hurd_xattr_set()
126 if (st.st_author == st.st_uid) in _hurd_xattr_set()
133 if (st.st_author == id) in _hurd_xattr_set()
191 if (st.st_author != st.st_uid) in _hurd_xattr_list()
/glibc-2.36/sysdeps/mach/hurd/
Dstatconv.c49 buf->st_author = buf64->st_author; in stat64_conv()
/glibc-2.36/sysdeps/mach/hurd/bits/
Dstat.h92 __uid_t st_author; /* File author. */ member
148 __uid_t st_author; /* File author. */ member