Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dconvtime.c121 #define PLURAL(n) ((n) == 1 ? "" : "s") macro
174 PLURAL(wk));
180 PLURAL(dy));
186 PLURAL(hr));
192 PLURAL(mi));
198 PLURAL(se));
/freebsd/contrib/byacc/
H A Dverbose.c98 PLURAL(SRconflicts[i])); in log_conflicts()
104 PLURAL(RRconflicts[i])); in log_conflicts()
H A Dmkpar.c333 SRexpect, PLURAL(SRexpect)); in total_conflicts()
340 RRexpect, PLURAL(RRexpect)); in total_conflicts()
H A Ddefs.h194 #define PLURAL(n) ((n) > 1 ? "s" : "") macro
/freebsd/sys/cam/scsi/
H A Dscsi_ch.c626 #define PLURAL(c) (c) == 1 ? "" : "s" in chdone() macro
631 PLURAL(softc->sc_counts[CHET_ST]), in chdone()
633 PLURAL(softc->sc_counts[CHET_DT]), in chdone()
635 PLURAL(softc->sc_counts[CHET_MT]), in chdone()
637 PLURAL(softc->sc_counts[CHET_IE])); in chdone()
638 #undef PLURAL in chdone()