Home
last modified time | relevance | path

Searched defs:confstr (Results 1 - 4 of 4) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/conf/
H A Dconfstr.c6 size_t confstr(int name, char *buf, size_t len) in confstr() function
/third_party/musl/src/conf/
H A Dconfstr.c6 size_t confstr(int name, char *buf, size_t len) in confstr() function
/third_party/toybox/lib/
H A Dportability.h323 static inline void confstr(int a, char *b, int c) {strcpy(b, a ? "POSIXLY_CORRECT=1" : "/bin:/usr/bin");} in confstr() function
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5101 pub fn confstr(name: ::c_int, buf: *mut ::c_char, len: ::size_t) -> ::size_t; in confstr() functions

Completed in 15 milliseconds