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:PF_LOCAL
(Results
1 - 19
of
19
) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
socket.h
100
#define
PF_LOCAL
1
macro
101
#define PF_UNIX
PF_LOCAL
102
#define PF_FILE
PF_LOCAL
150
#define AF_LOCAL
PF_LOCAL
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
socket.h
89
#define
PF_LOCAL
1
macro
90
#define PF_UNIX
PF_LOCAL
91
#define PF_FILE
PF_LOCAL
139
#define AF_LOCAL
PF_LOCAL
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
socket.h
100
#define
PF_LOCAL
1
macro
101
#define PF_UNIX
PF_LOCAL
102
#define PF_FILE
PF_LOCAL
150
#define AF_LOCAL
PF_LOCAL
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
socket.h
100
#define
PF_LOCAL
1
macro
101
#define PF_UNIX
PF_LOCAL
102
#define PF_FILE
PF_LOCAL
150
#define AF_LOCAL
PF_LOCAL
/third_party/musl/porting/linux/user/include/sys/
H
A
D
socket.h
104
#define
PF_LOCAL
1
macro
105
#define PF_UNIX
PF_LOCAL
106
#define PF_FILE
PF_LOCAL
154
#define AF_LOCAL
PF_LOCAL
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
socket.h
100
#define
PF_LOCAL
1
macro
101
#define PF_UNIX
PF_LOCAL
102
#define PF_FILE
PF_LOCAL
150
#define AF_LOCAL
PF_LOCAL
/third_party/musl/include/sys/
H
A
D
socket.h
104
#define
PF_LOCAL
1
macro
105
#define PF_UNIX
PF_LOCAL
106
#define PF_FILE
PF_LOCAL
154
#define AF_LOCAL
PF_LOCAL
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
458
pub const
PF_LOCAL
: ::c_int = AF_LOCAL;
consts
459
pub const PF_UNIX: ::c_int =
PF_LOCAL
;
/third_party/alsa-lib/src/control/
H
A
D
control_shm.c
420
sock = socket(
PF_LOCAL
, SOCK_STREAM, 0);
in make_local_socket()
/third_party/alsa-lib/src/pcm/
H
A
D
pcm_shm.c
642
sock = socket(
PF_LOCAL
, SOCK_STREAM, 0);
in make_local_socket()
H
A
D
pcm_direct.c
212
sock = socket(
PF_LOCAL
, SOCK_STREAM, 0);
in make_local_socket()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
892
pub const
PF_LOCAL
: ::c_int = AF_LOCAL;
consts
893
pub const PF_UNIX: ::c_int =
PF_LOCAL
;
/third_party/alsa-lib/aserver/
H
A
D
aserver.c
64
sock = socket(
PF_LOCAL
, SOCK_STREAM, 0);
in make_local_socket()
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1062
pub const PF_UNIX: ::c_int =
PF_LOCAL
;
1063
pub const
PF_LOCAL
: ::c_int = AF_LOCAL;
consts
/third_party/rust/crates/libc/src/unix/linux_like/
H
A
D
mod.rs
738
pub const
PF_LOCAL
: ::c_int = AF_LOCAL;
consts
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
997
pub const
PF_LOCAL
: ::c_int = AF_LOCAL;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1734
pub const
PF_LOCAL
: ::c_int = PF_UNIX;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
3577
pub const
PF_LOCAL
: ::c_int = AF_LOCAL;
consts
3578
pub const PF_UNIX: ::c_int =
PF_LOCAL
;
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
1713
pub const
PF_LOCAL
: ::c_int = AF_LOCAL;
consts
Completed in 70 milliseconds