Home
last modified time | relevance | path

Searched defs:config_read (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/libbb/
Dparse_config.c163 int FAST_FUNC config_read(parser_t *parser, char **tokens, unsigned flags, const char *delims) in config_read() function
/busybox-1.35.0/include/
Dlibbb.h1660 #define config_read(parser, tokens, max, min, str, flags) \ macro