Lines Matching defs:br_thread_local_store

41 #define br_thread_local_store BR_NAMESPACE(br_thread_local_store)
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) "")))
63 #define PREFIX (br_thread_local_store (br_locate_prefix ((void *) "")))
64 #define PREFIXDIR (br_thread_local_store (br_locate_prefix ((void *) "")))
65 #define BINDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/bin")))
66 #define SBINDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/sbin")))
67 #define DATADIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/share")))
68 #define LIBDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/lib")))
69 #define LIBEXECDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/libexec")))
70 #define ETCDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/etc")))
71 #define SYSCONFDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/etc")))
72 #define CONFDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/etc")))
73 #define LOCALEDIR (br_thread_local_store (br_prepend_prefix ((void *) "", "/share/locale")))
80 const char *br_thread_local_store (char *str);
99 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
100 #define BR_PREFIX(suffix) (br_thread_local_store (br_strcat (PREFIX, suffix)))
101 #define BR_PREFIXDIR(suffix) (br_thread_local_store (br_strcat (BR_PREFIX, suffix)))
102 #define BR_BINDIR(suffix) (br_thread_local_store (br_strcat (BINDIR, suffix)))
103 #define BR_SBINDIR(suffix) (br_thread_local_store (br_strcat (SBINDIR, suffix)))
104 #define BR_DATADIR(suffix) (br_thread_local_store (br_strcat (DATADIR, suffix)))
105 #define BR_LIBDIR(suffix) (br_thread_local_store (br_strcat (LIBDIR, suffix)))
106 #define BR_LIBEXECDIR(suffix) (br_thread_local_store (br_strcat (LIBEXECDIR, suffix)))
107 #define BR_ETCDIR(suffix) (br_thread_local_store (br_strcat (ETCDIR, suffix)))
108 #define BR_SYSCONFDIR(suffix) (br_thread_local_store (br_strcat (SYSCONFDIR, suffix)))
109 #define BR_CONFDIR(suffix) (br_thread_local_store (br_strcat (CONFDIR, suffix)))
110 #define BR_LOCALEDIR(suffix) (br_thread_local_store (br_strcat (LOCALEDIR, suffix)))