Searched refs:snprintfcat (Results 1 - 1 of 1) sorted by relevance

/u-boot/board/gateworks/venice/
H A Deeprom.c191 #define snprintfcat(dest, sz, fmt, ...) \ macro
229 snprintfcat(buf, sz, "-%c%d", rev_base_pcb, rev_base_bom);
231 snprintfcat(buf, sz, "-%c", rev_base_pcb);
233 snprintfcat(buf, sz, "%c%d", rev_pcb, rev_bom);
235 snprintfcat(buf, sz, "%c", rev_pcb);
239 snprintfcat(buf, sz, "-%c%d", rev_base_pcb, rev_base_bom);
241 snprintfcat(buf, sz, "-%c", rev_base_pcb);
242 snprintfcat(buf, sz, "xx");
245 snprintfcat(buf, sz, "-xx");
247 snprintfcat(bu
[all...]

Completed in 50 milliseconds