OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MKSH_A_FORMAT
(Results
1 - 2
of
2
) sorted by null
/external/mksh/src/
sh.h
116
#define
MKSH_A_FORMAT
(x,y,z) __attribute__((__format__(x, y, z)))
118
#define
MKSH_A_FORMAT
(x,y,z) /* nothing */
[
all
...]
main.c
1159
MKSH_A_FORMAT
(__printf__, 2, 0);
[
all
...]
Completed in 54 milliseconds