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 D | Conventions.java | 44 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 D | print-cdp.c | 274 name, type, len, PLURAL_SUFFIX(len)); in cdp_print() 293 name, type, len, PLURAL_SUFFIX(len)); in cdp_print()
|
H A D | tcpdump.c | 2640 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 D | netdissect.h | 447 #define PLURAL_SUFFIX(n) \ macro
|
H A D | print-ospf.c | 1059 ND_PRINT(", %u LSA%s", lsa_count_max, PLURAL_SUFFIX(lsa_count_max)); in ospf_decode_v2()
|