Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for Acct (0.07 sec)

  1. src/syscall/zsyscall_aix_ppc64.go

    //go:cgo_import_dynamic libc_accept accept "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Openat openat "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_ptrace64 ptrace64 "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Acct acct "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Chdir chdir "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Chmod chmod "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_Chown chown "libc.a/shr_64.o"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 41.7K bytes
    - Viewed (0)
  2. src/syscall/syscall_aix.go

    func PtraceDetach(pid int) (err error) { return ptrace64(PT_DETACH, int64(pid), 0, 0, 0) }
    
    /*
     * Direct access
     */
    
    //sys	Acct(path string) (err error)
    //sys	Chdir(path string) (err error)
    //sys	Chmod(path string, mode uint32) (err error)
    //sys	Chown(path string, uid int, gid int) (err error)
    //sys	Chroot(path string) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:50:55 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  3. src/syscall/syscall_linux.go

    	if err != nil {
    		return err
    	}
    	return mount(source, target, fstype, flags, datap)
    }
    
    // Sendto
    // Recvfrom
    // Socketpair
    
    /*
     * Direct access
     */
    //sys	Acct(path string) (err error)
    //sys	Adjtimex(buf *Timex) (state int, err error)
    //sys	Chdir(path string) (err error)
    //sys	Chroot(path string) (err error)
    //sys	Close(fd int) (err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:12:46 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux.go

    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Acct(path string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(path)
    	if err != nil {
    		return
    	}
    	_, _, e1 := Syscall(SYS_ACCT, uintptr(unsafe.Pointer(_p0)), 0, 0)
    	if e1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    		raceReleaseMerge(unsafe.Pointer(&ioSync))
    	}
    	return sendfile(outfd, infd, offset, count)
    }
    
    // Sendto
    // Recvfrom
    // Socketpair
    
    /*
     * Direct access
     */
    //sys	Acct(path string) (err error)
    //sys	AddKey(keyType string, description string, payload []byte, ringid int) (id int, err error)
    //sys	Adjtimex(buf *Timex) (state int, err error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  6. src/main/java/org/codelibs/fess/entity/SearchRequestParams.java

        public static final String AS_Q = "q";
    
        public static final String AS_FILETYPE = "filetype";
    
        public static final String AS_SITESEARCH = "sitesearch";
    
        public static final String AS_OCCURRENCE = "occt";
    
        public static final String AS_TIMESTAMP = "timestamp";
    
        public abstract String getQuery();
    
        public abstract Map<String, String[]> getFields();
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  7. pkg/apis/core/validation/validation_test.go

    				"key": "value",
    			},
    			NodeName:              "foobar",
    			DNSPolicy:             core.DNSClusterFirst,
    			ActiveDeadlineSeconds: &activeDeadlineSeconds,
    			ServiceAccountName:    "acct",
    		},
    		"populate all fields with larger active deadline": {
    			Volumes: []core.Volume{
    				{Name: "vol", VolumeSource: core.VolumeSource{EmptyDir: &core.EmptyDirVolumeSource{}}},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ARPHRD_X25", Const, 0},
    		{"AUTHTYPE_CLIENT", Const, 0},
    		{"AUTHTYPE_SERVER", Const, 0},
    		{"Accept", Func, 0},
    		{"Accept4", Func, 1},
    		{"AcceptEx", Func, 0},
    		{"Access", Func, 0},
    		{"Acct", Func, 0},
    		{"AddrinfoW", Type, 1},
    		{"AddrinfoW.Addr", Field, 1},
    		{"AddrinfoW.Addrlen", Field, 1},
    		{"AddrinfoW.Canonname", Field, 1},
    		{"AddrinfoW.Family", Field, 1},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top