Home
last modified time | relevance | path

Searched defs:gid (Results 1 - 25 of 231) sorted by relevance

12345678910

/third_party/musl/src/unistd/
H A Dsetgid.c5 int setgid(gid_t gid) in setgid() argument
H A Dchown.c5 int chown(const char *path, uid_t uid, gid_t gid) in chown() argument
H A Dlchown.c6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown() argument
H A Dfchown.c6 int fchown(int fd, uid_t uid, gid_t gid) in fchown() argument
H A Dfchownat.c4 int fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag) in fchownat() argument
/third_party/musl/src/linux/
H A Dsetfsgid.c4 int setfsgid(gid_t gid) in setfsgid() argument
/third_party/musl/porting/liteos_a/user/src/unistd/
H A Dlchown.c6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown() argument
/third_party/ltp/testcases/kernel/syscalls/setgid/
H A Dsetgid01.c17 static gid_t gid; variable
/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dcompat_gid.h30 int GID_SIZE_CHECK(gid_t gid) in GID_SIZE_CHECK() argument
/third_party/pulseaudio/src/daemon/
H A Dcaps.c50 gid_t gid; in pa_drop_root() local
[all...]
/third_party/eudev/src/shared/
H A Dmkdir-label.c33 int mkdir_safe_label(const char *path, mode_t mode, uid_t uid, gid_t gid) { in mkdir_safe_label() argument
H A Ddev-setup.c34 int dev_setup(const char *prefix, uid_t uid, gid_t gid) { in dev_setup() argument
/third_party/musl/src/misc/
H A Dinitgroups.c5 int initgroups(const char *user, gid_t gid) in initgroups() argument
/third_party/ltp/testcases/kernel/syscalls/chown/
H A Dchown01.c20 static int uid, gid; variable
25 FILENAME, uid, gid); in run() local
/third_party/ltp/testcases/kernel/syscalls/setfsgid/
H A Dsetfsgid01.c33 gid_t gid; in run() local
39 TST_EXP_VAL(SETFSGID(nobody_gid), gid); in run() local
/third_party/musl/libc-test/src/functionalext/supplement/misc/
H A Dsyscall.c42 gid_t gid; in syscall_0200() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dgetgid.c28 gid_t gid = getgid(); in getgid_0100() local
H A Dsetgid.c27 uid_t gid = 0; in setgid_0100() local
/third_party/skia/third_party/externals/freetype/tests/issue-1063/
H A Dmain.c37 FT_UInt gid = FT_Get_Char_Index( face, i ); in main() local
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/arch/generic/bits/
H A Dipc.h4 gid_t gid; member
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dipc.h4 gid_t gid; member
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dipc.h4 gid_t gid; member
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dipc.h4 gid_t gid; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dipc.h4 gid_t gid; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dipc.h4 gid_t gid; member

Completed in 4 milliseconds

12345678910