OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utsname
(Results
326 - 350
of
383
) sorted by null
<<
11
12
13
14
15
16
/prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_ppc64le.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
/prebuilts/go/linux-x86/src/syscall/
zsyscall_linux_amd64.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_arm.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_arm64.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_mips.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_mips64.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_mips64le.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_mipsle.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_ppc64.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
zsyscall_linux_ppc64le.go
955
func Uname(buf *
Utsname
) (err error) {
[
all
...]
/art/dex2oat/
dex2oat.cc
35
#include <sys/
utsname
.h>
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/
syscall.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/
syscall.a
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c
90
#include <sys/
utsname
.h>
[
all
...]
/external/clang/lib/Lex/
PPDirectives.cpp
216
.Cases("sys/uio.h", "sys/un.h", "sys/
utsname
.h", "sys/wait.h", "syslog.h", true)
[
all
...]
/external/curl/lib/
ssh.c
45
#include <sys/
utsname
.h>
[
all
...]
ftp.c
34
#include <sys/
utsname
.h>
[
all
...]
/external/dhcpcd-6.8.2/
dhcp6.c
31
#include <sys/
utsname
.h>
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
elf.h
614
#define NT_UTSNAME 15 /* Contains copy of
utsname
struct */
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c
236
#include <sys/
utsname
.h>
[
all
...]
/external/python/cpython2/Modules/
posixmodule.c
237
#include <sys/
utsname
.h>
[
all
...]
/external/python/cpython3/Modules/
posixmodule.c
269
#include <sys/
utsname
.h>
[
all
...]
/external/strace/
ChangeLog-CVS
[
all
...]
configure
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c
89
#include <sys/
utsname
.h>
[
all
...]
Completed in 3055 milliseconds
<<
11
12
13
14
15
16