Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 87 for srcbuf (0.16 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go

    	I_STR     = 0x5308
    	I_POP     = 0x5303
    	I_PUSH    = 0x5302
    	I_LINK    = 0x530c
    	I_UNLINK  = 0x530d
    	I_PLINK   = 0x5316
    	I_PUNLINK = 0x5317
    
    	IF_UNITSEL = -0x7ffb8cca
    )
    
    type strbuf struct {
    	Maxlen int32
    	Len    int32
    	Buf    *int8
    }
    
    type Strioctl struct {
    	Cmd    int32
    	Timout int32
    	Len    int32
    	Dp     *int8
    }
    
    type Lifreq struct {
    	Name   [32]int8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  2. src/os/pipe_test.go

    		if err := w.Close(); err != nil {
    			t.Errorf("error closing writer: %v", err)
    		}
    	}()
    
    	rbuf := bufio.NewReader(r)
    	for i := 0; i < 3; i++ {
    		write <- i
    		b, err := rbuf.ReadBytes('\n')
    		if err != nil {
    			t.Fatal(err)
    		}
    		t.Logf("%s\n", bytes.TrimSpace(b))
    	}
    
    	close(write)
    	b, err := rbuf.ReadBytes('\n')
    	if err != io.EOF || len(b) != 0 {
    		t.Errorf(`ReadBytes: %q, %v; want "", io.EOF`, b, err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  3. src/cmd/doc/pkg.go

    					// To present indented blocks in comments correctly, process the comment as
    					// a unit before adding the leading // to each line.
    					docBuf := new(bytes.Buffer)
    					pkg.ToText(docBuf, field.Doc.Text(), "", indent)
    					scanner := bufio.NewScanner(docBuf)
    					for scanner.Scan() {
    						fmt.Fprintf(&pkg.buf, "%s// %s\n", indent, scanner.Bytes())
    					}
    				}
    				s := pkg.oneLineNode(field.Type)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 08 20:15:52 UTC 2024
    - 32K bytes
    - Viewed (0)
  4. src/test/java/org/codelibs/opensearch/extension/analysis/ReloadableKuromojiTokenizerFactory.java

        private static final boolean VERBOSE = false; // debug
    
        protected static final Reader ILLEGAL_STATE_READER = new Reader() {
            @Override
            public int read(final char[] cbuf, final int off, final int len) {
                throw new IllegalStateException("TokenStream contract violation: reset()/close() call missing, "
                        + "reset() called multiple times, or subclass does not call super.reset(). "
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  5. src/cmd/internal/testdir/testdir_test.go

    		}
    
    		if o.negative {
    			fmt.Fprintf(&errbuf, "%s:%d: %s: wrong opcode found: %q\n", t.goFileName(), o.line, env, o.opcode.String())
    		} else {
    			fmt.Fprintf(&errbuf, "%s:%d: %s: opcode not found: %q\n", t.goFileName(), o.line, env, o.opcode.String())
    		}
    	}
    	return errors.New(errbuf.String())
    }
    
    // defaultRunOutputLimit returns the number of runoutput tests that
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
  6. src/syscall/zsysnum_openbsd_amd64.go

    	SYS_SIGALTSTACK    = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, \
    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_openbsd_386.go

    	SYS_SIGALTSTACK    = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, \
    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.2K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_openbsd_arm.go

    	SYS_SIGALTSTACK    = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, \
    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 14.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_openbsd_ppc64.go

    	SYS_SIGALTSTACK    = 288 // { int sys_sigaltstack(const struct sigaltstack *nss, \
    	SYS_SHMGET         = 289 // { int sys_shmget(key_t key, size_t size, int shmflg); }
    	SYS_SEMOP          = 290 // { int sys_semop(int semid, struct sembuf *sops, \
    	SYS_FHSTAT         = 294 // { int sys_fhstat(const fhandle_t *fhp, \
    	SYS___SEMCTL       = 295 // { int sys___semctl(int semid, int semnum, int cmd, \
    	SYS_SHMCTL         = 296 // { int sys_shmctl(int shmid, int cmd, \
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 03:24:15 UTC 2023
    - 15.8K bytes
    - Viewed (0)
  10. src/runtime/os_windows.go

    func callbackasm1()
    
    var profiletimer uintptr
    
    func profilem(mp *m, thread uintptr) {
    	// Align Context to 16 bytes.
    	var c *context
    	var cbuf [unsafe.Sizeof(*c) + 15]byte
    	c = (*context)(unsafe.Pointer((uintptr(unsafe.Pointer(&cbuf[15]))) &^ 15))
    
    	c.contextflags = _CONTEXT_CONTROL
    	stdcall2(_GetThreadContext, thread, uintptr(unsafe.Pointer(c)))
    
    	gp := gFromSP(mp, c.sp())
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top