Searched refs:UNIX (Results 1 – 25 of 204) sorted by relevance
123456789
/external/strace/tests/ |
D | net.expected | 1 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +socket\(PF_(LOCAL|UNIX|FILE), SOCK_STREAM, 0\) += 0 2 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +socket\(PF_(LOCAL|UNIX|FILE), SOCK_STREAM, 0\) += 1 3 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +bind\(0, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_path="net… 5 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +getsockname\(0, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_pa… 6 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +accept\(0, \{sa_family=AF_(LOCAL|UNIX|FILE), NULL\}, \[2… 7 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +connect\(1, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_path="…
|
D | net-fd.expected | 1 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +bind\(0<socket:\[[0-9]+\]>, \{sa_family=AF_(LOCAL|UNIX|F… 3 …:[0-9]+\.[0-9]+ +getsockname\(0<socket:\[[0-9]+\]>, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_path="ne… 4 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +accept\(0<socket:\[[0-9]+\]>, \{sa_family=AF_(LOCAL|UNIX… 5 …-9]+:[0-9]+\.[0-9]+ +connect\(1<socket:\[[0-9]+\]>, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_path="ne…
|
D | sun_path.expected | 1 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +bind\(0, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_path="123… 2 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +getsockname\(0, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_pa… 3 [1-9][0-9]* +[0-9]+:[0-9]+:[0-9]+\.[0-9]+ +connect\(1, \{sa_family=AF_(LOCAL|UNIX|FILE), sun_path="…
|
D | unix-yy-connect.awk | 11 NR == 1 && /^socket\(PF_(LOCAL|UNIX|FILE), SOCK_STREAM, 0\) += 1$/ {next}
|
/external/valgrind/coregrind/m_syswrap/ |
D | syscall-x86-darwin.S | 82 #define UNIX 3 macro 137 .if $0 == UNIX 153 .if $0 == UNIX 197 DO_SYSCALL UNIX 244 ML_(blksys_setup_UNIX): .long MK_L_SCCLASS_N(UNIX,1) 245 ML_(blksys_restart_UNIX): .long MK_L_SCCLASS_N(UNIX,2) 246 ML_(blksys_complete_UNIX): .long MK_L_SCCLASS_N(UNIX,3) 247 ML_(blksys_committed_UNIX): .long MK_L_SCCLASS_N(UNIX,4) 248 ML_(blksys_finished_UNIX): .long MK_L_SCCLASS_N(UNIX,5)
|
D | syscall-amd64-darwin.S | 82 #define UNIX 3 macro 150 .if $0 == UNIX 199 DO_SYSCALL UNIX 246 ML_(blksys_setup_UNIX): .quad MK_L_SCCLASS_N(UNIX,1) 247 ML_(blksys_restart_UNIX): .quad MK_L_SCCLASS_N(UNIX,2) 248 ML_(blksys_complete_UNIX): .quad MK_L_SCCLASS_N(UNIX,3) 249 ML_(blksys_committed_UNIX): .quad MK_L_SCCLASS_N(UNIX,4) 250 ML_(blksys_finished_UNIX): .quad MK_L_SCCLASS_N(UNIX,5)
|
/external/llvm/lib/Support/Unix/ |
D | README.txt | 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 11 SysV - code that is specific to System V variants of UNIX
|
D | Host.inc | 10 // This file implements the UNIX Host support. 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | Mutex.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | RWMutex.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | ThreadLocal.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
D | TimeValue.inc | 15 //=== WARNING: Implementation here must contain only generic UNIX code that 16 //=== is guaranteed to work on *all* UNIX variants.
|
/external/libpcap/ |
D | README.tru64 | 1 The following instructions are applicable to Tru64 UNIX 2 (formerly Digital UNIX (formerly DEC OSF/1)) version 4.0, and 4 Digital UNIX 3.2 - perhaps all do.
|
/external/libgsm/ |
D | README | 7 UNIX-based tools for computer-mediated telecooperation that will be 17 with typical UNIX applications, our implementation turns frames of 160
|
/external/libpng/scripts/ |
D | README.txt | 8 makefile.knr => Archaic UNIX Makefile that converts files with 20 makefile.dec => DEC Alpha UNIX makefile 42 makefile.std => Generic UNIX makefile (cc, creates static libpng.a)
|
/external/libxml2/ |
D | INSTALL.libxml2 | 10 As most UNIX libraries libxml follows the "standard": 48 now part of the official UNIX specification. Here is one
|
/external/clang/tools/diagtool/ |
D | CMakeLists.txt | 19 if(UNIX)
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | CMakeLists.txt | 10 if(UNIX AND NOT APPLE)
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | CMakeLists.txt | 53 if(UNIX) 81 if(UNIX)
|
/external/libunwind/doc/ |
D | unw_is_signal_frame.tex | 23 asynchronous interruption. For UNIX and UNIX-like platforms, such
|
/external/lldb/test/pexpect-2.4/ |
D | PKG-INFO | 10 Platform: UNIX
|
/external/chromium-libpac/ |
D | README | 7 modified to use UNIX functions.
|
/external/icu/icu4c/source/tools/tzcode/ |
D | icuzones | 54 #Link Europe/Istanbul EET # EET is a standard UNIX zone 60 #Link Asia/Tehran MET # MET is a standard UNIX zone
|
/external/llvm/unittests/ |
D | CMakeLists.txt | 6 else(UNIX)
|
/external/llvm/tools/llvm-ar/ |
D | CMakeLists.txt | 12 if(UNIX)
|
123456789