Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 125 for sys_chdir (0.23 sec)

  1. src/syscall/zsysnum_freebsd_arm.go

    	SYS_LINK                     = 9   // { int link(char *path, char *link); }
    	SYS_UNLINK                   = 10  // { int unlink(char *path); }
    	SYS_CHDIR                    = 12  // { int chdir(char *path); }
    	SYS_FCHDIR                   = 13  // { int fchdir(int fd); }
    	SYS_MKNOD                    = 14  // { int mknod(char *path, int mode, int dev); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  2. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_WAIT4         = 7   // { int wait4(int pid, int *status, int options, \
    	SYS_LINK          = 9   // { int link(char *path, char *link); }
    	SYS_UNLINK        = 10  // { int unlink(char *path); }
    	SYS_CHDIR         = 12  // { int chdir(char *path); }
    	SYS_FCHDIR        = 13  // { int fchdir(int fd); }
    	SYS_MKNOD         = 14  // { int mknod(char *path, int mode, int dev); }
    	SYS_CHMOD         = 15  // { int chmod(char *path, int mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  3. src/syscall/exec_plan9.go

    			}
    
    			r1, _, _ = RawSyscall(SYS_CLOSE, uintptr(envfd), 0, 0)
    
    			if int32(r1) == -1 {
    				goto childerror
    			}
    		}
    	}
    
    	// Chdir
    	if dir != nil {
    		r1, _, _ = RawSyscall(SYS_CHDIR, uintptr(unsafe.Pointer(dir)), 0, 0)
    		if int32(r1) == -1 {
    			goto childerror
    		}
    	}
    
    	// Pass 1: look for fd[i] < i and move those up above len(fd)
    	// so that pass 2 won't stomp on an fd it needs later.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_netbsd_amd64.go

    	SYS_LINK                 = 9   // { int|sys||link(const char *path, const char *link); }
    	SYS_UNLINK               = 10  // { int|sys||unlink(const char *path); }
    	SYS_CHDIR                = 12  // { int|sys||chdir(const char *path); }
    	SYS_FCHDIR               = 13  // { int|sys||fchdir(int fd); }
    	SYS_CHMOD                = 15  // { int|sys||chmod(const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_netbsd_arm.go

    	SYS_LINK                 = 9   // { int|sys||link(const char *path, const char *link); }
    	SYS_UNLINK               = 10  // { int|sys||unlink(const char *path); }
    	SYS_CHDIR                = 12  // { int|sys||chdir(const char *path); }
    	SYS_FCHDIR               = 13  // { int|sys||fchdir(int fd); }
    	SYS_CHMOD                = 15  // { int|sys||chmod(const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm64.go

    	SYS_LINK                 = 9   // { int|sys||link(const char *path, const char *link); }
    	SYS_UNLINK               = 10  // { int|sys||unlink(const char *path); }
    	SYS_CHDIR                = 12  // { int|sys||chdir(const char *path); }
    	SYS_FCHDIR               = 13  // { int|sys||fchdir(int fd); }
    	SYS_CHMOD                = 15  // { int|sys||chmod(const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_LINK                 = 9   // { int|sys||link(const char *path, const char *link); }
    	SYS_UNLINK               = 10  // { int|sys||unlink(const char *path); }
    	SYS_CHDIR                = 12  // { int|sys||chdir(const char *path); }
    	SYS_FCHDIR               = 13  // { int|sys||fchdir(int fd); }
    	SYS_CHMOD                = 15  // { int|sys||chmod(const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go

    	SYS_LINK                 = 9   // { int|sys||link(const char *path, const char *link); }
    	SYS_UNLINK               = 10  // { int|sys||unlink(const char *path); }
    	SYS_CHDIR                = 12  // { int|sys||chdir(const char *path); }
    	SYS_FCHDIR               = 13  // { int|sys||fchdir(int fd); }
    	SYS_CHMOD                = 15  // { int|sys||chmod(const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_netbsd_386.go

    	SYS_LINK                 = 9   // { int|sys||link(const char *path, const char *link); }
    	SYS_UNLINK               = 10  // { int|sys||unlink(const char *path); }
    	SYS_CHDIR                = 12  // { int|sys||chdir(const char *path); }
    	SYS_FCHDIR               = 13  // { int|sys||fchdir(int fd); }
    	SYS_CHMOD                = 15  // { int|sys||chmod(const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 25.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_LINK                   = 9   // { int link(char *path, char *link); }
    	SYS_UNLINK                 = 10  // { int unlink(char *path); }
    	SYS_CHDIR                  = 12  // { int chdir(char *path); }
    	SYS_FCHDIR                 = 13  // { int fchdir(int fd); }
    	SYS_MKNOD                  = 14  // { int mknod(char *path, int mode, int dev); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
Back to top