Home
last modified time | relevance | path

Searched refs:_PRINT_FUNC (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/include/
Djson_print.h44 #define _PRINT_FUNC(type_name, type) \ macro
58 _PRINT_FUNC(int, int);
59 _PRINT_FUNC(bool, bool);
60 _PRINT_FUNC(null, const char*);
61 _PRINT_FUNC(string, const char*);
62 _PRINT_FUNC(uint, uint64_t);
63 _PRINT_FUNC(hu, unsigned short);
64 _PRINT_FUNC(hex, unsigned int);
65 _PRINT_FUNC(0xhex, unsigned int);
66 _PRINT_FUNC(lluint, unsigned long long int);
[all …]
/external/iproute2/lib/
Djson_print.c103 #define _PRINT_FUNC(type_name, type) \ macro
119 _PRINT_FUNC(int, int);
120 _PRINT_FUNC(hu, unsigned short);
121 _PRINT_FUNC(uint, uint64_t);
122 _PRINT_FUNC(lluint, unsigned long long int);
123 #undef _PRINT_FUNC