OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_SC_BC_STRING_MAX
(Results
51 - 53
of
53
) sorted by null
1
2
3
/bionic/libc/bionic/
sysconf.cpp
169
case
_SC_BC_STRING_MAX
: return _POSIX2_BC_STRING_MAX;
/libcore/luni/src/main/java/libcore/io/
OsConstants.java
408
public static final int
_SC_BC_STRING_MAX
= placeholder();
[
all
...]
/libcore/luni/src/main/native/
libcore_io_OsConstants.cpp
470
initConstant(env, c, "
_SC_BC_STRING_MAX
",
_SC_BC_STRING_MAX
);
Completed in 22 milliseconds
1
2
3