Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dboot_merger.h30 typedef char line_t[MAX_LINE_LEN]; typedef
84 line_t* code471Path;
85 line_t* code472Path;
H A Dboot_merger.c204 gOpts.code471Path = (line_t *)malloc(sizeof(line_t) * gOpts.code471Num); in parse471()
241 gOpts.code472Path = (line_t *)malloc(sizeof(line_t) * gOpts.code472Num); in parse472()
506 gOpts.code471Path = (line_t *)malloc(sizeof(line_t) * gOpts.code471Num); in initOpts()
509 gOpts.code472Path = (line_t *)malloc(sizeof(line_t) * gOpts.code472Num); in initOpts()