Home
last modified time | relevance | path

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

/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/
H A DConventions.java44 private static final String PLURAL_SUFFIX = "List"; field in Conventions
280 return name + PLURAL_SUFFIX; in pluralize()
/dports/net/tcpdump/tcpdump-4.99.1/
H A Dprint-cdp.c274 name, type, len, PLURAL_SUFFIX(len)); in cdp_print()
293 name, type, len, PLURAL_SUFFIX(len)); in cdp_print()
H A Dtcpdump.c2640 PLURAL_SUFFIX(packets_captured)); in main()
2749 PLURAL_SUFFIX(packets_captured)); in info()
2755 PLURAL_SUFFIX(stats.ps_recv)); in info()
2761 PLURAL_SUFFIX(stats.ps_drop)); in info()
2768 stats.ps_ifdrop, PLURAL_SUFFIX(stats.ps_ifdrop)); in info()
H A Dnetdissect.h447 #define PLURAL_SUFFIX(n) \ macro
H A Dprint-ospf.c1059 ND_PRINT(", %u LSA%s", lsa_count_max, PLURAL_SUFFIX(lsa_count_max)); in ospf_decode_v2()