/external/syzkaller/vm/vmimpl/ |
D | console.go | 15 "golang.org/x/sys/unix" 29 var term unix.Termios 30 …_, _, errno := syscall.Syscall(unix.SYS_IOCTL, uintptr(fd), syscallTCGETS, uintptr(unsafe.Pointer(… 35 term.Cflag &^= unixCBAUD | unix.CSIZE | unix.PARENB | unix.CSTOPB | unixCRTSCTS 37 term.Cflag |= unix.B115200 | unix.CS8 | unix.CLOCAL | unix.CREAD 39 term.Iflag &^= unix.IGNBRK | unix.BRKINT | unix.PARMRK | unix.ISTRIP | unix.INLCR | 40 unix.IGNCR | unix.ICRNL | unix.IXON 41 term.Lflag &^= unix.ECHO | unix.ECHONL | unix.ICANON | unix.ISIG | unix.IEXTEN 42 term.Oflag &^= unix.OPOST 43 term.Cc[unix.VMIN] = 0 [all …]
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 28 * An "Availability: Unix" note means that this function is commonly found on 29 Unix systems. It does not make any claims about its existence on a specific 32 * If not separately noted, all functions that claim "Availability: Unix" are 33 supported on Mac OS X, which builds on a Unix core. 125 Availability: Unix. 133 Availability: Unix. 142 Availability: Unix. 151 Availability: Unix. 158 Availability: Unix. 163 other Unix platforms. If the Python interpreter was built with a [all …]
|
/external/ltp/testcases/kernel/io/stress_floppy/datafiles/ |
D | dd_file | 14 export ptypferr.out unix 33 export ptypferr.out unix 52 export ptypferr.out unix 71 export ptypferr.out unix 90 export ptypferr.out unix 109 export ptypferr.out unix 128 export ptypferr.out unix 147 export ptypferr.out unix 166 export ptypferr.out unix 185 export ptypferr.out unix [all …]
|
/external/freetype/builds/unix/ |
D | detect.mk | 2 # FreeType 2 configuration file to detect a UNIX host platform. 27 PLATFORM := unix 32 ifeq ($(PLATFORM),unix) 38 # file named `unix-dev.mk'. It disables optimization and libtool. 41 CONFIG_FILE := unix-dev.mk 50 # file named `unix-lcc.mk'. It disables libtool for LCC. 53 CONFIG_FILE := unix-lcc.mk 61 # If a Unix platform is detected, the configure script is called and 62 # `unix-def.mk' together with `unix-cc.mk' is created. 74 CONFIG_FILE := unix.mk [all …]
|
D | unix.mk | 2 # FreeType 2 configuration rules for UNIX platforms 15 # We need these declarations here since unix-def.mk is a generated file. 16 BUILD_DIR := $(TOP_DIR)/builds/unix 17 PLATFORM := unix 19 have_mk := $(wildcard $(OBJ_DIR)/unix-def.mk) 22 include $(OBJ_DIR)/unix-def.mk 23 include $(OBJ_DIR)/unix-cc.mk 25 include $(BUILD_DIR)/unix-def.mk 26 include $(BUILD_DIR)/unix-cc.mk 57 include $(TOP_DIR)/builds/unix/install.mk
|
/external/clang/test/Driver/ |
D | ps4-analyzer-defaults.cpp | 6 // unix 8 // unix.API 9 // unix.Vfork 19 // Check for all unix checkers except API and Vfork 21 // RUN: | FileCheck %s --check-prefix=CHECK-PS4-UNIX-CHECKERS 30 // CHECK-PS4-UNIX-CHECKERS: analyzer-checker=unix 31 // CHECK-PS4-UNIX-CHECKERS-DAG: analyzer-disable-checker=unix.API 32 // CHECK-PS4-UNIX-CHECKERS-DAG: analyzer-disable-checker=unix.Vfork 33 // CHECK-PS4-UNIX-CHECKERS-NOT: analyzer-checker=unix.{{API|Vfork}}
|
/external/strace/tests-m32/ |
D | net-yy-unix.c | 2 * This file is part of net-yy-unix strace test. 43 #define TEST_SOCKET "net-yy-unix.socket" 65 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main() 71 printf("bind(%d<UNIX:[%lu]>, {sa_family=AF_UNIX, sun_path=\"%s\"}" in main() 77 printf("listen(%d<UNIX:[%lu,\"%s\"]>, 1) = 0\n", in main() 84 printf("getsockopt(%d<UNIX:[%lu,\"%s\"]>, SOL_SOCKET, SO_PASSCRED" in main() 92 printf("getsockname(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX" in main() 100 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main() 105 printf("connect(%d<UNIX:[%lu]>, {sa_family=AF_UNIX" in main() 116 printf("accept(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX}" in main() [all …]
|
/external/strace/tests-mx32/ |
D | net-yy-unix.c | 2 * This file is part of net-yy-unix strace test. 43 #define TEST_SOCKET "net-yy-unix.socket" 65 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main() 71 printf("bind(%d<UNIX:[%lu]>, {sa_family=AF_UNIX, sun_path=\"%s\"}" in main() 77 printf("listen(%d<UNIX:[%lu,\"%s\"]>, 1) = 0\n", in main() 84 printf("getsockopt(%d<UNIX:[%lu,\"%s\"]>, SOL_SOCKET, SO_PASSCRED" in main() 92 printf("getsockname(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX" in main() 100 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main() 105 printf("connect(%d<UNIX:[%lu]>, {sa_family=AF_UNIX" in main() 116 printf("accept(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX}" in main() [all …]
|
/external/strace/tests/ |
D | net-yy-unix.c | 2 * This file is part of net-yy-unix strace test. 43 #define TEST_SOCKET "net-yy-unix.socket" 65 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main() 71 printf("bind(%d<UNIX:[%lu]>, {sa_family=AF_UNIX, sun_path=\"%s\"}" in main() 77 printf("listen(%d<UNIX:[%lu,\"%s\"]>, 1) = 0\n", in main() 84 printf("getsockopt(%d<UNIX:[%lu,\"%s\"]>, SOL_SOCKET, SO_PASSCRED" in main() 92 printf("getsockname(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX" in main() 100 printf("socket(AF_UNIX, SOCK_STREAM, 0) = %d<UNIX:[%lu]>\n", in main() 105 printf("connect(%d<UNIX:[%lu]>, {sa_family=AF_UNIX" in main() 116 printf("accept(%d<UNIX:[%lu,\"%s\"]>, {sa_family=AF_UNIX}" in main() [all …]
|
/external/curl/lib/ |
D | ftplistparser.c | 26 * 1) Unix version 1 28 * 2) Unix version 2 30 * 3) Unix version 3 32 * 4) Unix symlink 160 } UNIX; member 396 switch(parser->state.UNIX.main) { in Curl_ftp_parselist() 398 switch(parser->state.UNIX.sub.total_dirsize) { in Curl_ftp_parselist() 401 parser->state.UNIX.sub.total_dirsize = PL_UNIX_TOTALSIZE_READING; in Curl_ftp_parselist() 405 parser->state.UNIX.main = PL_UNIX_FILETYPE; in Curl_ftp_parselist() 431 parser->state.UNIX.main = PL_UNIX_FILETYPE; in Curl_ftp_parselist() [all …]
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | timestruct.go | 7 package unix package 12 // nanoseconds since the Unix epoch. 15 // NsecToTimespec takes a number of nanoseconds since the Unix epoch 32 sec := t.Unix() 46 // since the Unix epoch. 49 // NsecToTimeval takes a number of nanoseconds since the Unix epoch 62 // Unix returns ts as the number of seconds and nanoseconds elapsed since the 63 // Unix epoch. 64 func (ts *Timespec) Unix() (sec int64, nsec int64) { func 68 // Unix returns tv as the number of seconds and nanoseconds elapsed since the [all …]
|
/external/clang/test/Analysis/ |
D | analyzer-checker-config.c | 1 // RUN: not %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-config unix.mallo:Opti… 2 // RUN: not %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-config uni:Optimistic=… 3 // RUN: not %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-config uni.:Optimistic… 4 // RUN: not %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-config ..:Optimistic=t… 5 // RUN: not %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-config unix.:Optimisti… 6 // RUN: not %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-config unrelated:Optim… 7 // RUN: %clang_cc1 -analyze -analyzer-checker=core,unix.Malloc -analyzer-config unix.Malloc:Optimis…
|
/external/syzkaller/sys/linux/ |
D | socket_unix.txt | 12 socket$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0]) sock_unix 13 socketpair$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0], fds ptr[out, u… 14 bind$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 15 connect$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 16 accept$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]]) so… 17 accept4$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]], f… 19 sendto$unix(fd sock_unix, buf buffer[in], len len[buf], f flags[send_flags], addr ptr[in, sockaddr_… 20 sendmsg$unix(fd sock_unix, msg ptr[in, msghdr_un], f flags[send_flags]) 21 sendmmsg$unix(fd sock_unix, mmsg ptr[in, array[msghdr_un]], vlen len[mmsg], f flags[send_flags]) 22 recvfrom$unix(fd sock_unix, buf buffer[out], len len[buf], f flags[recv_flags], addr ptr[in, sockad… [all …]
|
/external/openssh/regress/ |
D | multiplex.sh | 86 rm -f ${COPY} $OBJ/unix-[123].fwd 88 trace "forward over UNIX and check result" 89 $NC -N -Ul $OBJ/unix-1.fwd < ${DATA} > /dev/null & 91 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L$OBJ/unix-2.fwd:$OBJ/unix-1.fwd otherhost >>$TEST_SSH… 92 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -R$OBJ/unix-3.fwd:$OBJ/unix-2.fwd otherhost >>$TEST_SSH… 93 $NC -U $OBJ/unix-3.fwd < /dev/null > ${COPY} 2>/dev/null 96 rm -f ${COPY} $OBJ/unix-[123].fwd 141 verbose "test $tid: cmd forward local (UNIX)" 142 ${SSH} -F $OBJ/ssh_config -S $CTL -Oforward -L $OBJ/unix-1.fwd:localhost:$PORT otherhost \ 144 echo "" | $NC -U $OBJ/unix-1.fwd | grep "Protocol mismatch" >/dev/null 2>&1 \ [all …]
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 99 .. availability:: Unix. 117 On Unix, keys and values use :func:`sys.getfilesystemencoding` and 225 On Unix, keys and values are decoded with :func:`sys.getfilesystemencoding` 229 .. availability:: most flavors of Unix, Windows. 240 .. availability:: most flavors of Unix. 261 .. availability:: Unix. 270 .. availability:: Unix. 279 .. availability:: Unix. 288 .. availability:: Unix. 297 .. availability:: Unix. [all …]
|
/external/syzkaller/sys/freebsd/ |
D | socket_unix.txt | 14 socket$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0]) sock_unix 15 socketpair$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0], fds ptr[out, u… 16 bind$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 17 connect$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 18 accept$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]]) so… 19 accept4$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]], f… 21 sendto$unix(fd sock_unix, buf buffer[in], len len[buf], f flags[send_flags], addr ptr[in, sockaddr_… 22 sendmsg$unix(fd sock_unix, msg ptr[in, msghdr_un], f flags[send_flags]) 23 recvfrom$unix(fd sock_unix, buf buffer[out], len len[buf], f flags[recv_flags], addr ptr[in, sockad… 24 getsockname$unix(fd sock_unix, addr ptr[out, sockaddr_un], addrlen ptr[inout, len[addr, int32]]) [all …]
|
/external/syzkaller/sys/netbsd/ |
D | socket_unix.txt | 13 socket$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0]) sock_unix 14 socketpair$unix(domain const[AF_UNIX], type flags[unix_socket_type], proto const[0], fds ptr[out, u… 15 bind$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 16 connect$unix(fd sock_unix, addr ptr[in, sockaddr_un], addrlen len[addr]) 17 accept$unix(fd sock_unix, peer ptr[out, sockaddr_un, opt], peerlen ptr[inout, len[peer, int32]]) so… 19 sendto$unix(fd sock_unix, buf buffer[in], len len[buf], f flags[send_flags], addr ptr[in, sockaddr_… 20 sendmsg$unix(fd sock_unix, msg ptr[in, msghdr_un], f flags[send_flags]) 21 recvfrom$unix(fd sock_unix, buf buffer[out], len len[buf], f flags[recv_flags], addr ptr[in, sockad… 22 getsockname$unix(fd sock_unix, addr ptr[out, sockaddr_un], addrlen ptr[inout, len[addr, int32]]) 23 getpeername$unix(fd sock_unix, peer ptr[out, sockaddr_un], peerlen ptr[inout, len[peer, int32]])
|
/external/syzkaller/vendor/google.golang.org/grpc/internal/channelz/ |
D | types_linux.go | 26 "golang.org/x/sys/unix" 32 Linger *unix.Linger 33 RecvTimeout *unix.Timeval 34 SendTimeout *unix.Timeval 35 TCPInfo *unix.TCPInfo 41 if v, err := unix.GetsockoptLinger(int(fd), syscall.SOL_SOCKET, syscall.SO_LINGER); err == nil { 44 if v, err := unix.GetsockoptTimeval(int(fd), syscall.SOL_SOCKET, syscall.SO_RCVTIMEO); err == nil { 47 if v, err := unix.GetsockoptTimeval(int(fd), syscall.SOL_SOCKET, syscall.SO_SNDTIMEO); err == nil { 50 if v, err := unix.GetsockoptTCPInfo(int(fd), syscall.SOL_TCP, syscall.TCP_INFO); err == nil {
|
/external/freetype/builds/ |
D | toplevel.mk | 115 # This rule makes sense for Unix only to remove files created by a run of 121 # Note: This test is duplicated in `builds/unix/detect.mk'. 130 $(RM) builds/unix/config.cache 131 $(RM) builds/unix/config.log 132 $(RM) builds/unix/config.status 133 $(RM) builds/unix/unix-def.mk 134 $(RM) builds/unix/unix-cc.mk 135 $(RM) builds/unix/freetype2.pc 267 rm -f builds/unix/aclocal.m4 268 rm -f builds/unix/configure.ac [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | README.txt | 1 llvm/lib/Support/Unix README 5 are common to two or more variants of UNIX. For example, the directory 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/external/llvm/lib/Support/Unix/ |
D | README.txt | 1 llvm/lib/Support/Unix README 5 are common to two or more variants of UNIX. For example, the directory 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | README.txt | 1 llvm/lib/Support/Unix README 5 are common to two or more variants of UNIX. For example, the directory 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | README.txt | 1 llvm/lib/Support/Unix README 5 are common to two or more variants of UNIX. For example, the directory 8 Unix - only code that is truly generic to all UNIX platforms 9 Posix - code that is specific to Posix variants of UNIX 10 SUS - code that is specific to the Single Unix Specification 11 SysV - code that is specific to System V variants of UNIX
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/arj/ |
D | ArjArchiveEntry.java | 84 * {@link #isHostOsUnix considered to be Unix} stores time in a 89 * non-Unix system and a time taking the current timezone into 90 * account if the archive has beeen created on Unix.</p> 113 * File mode of this entry as Unix stat value. 115 * <p>Will only be non-zero of the host os was UNIX. 117 * @return the Unix mode 134 * that is considered a UNIX OS by arj? 136 * created on is considered a UNIX OS by arj 139 return getHostOs() == HostOs.UNIX || getHostOs() == HostOs.NEXT; in isHostOsUnix() 152 public static final int UNIX = 2; field in ArjArchiveEntry.HostOs
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | LLVMSupport.vcxproj.filters | 203 <None Include="Unix\Host.inc" /> 204 <None Include="Unix\Memory.inc" /> 205 <None Include="Unix\Mutex.inc" /> 206 <None Include="Unix\Path.inc" /> 207 <None Include="Unix\PathV2.inc" /> 208 <None Include="Unix\Process.inc" /> 209 <None Include="Unix\Program.inc" /> 210 <None Include="Unix\RWMutex.inc" /> 211 <None Include="Unix\Signals.inc" /> 212 <None Include="Unix\system_error.inc" /> [all …]
|