Searched refs:fat_type (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/sbin/newfs_msdos/ |
H A D | mkfs_msdos.c | 92 #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 D | mkfs_msdos.h | 38 AOPT('F', uint8_t, fat_type, 12, "FAT type (12, 16, or 32)") \
|
H A D | newfs_msdos.c | 116 o.fat_type = atoi(optarg); in main()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 1792 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 D | trans-types.cc | 1844 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 …]
|