- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 43 for Seteuid (0.6 sec)
-
api/go1.16.txt
pkg syscall (linux-386), func Setegid(int) error pkg syscall (linux-386), func Seteuid(int) error pkg syscall (linux-386-cgo), func AllThreadsSyscall(uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) pkg syscall (linux-386-cgo), func AllThreadsSyscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno) pkg syscall (linux-386-cgo), func Setegid(int) error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Dec 02 16:30:41 UTC 2022 - 479.2K bytes - Viewed (0) -
api/go1.2.txt
pkg syscall (freebsd-386-cgo), func SetKevent(*Kevent_t, int, int, int) pkg syscall (freebsd-386-cgo), func SetNonblock(int, bool) error pkg syscall (freebsd-386-cgo), func Setegid(int) error pkg syscall (freebsd-386-cgo), func Seteuid(int) error pkg syscall (freebsd-386-cgo), func Setgid(int) error pkg syscall (freebsd-386-cgo), func Setgroups([]int) error pkg syscall (freebsd-386-cgo), func Setlogin(string) error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 18 04:36:59 UTC 2013 - 1.9M bytes - Viewed (0) -
src/test/java/jcifs/internal/smb1/ServerMessageBlockTest.java
assertEquals(0x5678, testBlock.getPid()); } @Test @DisplayName("Test UID property") void testUidProperty() { testBlock.setUid(0x9ABC); assertEquals(0x9ABC, testBlock.getUid()); } @Test @DisplayName("Test MID property") void testMidProperty() { testBlock.setMid(0xDEF0L);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 36.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
response = new SmbComSessionSetupAndXResponse(getContext().getConfig(), null); response.setExtendedSecurity(true); request.setUid(getUid()); setUid(0); try { trans.send(request, response); } catch (SmbAuthException sae) { throw sae;
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0) -
lib/wasm/wasm_exec.js
utimes(path, atime, mtime, callback) { callback(enosys()); }, }; } if (!globalThis.process) { globalThis.process = { getuid() { return -1; }, getgid() { return -1; }, geteuid() { return -1; }, getegid() { return -1; }, getgroups() { throw enosys(); }, pid: -1, ppid: -1, umask() { throw enosys(); }, cwd() { throw enosys(); }, chdir() { throw enosys(); },
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Sun Dec 08 15:34:47 UTC 2024 - 16.6K bytes - Viewed (0) -
api/go1.13.txt
pkg syscall (netbsd-arm64-cgo), func SetBpfPromisc(int, int) error pkg syscall (netbsd-arm64-cgo), func SetBpfTimeout(int, *Timeval) error pkg syscall (netbsd-arm64-cgo), func Setegid(int) error pkg syscall (netbsd-arm64-cgo), func Seteuid(int) error pkg syscall (netbsd-arm64-cgo), func Setgid(int) error pkg syscall (netbsd-arm64-cgo), func Setgroups([]int) error
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Thu Aug 08 18:44:16 UTC 2019 - 452.6K bytes - Viewed (0) -
api/go1.14.txt
pkg syscall (freebsd-arm64), func SetBpfTimeout //deprecated pkg syscall (freebsd-arm64), func SetBpfTimeout(int, *Timeval) error pkg syscall (freebsd-arm64), func Setegid(int) error pkg syscall (freebsd-arm64), func Seteuid(int) error pkg syscall (freebsd-arm64), func Setgid(int) error pkg syscall (freebsd-arm64), func Setgroups([]int) error pkg syscall (freebsd-arm64), func SetKevent(*Kevent_t, int, int, int)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 17 20:31:46 UTC 2023 - 508.9K bytes - Viewed (0) -
api/go1.txt
pkg os, func FindProcess(int) (*Process, error) pkg os, func Getegid() int pkg os, func Getenv(string) string pkg os, func Geteuid() int pkg os, func Getgid() int pkg os, func Getgroups() ([]int, error) pkg os, func Getpagesize() int pkg os, func Getpid() int pkg os, func Getppid() int pkg os, func Getuid() int pkg os, func Getwd() (string, error) pkg os, func Hostname() (string, error)
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Aug 14 18:58:28 UTC 2013 - 1.7M bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/DcerpcBindingTest.java
assertEquals(endpoint, dcerpcBinding.getEndpoint(), "Endpoint should be set correctly."); assertNotNull(dcerpcBinding.getUuid(), "UUID should be set for a valid pipe endpoint."); assertEquals("4B324FC8-1670-01D3-1278-5A47BF6EE188", dcerpcBinding.getUuid().toString(), "UUID should be parsed correctly."); assertEquals(3, dcerpcBinding.getMajor(), "Major version should be parsed correctly.");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 8.5K bytes - Viewed (0) -
src/test/java/jcifs/internal/CommonServerMessageBlockTest.java
} } @Test @DisplayName("Test setUid method") void testSetUid() { // Given int uid = 1000; doNothing().when(messageBlock).setUid(uid); // When messageBlock.setUid(uid); // Then verify(messageBlock).setUid(uid); } @Test @DisplayName("Test setUid with boundary values") void testSetUidWithBoundaryValues() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.7K bytes - Viewed (0)