Home
last modified time | relevance | path

Searched defs:PLURAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dconvtime.c121 #define PLURAL(n) ((n) == 1 ? "" : "s") macro
/freebsd/contrib/byacc/
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