Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:S_ISSOCK
(Results
1 - 25
of
36
) sorted by relevance
1
2
/third_party/python/Modules/
H
A
D
_stat.c
103
#ifndef
S_ISSOCK
104
# define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
305
stat_S_ISFUNC(
S_ISSOCK
,
306
"
S_ISSOCK
(mode) -> bool\n\n"
361
if (
S_ISSOCK
(mode)) return 's';
in filetype()
422
{"
S_ISSOCK
", stat_S_ISSOCK, METH_O, stat_S_ISSOCK_doc},
/third_party/backends/sanei/
H
A
D
sanei_init_debug.c
118
#if defined(
S_ISSOCK
)
in is_socket()
119
return
S_ISSOCK
(sbuf.st_mode);
in is_socket()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
dir.h
46
#ifndef
S_ISSOCK
47
#define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
macro
/third_party/ffmpeg/libavformat/
H
A
D
file.c
62
#ifndef
S_ISSOCK
64
# define
S_ISSOCK
(m) (((m) & S_IFMT) == S_IFSOCK)
macro
66
# define
S_ISSOCK
(m) 0
macro
319
else if (
S_ISSOCK
(st.st_mode))
in file_read_dir()
/third_party/node/deps/uvwasi/src/
H
A
D
uv_mapping.c
219
#ifdef
S_ISSOCK
in uvwasi__stat_to_filetype()
220
if (
S_ISSOCK
(mode))
in uvwasi__stat_to_filetype()
222
#endif /*
S_ISSOCK
*/
in uvwasi__stat_to_filetype()
/third_party/libfuse/example/
H
A
D
passthrough_helpers.h
46
} else if (
S_ISSOCK
(mode)) {
in mknod_wrapper()
/third_party/musl/libc-test/src/api/
H
A
D
ftw.c
50
C(
S_ISSOCK
(0))
in f()
H
A
D
sys_stat.c
74
C(
S_ISSOCK
(0))
in f()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
stat.h
50
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
/third_party/musl/porting/linux/user/include/sys/
H
A
D
stat.h
50
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
stat.h
50
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
stat.h
50
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
stat.h
50
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
/third_party/python/Lib/
H
A
D
stat.py
74
def
S_ISSOCK
(mode):
function
/third_party/musl/include/sys/
H
A
D
stat.h
57
#define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
/third_party/libwebsockets/win32port/dirent/
H
A
D
dirent-win32.h
183
* distinguished on Windows and the macros S_ISBLK,
S_ISSOCK
and S_ISLNK are
199
#if !defined(
S_ISSOCK
)
200
# define
S_ISSOCK
(mode) (((mode) & S_IFMT) == S_IFSOCK)
macro
/third_party/toybox/toys/pending/
H
A
D
lsof.c
268
if (
S_ISSOCK
(sb.st_mode)) find_socket(fi, sb.st_ino);
in fill_stat()
272
if (!
S_ISSOCK
(sb.st_mode))
in fill_stat()
/third_party/pulseaudio/src/pulsecore/
H
A
D
socket-util.c
75
if (
S_ISSOCK
(st.st_mode))
in pa_socket_peer_to_string()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ls.c
112
if (
S_ISSOCK
(mode)) return '=';
in endtype()
280
else if (
S_ISSOCK
(mode)) color = 256+35;
in color_from_mode()
/third_party/toybox/toys/posix/
H
A
D
ls.c
113
if (
S_ISSOCK
(mode)) return '=';
in endtype()
290
else if (
S_ISSOCK
(mode)) color = 256+35;
in color_from_mode()
/third_party/f2fs-tools/fsck/
H
A
D
sload.c
174
} else if (
S_ISSOCK
(stat.st_mode)) {
in set_inode_metadata()
/third_party/gptfdisk/
H
A
D
diskio-unix.cc
97
else if (
S_ISSOCK
(st.st_mode))
in OpenForRead()
/third_party/libuv/src/unix/
H
A
D
tty.c
396
if (!
S_ISSOCK
(s.st_mode))
in uv_guess_handle()
/third_party/node/deps/uv/src/unix/
H
A
D
tty.c
391
if (!
S_ISSOCK
(s.st_mode))
in uv_guess_handle()
/third_party/selinux/libselinux/src/
H
A
D
stringrep.c
227
if (
S_ISSOCK
(m))
in mode_to_security_class()
Completed in 15 milliseconds
1
2