Searched refs:CONCAT3_2 (Results 1 – 3 of 3) sorted by relevance
/nss/ |
A D | XXX-lookup.c | 36 #define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) 37 #define CONCAT3_2(Pre, Name, Post) Pre##Name##Post macro
|
A D | getXXent_r.c | 66 # define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) 67 # define CONCAT3_2(Pre, Name, Post) Pre##Name##Post macro
|
A D | getXXbyYY_r.c | 101 # define CONCAT3_1(Pre, Name, Post) CONCAT3_2 (Pre, Name, Post) 102 # define CONCAT3_2(Pre, Name, Post) Pre##Name##Post macro
|
Completed in 7 milliseconds