Home
last modified time | relevance | path

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

/rkdeveloptool/
H A Dboot_merger.h20 typedef char line_t[MAX_LINE_LEN]; typedef
74 line_t* code471Path;
75 line_t* code472Path;
H A Dmain.cpp1062 gOpts.code471Path = (line_t*) malloc(sizeof(line_t) * gOpts.code471Num); in parse471()
1099 gOpts.code472Path = (line_t*) malloc(sizeof(line_t) * gOpts.code472Num); in parse472()
1314 gOpts.code471Path = (line_t*) malloc(sizeof(line_t) * gOpts.code471Num); in initOpts()
1317 gOpts.code472Path = (line_t*) malloc(sizeof(line_t) * gOpts.code472Num); in initOpts()