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

/system/core/toolbox/
H A Dnewfs_msdos.c179 } const stdfmt[] = { variable
772 x = sizeof(stdfmt) / sizeof(stdfmt[0]);
773 for (i = 0; i < x && strcmp(fmt, stdfmt[i].name); i++);
776 *bpb = stdfmt[i].bpb;

Completed in 4 milliseconds