Home
last modified time | relevance | path

Searched defs:AUTOLIB (Results 1 – 3 of 3) sorted by relevance

/dports/devel/9base/9base-6/lib9/
H A Du.h170 #define AUTOLIB(x) static int __p9l_autolib_ ## x = 1; macro
180 # define AUTOLIB(x) int __p9l_autolib_ ## x __attribute__ ((weak)); macro
185 # define AUTOLIB(x) static int __p9l_autolib_ ## x __attribute__ ((unused)); macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/include/
H A Du.h176 #define AUTOLIB(x) static int __p9l_autolib_ ## x = 1; macro
186 # define AUTOLIB(x) int __p9l_autolib_ ## x __attribute__ ((weak)); macro
191 # define AUTOLIB(x) static int __p9l_autolib_ ## x __attribute__ ((unused)); macro
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/smugfs/
H A Dopenssl.c7 AUTOLIB(ssl) in AUTOLIB() function