Searched refs:DOTS (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dansidecl.h44 arguments, the last thing listed should be `DOTS'.
77 extern int printf PARAMS ((CONST char *format DOTS));
79 FILE *stream AND CONST char *format DOTS) { ... }
108 #define DOTS , ... macro
132 #define DOTS macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/xmon/
H A Dansidecl.h44 arguments, the last thing listed should be `DOTS'.
77 extern int printf PARAMS ((CONST char *format DOTS));
79 FILE *stream AND CONST char *format DOTS) { ... }
108 #define DOTS , ... macro
132 #define DOTS macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/genksyms/
H A Dparse.y90 %token DOTS
329 parameter_declaration_list_opt DOTS { $$ = $2; }
331 | parameter_declaration_list ',' DOTS { $$ = $3; }

Completed in 126 milliseconds