Home
last modified time | relevance | path

Searched refs:fat_type (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sbin/newfs_msdos/
H A Dmkfs_msdos.c92 #define mincls(fat_type) ((fat_type) == 12 ? MINCLS12 : \ argument
93 (fat_type) == 16 ? MINCLS16 : \
96 #define maxcls(fat_type) ((fat_type) == 12 ? MAXCLS12 : \ argument
97 (fat_type) == 16 ? MAXCLS16 : \
342 switch (o.fat_type) { in mkfs_msdos()
369 switch (o.fat_type) { in mkfs_msdos()
372 o.fat_type = 12; in mkfs_msdos()
374 o.fat_type = 32; in mkfs_msdos()
379 warnx("Cannot specify info sector with FAT%u", o.fat_type); in mkfs_msdos()
383 warnx("Cannot specify backup sector with FAT%u", o.fat_type); in mkfs_msdos()
[all …]
H A Dmkfs_msdos.h38 AOPT('F', uint8_t, fat_type, 12, "FAT type (12, 16, or 32)") \
H A Dnewfs_msdos.c116 o.fat_type = atoi(optarg); in main()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-types.c1792 tree fat_type, decl, arraytype, *chain = NULL; in gfc_get_array_descriptor_base() local
1813 fat_type = make_node (RECORD_TYPE); in gfc_get_array_descriptor_base()
1816 TYPE_NAME (fat_type) = get_identifier (name); in gfc_get_array_descriptor_base()
1817 TYPE_NAMELESS (fat_type) = 1; in gfc_get_array_descriptor_base()
1820 gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1827 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1833 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1839 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1853 decl = gfc_add_field_to_struct_1 (fat_type, get_identifier ("dim"), in gfc_get_array_descriptor_base()
1860 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-types.cc1844 tree fat_type, decl, arraytype, *chain = NULL; in gfc_get_array_descriptor_base() local
1865 fat_type = make_node (RECORD_TYPE); in gfc_get_array_descriptor_base()
1868 TYPE_NAME (fat_type) = get_identifier (name); in gfc_get_array_descriptor_base()
1869 TYPE_NAMELESS (fat_type) = 1; in gfc_get_array_descriptor_base()
1872 gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1879 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1885 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1891 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
1905 decl = gfc_add_field_to_struct_1 (fat_type, get_identifier ("dim"), in gfc_get_array_descriptor_base()
1912 decl = gfc_add_field_to_struct_1 (fat_type, in gfc_get_array_descriptor_base()
[all …]