| /src/sbin/newfs_msdos/ |
| mkfs_msdos.c | 122 u_int8_t nft; /* number of FATs */ member in struct:bsbpb 166 u_int nft; /* number of FATs */ member in struct:bpb 182 { .bps = a, .spc = b, .res = c, .nft = d, .rde = e, \ 442 bpb.nft = o.num_FAT; 482 if (!bpb.nft) 483 bpb.nft = 2; 488 bpb.nft + 496 howmany((RESFTE + MAXCLS16) * 2, bpb.bps) * bpb.nft + 542 bpb.bps * NPB) * bpb.nft + 552 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec) [all...] |
| /src/external/bsd/tmux/dist/ |
| format.c | 4421 struct format_tree *nft; local 4458 nft = format_create(c, item, FORMAT_NONE, ft->flags|last); 4459 format_defaults(nft, ft->c, s, NULL, NULL); 4461 next.ft = nft; 4540 struct format_tree *nft; local 4595 nft = format_create(c, item, FORMAT_WINDOW|w->id, 4597 format_defaults(nft, ft->c, ft->s, wl, NULL); 4599 next.ft = nft; 4601 format_free(nft); 4640 struct format_tree *nft; local 4744 struct format_tree *nft; local [all...] |