Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 138 for chars (0.07 sec)

  1. src/runtime/defs_arm_linux.go

    #include <asm/mman.h>
    #include <asm/sigcontext.h>
    #include <asm/ucontext.h>
    #include <asm/siginfo.h>
    #include <linux/time.h>
    
    struct xsiginfo {
    	int si_signo;
    	int si_errno;
    	int si_code;
    	char _sifields[4];
    };
    
    #undef sa_handler
    #undef sa_flags
    #undef sa_restorer
    #undef sa_mask
    
    struct xsigaction {
    	void (*sa_handler)(void);
    	unsigned long sa_flags;
    	void (*sa_restorer)(void);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_init_invalid_major.txt

    # module paths with spaces are also rejected
    ! go mod init 'foo bar'
    stderr '(?s)^go: malformed module path "foo bar": invalid char '' ''$'
    
    ! go mod init 'foo  bar baz'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 17 21:34:32 UTC 2021
    - 5.5K bytes
    - Viewed (0)
  3. src/runtime/cgo/libcgo.h

    /*
     * Get the low and high boundaries of the stack.
     */
    void x_cgo_getstackbound(uintptr bounds[2]);
    
    /*
     * Prints error then calls abort. For linux and android.
     */
    void fatalf(const char* format, ...) __attribute__ ((noreturn));
    
    /*
     * Registers the current mach thread port for EXC_BAD_ACCESS processing.
     */
    void darwin_arm_init_thread_exception_port(void);
    
    /*
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 13 20:50:04 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go

    	SYS_FLISTXATTR           = 383 // { int|sys||flistxattr(int fd, char *list, size_t size); }
    	SYS_REMOVEXATTR          = 384 // { int|sys||removexattr(const char *path, const char *name); }
    	SYS_LREMOVEXATTR         = 385 // { int|sys||lremovexattr(const char *path, const char *name); }
    	SYS_FREMOVEXATTR         = 386 // { int|sys||fremovexattr(int fd, const char *name); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  5. src/syscall/zsysnum_netbsd_arm64.go

    	SYS_FLISTXATTR           = 383 // { int|sys||flistxattr(int fd, char *list, size_t size); }
    	SYS_REMOVEXATTR          = 384 // { int|sys||removexattr(const char *path, const char *name); }
    	SYS_LREMOVEXATTR         = 385 // { int|sys||lremovexattr(const char *path, const char *name); }
    	SYS_FREMOVEXATTR         = 386 // { int|sys||fremovexattr(int fd, const char *name); }
    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/syscall/zsysnum_dragonfly_amd64.go

    	SYS_REVOKE        = 56  // { int revoke(char *path); }
    	SYS_SYMLINK       = 57  // { int symlink(char *path, char *link); }
    	SYS_READLINK      = 58  // { int readlink(char *path, char *buf, int count); }
    	SYS_EXECVE        = 59  // { int execve(char *fname, char **argv, char **envv); }
    	SYS_UMASK         = 60  // { int umask(int newmask); } umask umask_args int
    	SYS_CHROOT        = 61  // { int chroot(char *path); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go

    	SYS_REVOKE                 = 56  // { int revoke(char *path); }
    	SYS_SYMLINK                = 57  // { int symlink(char *path, char *link); }
    	SYS_READLINK               = 58  // { int readlink(char *path, char *buf, int count); }
    	SYS_EXECVE                 = 59  // { int execve(char *fname, char **argv, char **envv); }
    	SYS_UMASK                  = 60  // { int umask(int newmask); } umask umask_args int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 27.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    	SYS_READLINK                 = 58  // { ssize_t readlink(char *path, char *buf, size_t count); }
    	SYS_EXECVE                   = 59  // { int execve(char *fname, char **argv, char **envv); }
    	SYS_UMASK                    = 60  // { int umask(int newmask); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_REVOKE                   = 56  // { int revoke(char *path); }
    	SYS_SYMLINK                  = 57  // { int symlink(char *path, char *link); }
    	SYS_READLINK                 = 58  // { ssize_t readlink(char *path, char *buf, size_t count); }
    	SYS_EXECVE                   = 59  // { int execve(char *fname, char **argv, char **envv); }
    	SYS_UMASK                    = 60  // { int umask(int newmask); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_openbsd_riscv64.go

    	SYS_LINKAT         = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, \
    	SYS_MKDIRAT        = 318 // { int sys_mkdirat(int fd, const char *path, \
    	SYS_MKFIFOAT       = 319 // { int sys_mkfifoat(int fd, const char *path, \
    	SYS_MKNODAT        = 320 // { int sys_mknodat(int fd, const char *path, \
    	SYS_OPENAT         = 321 // { int sys_openat(int fd, const char *path, int flags, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 02:55:38 UTC 2023
    - 15.7K bytes
    - Viewed (0)
Back to top