Home
last modified time | relevance | path

Searched defs:_FUNC (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dconfig.c1403 #define _FUNC(f) #f, wpa_config_parse_ ## f, NULL, NULL, NULL, NULL macro
1405 #define _FUNC(f) #f, wpa_config_parse_ ## f, wpa_config_write_ ## f, \ macro
/freebsd-9-stable/contrib/llvm/lib/ExecutionEngine/Interpreter/
DExecution.cpp466 #define IMPLEMENT_VECTOR_UNORDERED(TY, X,Y, _FUNC) \ argument