/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/ |
D | 1-1.c | 101 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/kernel/syscalls/sysconf/ |
D | sysconf01.c | 145 test_sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/ |
D | 6-1.c | 190 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/ |
D | 4-2.c | 172 mf = sysconf(_SC_MAPPED_FILES); in main()
|
D | 1-2.c | 171 mf = sysconf(_SC_MAPPED_FILES); in main()
|
D | 2-1.c | 148 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/ |
D | 2-2.c | 277 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/ |
D | 2-4.c | 261 mf = sysconf(_SC_MAPPED_FILES); in main()
|
D | 2-7.c | 270 mf = sysconf(_SC_MAPPED_FILES); in main()
|
D | 4-2.c | 215 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/ |
D | stress1.c | 398 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/ |
D | 1-2.c | 309 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/ |
D | stress1.c | 392 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/ |
D | 2-3.c | 268 mf = sysconf(_SC_MAPPED_FILES); in main()
|
D | 1-2.c | 326 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/ |
D | 2-1.c | 351 mf = sysconf(_SC_MAPPED_FILES); in main()
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | IN.py | 215 _SC_MAPPED_FILES = 24 variable
|
D | STROPTS.py | 212 _SC_MAPPED_FILES = 24 variable
|
/external/rust/crates/libc/src/unix/hermit/ |
D | mod.rs | 728 pub const _SC_MAPPED_FILES: ::c_int = 23; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 1029 pub const _SC_MAPPED_FILES: ::c_int = 53; constant
|
/external/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 1032 pub const _SC_MAPPED_FILES: ::c_int = 29; constant
|
/external/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 962 pub const _SC_MAPPED_FILES: ::c_int = 45; constant
|
/external/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 730 pub const _SC_MAPPED_FILES: ::c_int = 16; constant
|
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 1271 pub const _SC_MAPPED_FILES: ::c_int = 33; constant
|
/external/rust/crates/nix/src/ |
D | unistd.rs | 2079 _POSIX_MAPPED_FILES = libc::_SC_MAPPED_FILES,
|