Home
last modified time | relevance | path

Searched refs:getgid (Results 1 – 15 of 15) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dxsi_msg_queue_test1.cpp108 msg_queue.msg_perm.gid = getgid() + 3; in test_msgctl()
124 assert_equals(msg_queue.msg_perm.gid, getgid() + 3); in test_msgctl()
161 msg_queue.msg_perm.gid = getgid() + 3; in test_msgsnd()
H A Dxsi_sem_test1.cpp289 semaphore.sem_perm.gid = getgid() + 3; in test_semctl()
306 assert_equals(args.buf->sem_perm.gid, getgid() + 3); in test_semctl()
/haiku/src/system/libroot/posix/unistd/
H A Dusergroup.cpp54 getgid(void) in getgid() function
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCAuth.cpp66 xdr.AddUInt(getgid()); in CreateSys()
/haiku/src/bin/
H A Did.c259 rGID = getgid (); in main()
/haiku/src/add-ons/kernel/drivers/pty/
H A Ddriver.cpp412 if (chown(path, getuid(), getgid()) != 0 in pty_ioctl()
/haiku/headers/posix/
H A Dunistd.h462 extern gid_t getgid(void);
/haiku/src/tools/fs_shell/
H A Dfuse.cpp497 if (getuid() == 0 && geteuid() == 0 && getgid() == 0 && getegid() == 0) { in fssh_fuse_session()
/haiku/src/system/libroot/posix/
H A Dspawn.cpp426 if (setegid(getgid()) != 0) in process_spawnattr()
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp835 || (getgid() == st.st_gid && (S_IWGRP & st.st_mode)) in Save()
1550 || (getgid() == st.st_gid && S_IWGRP & st.st_mode) in _LoadFile()
/haiku/src/build/libroot/
H A Dfs.cpp1362 } else if (st.st_gid == ((flag & AT_EACCESS) != 0 ? getegid() : getgid())) { in _haiku_build_faccessat()
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1702 #define getgid fssh_getgid macro
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c1814 void getgid() {} in getgid() function
H A Dlibroot_stubs.c1855 void getgid() {} in getgid() function
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c5370 scx->gid = getgid(); in ntfs_initialize_file_security()