Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 32 for fexecve (0.31 sec)

  1. src/syscall/zsysnum_netbsd_386.go

    	SYS_FCHOWNAT             = 464 // { int|sys||fchownat(int fd, const char *path, uid_t owner, gid_t group, int flag); }
    	SYS_FEXECVE              = 465 // { int|sys||fexecve(int fd, char * const *argp, char * const *envp); }
    	SYS_FSTATAT              = 466 // { int|sys||fstatat(int fd, const char *path, struct stat *buf, int flag); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_FCHOWNAT                 = 491 // { int fchownat(int fd, char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_FEXECVE                  = 492 // { int fexecve(int fd, char **argv, char **envv); }
    	SYS_FUTIMESAT                = 494 // { int futimesat(int fd, char *path, struct timeval *times); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  9. pkg/util/iptables/iptables_test.go

    		},
    	}
    	fexec := &fakeexec.FakeExec{
    		CommandScript: []fakeexec.FakeCommandAction{
    			func(cmd string, args ...string) exec.Cmd { return fakeexec.InitFakeCmd(&fcmd, cmd, args...) },
    			func(cmd string, args ...string) exec.Cmd { return fakeexec.InitFakeCmd(&fcmd, cmd, args...) },
    		},
    	}
    	_ = New(fexec, protocol)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Nov 08 15:21:59 UTC 2023
    - 46.3K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/ipset/ipset_test.go

    				func() ([]byte, []byte, error) { return []byte(testCases[i].vstring), nil, nil },
    			},
    		}
    
    		fexec := &fakeexec.FakeExec{
    			CommandScript: []fakeexec.FakeCommandAction{
    				func(cmd string, args ...string) exec.Cmd { return fakeexec.InitFakeCmd(&fcmd, cmd, args...) },
    			},
    		}
    
    		gotVersion, err := getIPSetVersionString(fexec)
    		if (err != nil) != testCases[i].Err {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 41.5K bytes
    - Viewed (0)
Back to top