OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PLURAL
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/chio/
chio.c
409
#define
PLURAL
(n) (n) > 1 ? "s" : ""
413
data.cp_nslots,
PLURAL
(data.cp_nslots),
414
data.cp_ndrives,
PLURAL
(data.cp_ndrives),
415
data.cp_npickers,
PLURAL
(data.cp_npickers));
418
PLURAL
(data.cp_nportals));
420
#undef
PLURAL
/src/sys/dev/scsipi/
ch.c
239
#define
PLURAL
(c) (c) == 1 ? "" : "s"
242
sc->sc_counts[CHET_ST],
PLURAL
(sc->sc_counts[CHET_ST]),
243
sc->sc_counts[CHET_DT],
PLURAL
(sc->sc_counts[CHET_DT]),
244
sc->sc_counts[CHET_MT],
PLURAL
(sc->sc_counts[CHET_MT]),
245
sc->sc_counts[CHET_IE],
PLURAL
(sc->sc_counts[CHET_IE]));
246
#undef
PLURAL
/src/libexec/ftpd/
extern.h
375
#define
PLURAL
(s) ((s) == 1 ? "" : "s")
Completed in 13 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025