Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dini.c203 static int ini_handler(void *user, char *section, char *name, char *value) in ini_handler() function
245 return ini_parse(file_address, file_size, ini_handler, (void *)section); in do_ini()