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:_SC_VERSION
(Results
1 - 25
of
30
) sorted by relevance
1
2
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_open/
H
A
D
39-1.c
53
if (sysconf(
_SC_VERSION
) >= 200800L) {
in main()
H
A
D
39-2.c
57
if (sysconf(
_SC_VERSION
) >= 200800L) {
in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/shm_unlink/
H
A
D
10-1.c
58
if (sysconf(
_SC_VERSION
) >= 200800L) {
in main()
H
A
D
10-2.c
61
if (sysconf(
_SC_VERSION
) >= 200800L) {
in main()
/third_party/ltp/testcases/kernel/syscalls/sysconf/
H
A
D
sysconf01.c
90
test_sysconf(
_SC_VERSION
);
in main()
/third_party/musl/porting/linux/user/src/conf/
H
A
D
sysconf.c
57
[
_SC_VERSION
] = VER,
in sysconf()
/third_party/musl/src/conf/
H
A
D
sysconf.c
63
[
_SC_VERSION
] = VER,
in sysconf()
/third_party/musl/porting/liteos_a/user/include/
H
A
D
unistd.h
333
#define
_SC_VERSION
29
macro
/third_party/musl/porting/uniproton/kernel/include/
H
A
D
unistd.h
309
#define
_SC_VERSION
29
macro
/third_party/musl/porting/linux/user/include/
H
A
D
unistd.h
336
#define
_SC_VERSION
29
macro
/third_party/musl/porting/liteos_m/user/include/
H
A
D
unistd.h
333
#define
_SC_VERSION
29
macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H
A
D
unistd.h
309
#define
_SC_VERSION
29
macro
/third_party/musl/porting/liteos_a/kernel/include/
H
A
D
unistd.h
315
#define
_SC_VERSION
29
macro
/third_party/musl/porting/liteos_m/kernel/include/
H
A
D
unistd.h
309
#define
_SC_VERSION
29
macro
/third_party/musl/include/
H
A
D
unistd.h
375
#define
_SC_VERSION
29
macro
/third_party/musl/libc-test/src/api/
H
A
D
unistd.c
230
C(
_SC_VERSION
)
in f()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H
A
D
mod.rs
550
pub const
_SC_VERSION
: ::c_int = 8;
consts
/third_party/rust/crates/libc/src/unix/hermit/
H
A
D
mod.rs
711
pub const
_SC_VERSION
: ::c_int = 7;
consts
/third_party/rust/crates/libc/src/unix/redox/
H
A
D
mod.rs
864
pub const
_SC_VERSION
: ::c_int = 29;
consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
743
pub const
_SC_VERSION
: ::c_int = 29;
consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1080
pub const
_SC_VERSION
: ::c_int = 8;
consts
/third_party/rust/crates/libc/src/unix/haiku/
H
A
D
mod.rs
1135
pub const
_SC_VERSION
: ::c_int = 24;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1651
pub const
_SC_VERSION
: ::c_int = 8;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1096
pub const
_SC_VERSION
: ::c_int = 25;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1970
pub const
_SC_VERSION
: ::c_int = 8;
consts
Completed in 59 milliseconds
1
2