Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dini.c202 static int ini_handler(void *user, char *section, char *name, char *value) in ini_handler() function
244 return ini_parse(file_address, file_size, ini_handler, (void *)section); in do_ini()