Home
last modified time | relevance | path

Searched refs:CONCAT2_2 (Results 1 – 3 of 3) sorted by relevance

/nss/
A DXXX-lookup.c40 #define CONCAT2_1(Pre, Name) CONCAT2_2 (Pre, Name)
41 #define CONCAT2_2(Pre, Name) Pre##Name macro
A DgetXXent_r.c50 #define APPEND_R(Name) CONCAT2_2 (Name, _r)
51 #define INTERNAL(Name) CONCAT2_2 (__, Name)
52 #define CONCAT2_1(Pre, Post) CONCAT2_2 (Pre, Post)
53 #define CONCAT2_2(Pre, Post) Pre##Post macro
A DgetXXbyYY_r.c84 # define CONCAT2(arg1, arg2) CONCAT2_2 (arg1, arg2)
85 # define CONCAT2_2(arg1, arg2) arg1##arg2 macro

Completed in 9 milliseconds