Home
last modified time | relevance | path

Searched defs:confstr (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/conf/
Dconfstr.c6 size_t confstr(int name, char *buf, size_t len) in confstr() function
/third_party/musl/src/conf/
Dconfstr.c5 size_t confstr(int name, char *buf, size_t len) in confstr() function
/third_party/toybox/lib/
Dportability.h318 static inline void confstr(int a, char *b, int c) {strcpy(b, a ? "POSIXLY_CORRECT=1" : "/bin:/usr/b… in confstr() function