Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dansidecl.h33 arguments, the last thing listed should be `DOTS'.
66 extern int printf PARAMS ((CONST char *format DOTS));
68 FILE *stream AND CONST char *format DOTS) { ... }
96 #define DOTS , ... macro
120 #define DOTS macro
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dansidecl.h33 arguments, the last thing listed should be `DOTS'.
66 extern int printf PARAMS ((CONST char *format DOTS));
68 FILE *stream AND CONST char *format DOTS) { ... }
96 #define DOTS , ... macro
120 #define DOTS macro
/kernel/linux/linux-5.10/scripts/genksyms/
H A Dparse.y102 %token DOTS
340 parameter_declaration_list_opt DOTS { $$ = $2; }
342 | parameter_declaration_list ',' DOTS { $$ = $3; }
/kernel/linux/linux-6.6/scripts/genksyms/
H A Dparse.y104 %token DOTS
343 parameter_declaration_list_opt DOTS { $$ = $2; }
345 | parameter_declaration_list ',' DOTS { $$ = $3; }

Completed in 2 milliseconds