Home
last modified time | relevance | path

Searched refs:UNIX (Results 1 – 25 of 494) sorted by relevance

12345678910>>...20

/third_party/curl/lib/
Dftplistparser.c160 } 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()
472 parser->state.UNIX.main = PL_UNIX_PERMISSION; in Curl_ftp_parselist()
501 parser->state.UNIX.main = PL_UNIX_HLINKS; in Curl_ftp_parselist()
502 parser->state.UNIX.sub.hlinks = PL_UNIX_HLINKS_PRESPACE; in Curl_ftp_parselist()
506 switch(parser->state.UNIX.sub.hlinks) { in Curl_ftp_parselist()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DREADME.txt5 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
DCOM.inc15 //=== WARNING: Implementation here must contain only generic UNIX code that
16 //=== is guaranteed to work on *all* UNIX variants.
DMutex.inc15 //=== WARNING: Implementation here must contain only generic UNIX code that
16 //=== is guaranteed to work on *all* UNIX variants.
DRWMutex.inc15 //=== WARNING: Implementation here must contain only generic UNIX code that
16 //=== is guaranteed to work on *all* UNIX variants.
DThreadLocal.inc15 //=== WARNING: Implementation here must contain only generic UNIX code that
16 //=== is guaranteed to work on *all* UNIX variants.
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DREADME.txt5 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
DCOM.inc14 //=== WARNING: Implementation here must contain only generic UNIX code that
15 //=== is guaranteed to work on *all* UNIX variants.
DHost.inc9 // This file implements the UNIX Host support.
14 //=== WARNING: Implementation here must contain only generic UNIX code that
15 //=== is guaranteed to work on *all* UNIX variants.
DThreadLocal.inc14 //=== WARNING: Implementation here must contain only generic UNIX code that
15 //=== is guaranteed to work on *all* UNIX variants.
/third_party/curl/tests/data/
Dtest57530 ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*
43 CWD UNIX
62 CWD UNIX
84 CWD UNIX
Dtest57431 ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/*.txt
47 CWD UNIX
66 CWD UNIX
/third_party/boost/libs/asio/doc/overview/
Dposix.qbk10 [link boost_asio.overview.posix.local UNIX Domain Sockets]
16 [section:local UNIX Domain Sockets]
18 Boost.Asio provides basic support for UNIX domain sockets (also known as local
33 A UNIX domain socket server may be created by binding an acceptor to an
48 Transmission of file descriptors or credentials across UNIX domain sockets is
64 [link boost_asio.examples.cpp03_examples.unix_domain_sockets UNIX domain sockets examples].
68 UNIX domain sockets are only available at compile time if supported by the
/third_party/flatbuffers/CMake/
DPackageDebian.cmake2 if (UNIX)
39 endif(UNIX)
DPackageRedhat.cmake1 if (UNIX)
44 endif(UNIX)
/third_party/nghttp2/doc/sources/
Dh2load-howto.rst126 UNIX domain socket
129 To request against UNIX domain socket, use :option:`--base-uri`, and
130 specify ``unix:`` followed by the path to UNIX domain socket. For
131 example, if UNIX domain socket is ``/tmp/nghttpx.sock``, use
/third_party/python/Modules/
Dmmapmodule.c27 #define UNIX macro
54 #ifdef UNIX
109 #ifdef UNIX
155 #ifdef UNIX in mmap_object_dealloc()
207 #ifdef UNIX in mmap_close_method()
234 #ifdef UNIX
467 #ifdef UNIX in mmap_size_method()
553 #ifdef UNIX in mmap_resize_method()
617 #elif defined(UNIX) in mmap_flush_method()
700 #elif defined(UNIX) in mmap_closed_get()
[all …]
/third_party/mbedtls/programs/ssl/
Dmini_client.c45 #define UNIX macro
50 !defined(UNIX)
/third_party/boost/tools/build/src/util/
Dpath.jam26 if [ modules.peek : UNIX ]
32 case * : os = UNIX ;
544 rule make-UNIX ( native )
550 errors.error "Empty path passed to 'make-UNIX'" ;
559 rule native-UNIX ( path )
578 return [ native-UNIX $(result) ] ;
614 local portable = [ make-UNIX $(native) ] ;
695 local native = [ native-UNIX $(path) ] ;
935 modules.poke path : os : UNIX ;
937 assert.result "foo/bar/giz" : make-UNIX "foo/bar/giz" ;
[all …]
/third_party/boost/tools/build/src/tools/
Dsymlink.jam110 if [ modules.peek : UNIX ] { os = UNIX ; }
127 actions ln-UNIX
/third_party/gstreamer/gstreamer/docs/gst/
Dbuilding.md6 # Building GStreamer on UNIX
8 On UNIX, GStreamer uses the standard GNU build system, using autoconf
/third_party/curl/CMake/
DFindNGTCP2.cmake48 if(UNIX)
82 if(UNIX)
/third_party/openGLES/ABI/ext/
Dcompaq.txt4 PowerStorm 300/350 extension support (Tru64 UNIX and Windows NT):
/third_party/skia/third_party/externals/opengl-registry/ABI/ext/
Dcompaq.txt4 PowerStorm 300/350 extension support (Tru64 UNIX and Windows NT):
/third_party/libunwind/doc/
Dunw_is_signal_frame.tex23 asynchronous interruption. For UNIX and UNIX-like platforms, such

12345678910>>...20