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

/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdisk.h82 extern char *const str_units(int);
H A Dfdisksunlabel.c519 snprintf(mesg, sizeof(mesg), _("First %s"), str_units(SINGULAR));
577 str_units(SINGULAR));
598 scround(last), str_units(SINGULAR),
599 scround(stop), str_units(SINGULAR));
671 str_units(PLURAL), units_per_sector);
677 str_units(PLURAL), units_per_sector);
H A Dfdisksgilabel.c210 str_units(PLURAL), units_per_sector,
217 str_units(PLURAL), units_per_sector,
649 snprintf(mesg, sizeof(mesg), _("First %s"), str_units(SINGULAR));
676 snprintf(mesg, sizeof(mesg), _(" Last %s"), str_units(SINGULAR));
H A Dfdiskbsdlabel.c284 snprintf (mesg, sizeof(mesg), _("First %s"), str_units(SINGULAR));
292 str_units(SINGULAR));
H A Dfdisk.c1258 str_units(int n) { /* n==1: use singular */ function
1270 str_units(PLURAL));
1546 str_units(PLURAL),
1946 snprintf(mesg, sizeof(mesg), _("First %s"), str_units(SINGULAR));
2007 str_units(SINGULAR));

Completed in 39 milliseconds