HomeSort by relevance Sort by last modified time
    Searched refs:_SC_XOPEN_VERSION (Results 51 - 53 of 53) sorted by null

1 23

  /bionic/libc/bionic/
sysconf.cpp 217 case _SC_XOPEN_VERSION: return _XOPEN_VERSION;
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 476 public static final int _SC_XOPEN_VERSION = placeholder();
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 540 initConstant(env, c, "_SC_XOPEN_VERSION", _SC_XOPEN_VERSION);

Completed in 27 milliseconds

1 23