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

/netbsd-current/sbin/newfs_msdos/
H A Dmkfs_msdos.c187 } stdfmt[] = { variable in typeref:struct:__anon1
814 x = sizeof(stdfmt) / sizeof(stdfmt[0]);
815 for (i = 0; i < x && strcmp(fmt, stdfmt[i].name); i++);
820 *bpb = stdfmt[i].bpb;

Completed in 88 milliseconds