Home
last modified time | relevance | path

Searched refs:FAST_FUNC (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/include/internal/
A Dparse_config.h14 #ifndef FAST_FUNC
15 # define FAST_FUNC macro
48 parser_t* config_open(const char *filename) FAST_FUNC attribute_hidden;
50 int config_read(parser_t *parser, char ***tokens, unsigned flags, const char *delims) FAST_FUNC att…
54 void config_close(parser_t *parser) FAST_FUNC attribute_hidden;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c49 # ifndef FAST_FUNC
50 # define FAST_FUNC macro
116 static __always_inline parser_t * FAST_FUNC config_open2(const char *filename, in config_open2()
117 FILE* FAST_FUNC (*fopen_func)(const char *path, const char *mode)) in config_open2()
132 parser_t * FAST_FUNC config_open(const char *filename) in config_open()
145 void FAST_FUNC config_close(parser_t *parser) in config_close()
179 int FAST_FUNC config_read(parser_t *parser, char ***tokens, in config_read()

Completed in 3 milliseconds