Searched defs:confstr (Results 1 – 5 of 5) sorted by relevance
| /external/trusty/musl/src/conf/ |
| D | confstr.c | 5 size_t confstr(int name, char *buf, size_t len) in confstr() function
|
| /external/musl/src/conf/ |
| D | confstr.c | 5 size_t confstr(int name, char *buf, size_t len) in confstr() function
|
| /external/toybox/lib/ |
| D | portability.h | 375 static inline void confstr(int a, char *b, int c) {strcpy(b, a ? "POSIXLY_CORRECT=1" : "/bin:/usr/b… in confstr() function
|
| /external/compiler-rt/lib/msan/tests/ |
| D | msan_test.cc | 1270 TEST(MemorySanitizer, confstr) { in TEST() argument
|
| /external/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5627 pub fn confstr(name: ::c_int, buf: *mut ::c_char, len: ::size_t) -> ::size_t; in confstr() function
|