Searched defs:NAMES (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/providers/ |
H A D | defltprov.c | 34 #define ALGC(NAMES, FUNC, CHECK) { { NAMES, "provider=default", FUNC }, CHECK } argument 35 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
H A D | legacyprov.c | 30 #define ALG(NAMES, FUNC) { NAMES, "provider=legacy", FUNC } argument
|
/freebsd/bin/ls/ |
H A D | ls.h | 87 } NAMES; typedef
|
/freebsd/contrib/ncurses/include/ |
H A D | tic.h | 158 #define NAMES 4 /* The names for a terminal type */ macro
|
/freebsd/crypto/openssl/providers/fips/ |
H A D | fipsprov.c | 47 #define ALGC(NAMES, FUNC, CHECK) \ argument 49 #define ALG(NAMES, FUNC) ALGC(NAMES, FUNC, NULL) argument
|
/freebsd/crypto/openssl/crypto/ |
H A D | core_namemap.c | 27 typedef STACK_OF(OPENSSL_STRING) NAMES; typedef
|