Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 36 for TPTR (0.06 sec)

  1. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_MKDIR         = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR         = 137 // { int rmdir(char *path); }
    	SYS_UTIMES        = 138 // { int utimes(char *path, struct timeval *tptr); }
    	SYS_ADJTIME       = 140 // { int adjtime(struct timeval *delta, \
    	SYS_SETSID        = 147 // { int setsid(void); }
    	SYS_QUOTACTL      = 148 // { int quotactl(char *path, int cmd, int uid, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/walk/range.go

    		}
    
    	case k == types.TARRAY, k == types.TSLICE, k == types.TPTR: // TPTR is pointer-to-array
    		if nn := arrayRangeClear(nrange, v1, v2, a); nn != nil {
    			base.Pos = lno
    			return nn
    		}
    
    		// Element type of the iteration
    		var elem *types.Type
    		switch t.Kind() {
    		case types.TSLICE, types.TARRAY:
    			elem = t.Elem()
    		case types.TPTR:
    			elem = t.Elem().Elem()
    		}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 14:52:33 UTC 2023
    - 17.6K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	SYS_MADVISE        = 75  // { int sys_madvise(void *addr, size_t len, int behav); }
    	SYS_UTIMES         = 76  // { int sys_utimes(const char *path, const struct timeval *tptr); }
    	SYS_FUTIMES        = 77  // { int sys_futimes(int fd, const struct timeval *tptr); }
    	SYS_GETGROUPS      = 79  // { int sys_getgroups(int gidsetsize, gid_t *gidset); }
    	SYS_SETGROUPS      = 80  // { int sys_setgroups(int gidsetsize, const gid_t *gidset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	SYS_MADVISE        = 75  // { int sys_madvise(void *addr, size_t len, int behav); }
    	SYS_UTIMES         = 76  // { int sys_utimes(const char *path, const struct timeval *tptr); }
    	SYS_FUTIMES        = 77  // { int sys_futimes(int fd, const struct timeval *tptr); }
    	SYS_MINCORE        = 78  // { int sys_mincore(void *addr, size_t len, char *vec); }
    	SYS_GETGROUPS      = 79  // { int sys_getgroups(int gidsetsize, gid_t *gidset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go

    	SYS_MADVISE        = 75  // { int sys_madvise(void *addr, size_t len, int behav); }
    	SYS_UTIMES         = 76  // { int sys_utimes(const char *path, const struct timeval *tptr); }
    	SYS_FUTIMES        = 77  // { int sys_futimes(int fd, const struct timeval *tptr); }
    	SYS_MINCORE        = 78  // { int sys_mincore(void *addr, size_t len, char *vec); }
    	SYS_GETGROUPS      = 79  // { int sys_getgroups(int gidsetsize, gid_t *gidset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_mips64.go

    	SYS_MADVISE        = 75  // { int sys_madvise(void *addr, size_t len, int behav); }
    	SYS_UTIMES         = 76  // { int sys_utimes(const char *path, const struct timeval *tptr); }
    	SYS_FUTIMES        = 77  // { int sys_futimes(int fd, const struct timeval *tptr); }
    	SYS_GETGROUPS      = 79  // { int sys_getgroups(int gidsetsize, gid_t *gidset); }
    	SYS_SETGROUPS      = 80  // { int sys_setgroups(int gidsetsize, const gid_t *gidset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 18K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_MADVISE        = 75  // { int sys_madvise(void *addr, size_t len, int behav); }
    	SYS_UTIMES         = 76  // { int sys_utimes(const char *path, const struct timeval *tptr); }
    	SYS_FUTIMES        = 77  // { int sys_futimes(int fd, const struct timeval *tptr); }
    	SYS_GETGROUPS      = 79  // { int sys_getgroups(int gidsetsize, gid_t *gidset); }
    	SYS_SETGROUPS      = 80  // { int sys_setgroups(int gidsetsize, const gid_t *gidset); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_MKDIR                  = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR                  = 137 // { int rmdir(char *path); }
    	SYS_UTIMES                 = 138 // { int utimes(char *path, struct timeval *tptr); }
    	SYS_ADJTIME                = 140 // { int adjtime(struct timeval *delta, struct timeval *olddelta); }
    	SYS_SETSID                 = 147 // { int setsid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_MKDIR                    = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR                    = 137 // { int rmdir(char *path); }
    	SYS_UTIMES                   = 138 // { int utimes(char *path, struct timeval *tptr); }
    	SYS_ADJTIME                  = 140 // { int adjtime(struct timeval *delta, struct timeval *olddelta); }
    	SYS_SETSID                   = 147 // { int setsid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_MKDIR                    = 136 // { int mkdir(char *path, int mode); }
    	SYS_RMDIR                    = 137 // { int rmdir(char *path); }
    	SYS_UTIMES                   = 138 // { int utimes(char *path, struct timeval *tptr); }
    	SYS_ADJTIME                  = 140 // { int adjtime(struct timeval *delta, struct timeval *olddelta); }
    	SYS_SETSID                   = 147 // { int setsid(void); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
Back to top