grub2/grub-core/disk
Miguel Ángel Arruga Vivas 837fe48deb i18n: Format large integers before the translation message
The GNU gettext only supports the ISO C99 macros for integral
types. If there is a need to use unsupported formatting macros,
e.g. PRIuGRUB_UINT64_T, according to [1] the number to a string
conversion should be separated from the code printing message
requiring the internationalization. So, the function grub_snprintf()
is used to print the numeric values to an intermediate buffer and
the internationalized message contains a string format directive.

[1] https://www.gnu.org/software/gettext/manual/html_node/Preparing-Strings.html#No-string-concatenation

Signed-off-by: Miguel Ángel Arruga Vivas <rosen644835@gmail.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2021-04-13 17:16:04 +02:00
..
arc Rename grub_disk members 2019-03-25 15:14:52 +01:00
efi disk: Rename grub_disk_get_size() to grub_disk_native_sectors() 2020-12-12 01:19:03 +01:00
i386/pc Rename grub_disk members 2019-03-25 15:14:52 +01:00
ieee1275 calloc: Use calloc() at most places 2020-07-29 16:55:47 +02:00
uboot Rename grub_disk members 2019-03-25 15:14:52 +01:00
xen calloc: Use calloc() at most places 2020-07-29 16:55:47 +02:00
AFSplitter.c afsplitter: Move into its own module 2020-01-10 14:27:49 +01:00
ahci.c ahci: Increase time-out from 10 s to 32 s 2018-09-13 10:54:54 +02:00
ata.c disk/ata: Use format code PRIxGRUB_UINT64_T for 64-bit uint argument in grub_error() 2021-03-10 15:01:08 +01:00
cryptodisk.c grub_error: Use format code PRIuGRUB_SIZE for variables of type grub_size_t 2021-03-10 14:50:44 +01:00
diskfilter.c disk: Rename grub_disk_get_size() to grub_disk_native_sectors() 2020-12-12 01:19:03 +01:00
dmraid_nvidia.c disk/dmraid_nvidia: Format string error in grub_error() 2021-03-10 14:50:44 +01:00
geli.c disk: Rename grub_disk_get_size() to grub_disk_native_sectors() 2020-12-12 01:19:03 +01:00
host.c Rename grub_disk members 2019-03-25 15:14:52 +01:00
ldm.c disk/ldm: Fix memory leak on uninserted lv references 2021-03-02 15:54:16 +01:00
loopback.c loopback: Do not automaticaly replace existing loopback dev, error instead 2020-12-12 01:19:03 +01:00
luks2.c i18n: Format large integers before the translation message 2021-04-13 17:16:04 +02:00
luks.c cryptodisk: Properly handle non-512 byte sized sectors 2020-12-12 01:19:05 +01:00
lvm.c disk/lvm: Do not allow a LV to be it's own segment's node's LV 2021-03-02 15:54:19 +01:00
mdraid1x_linux.c disk: Rename grub_disk_get_size() to grub_disk_native_sectors() 2020-12-12 01:19:03 +01:00
mdraid_linux_be.c Handle big-endian mdraid. 2012-03-26 16:10:40 +02:00
mdraid_linux.c disk: Rename grub_disk_get_size() to grub_disk_native_sectors() 2020-12-12 01:19:03 +01:00
memdisk.c Rename grub_disk members 2019-03-25 15:14:52 +01:00
pata.c disk/pata: Suppress error message "no device connected" 2021-03-10 13:22:45 +01:00
raid5_recover.c * include/grub/diskfilter.h (grub_raid5_recover_func_t): Use proper 2012-06-25 17:36:50 +02:00
raid6_recover.c btrfs: Make more generic the code for RAID 6 rebuilding 2018-10-31 12:07:29 +01:00
scsi.c Rename grub_disk members 2019-03-25 15:14:52 +01:00
usbms.c cleanup: grub_cpu_to_XXX_compile_time for constants 2014-09-22 20:47:10 +04:00