Searched refs:TOSTRING (Results 1 – 7 of 7) sorted by relevance
800 #define TOSTRING(A) #A macro803 TOSTRING(GPT_SUCCESS), in GptError()804 TOSTRING(GPT_ERROR_NO_VALID_KERNEL), in GptError()805 TOSTRING(GPT_ERROR_INVALID_HEADERS), in GptError()806 TOSTRING(GPT_ERROR_INVALID_ENTRIES), in GptError()807 TOSTRING(GPT_ERROR_INVALID_SECTOR_SIZE), in GptError()808 TOSTRING(GPT_ERROR_INVALID_SECTOR_NUMBER), in GptError()809 TOSTRING(GPT_ERROR_INVALID_UPDATE_TYPE) in GptError()
19 #define TOSTRING(x) STRINGIFY(x) macro20 #define ZONE_NAME __FILE__ ":" TOSTRING(__LINE__)
77 #define TOSTRING(x) STRINGIFY(x) macro80 perror(#call " " __FILE__ ":" TOSTRING(__LINE__)); \
61 #define TOSTRING(x) QUOTEME(x) macro62 #define INFORMATION_STRING TOSTRING(INFORMATION)
51 #define TOSTRING(a) STRINGIFY(a) macro
1641 while (fscanf(fp, "%32[a-f0-9] %x %x %x %x %"TOSTRING(IF_NAMESIZE)"s\n", in if_addrflags6()
31 #define TOSTRING(x) STRINGIFY(x) macro34 ContextScope context(this, __FILE__ ":" TOSTRING(__LINE__))2602 #undef TOSTRING