Home
last modified time | relevance | path

Searched refs:SELFPATH (Results 1 – 16 of 16) sorted by relevance

/dports/graphics/fyre/fyre-1.0.1/src/
H A Dprefix.h49 #undef SELFPATH
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
100 #define BR_SELFPATH(suffix) SELFPATH suffix
113 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/games/gillo/gillo/src/
H A Dprefix.h49 #undef SELFPATH
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
100 #define BR_SELFPATH(suffix) SELFPATH suffix
113 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A Dprefix.h49 #undef SELFPATH
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
100 #define BR_SELFPATH(suffix) SELFPATH suffix
113 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/net-im/climm/climm-0.7.1/include/
H A Dautopackage_prefix.h49 #undef SELFPATH
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
100 #define BR_SELFPATH(suffix) SELFPATH suffix
113 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/x11-toolkits/gtkmathview/gtkmathview-0.8.0/src/engine/common/
H A Dprefix.h52 #undef SELFPATH
65 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
103 #define BR_SELFPATH(suffix) SELFPATH suffix
116 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/graphics/sharpconstruct/sharpconstruct-0.11/include/
H A Dprefix.h49 #undef SELFPATH
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
100 #define BR_SELFPATH(suffix) SELFPATH suffix
113 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/thirdparty/binreloc/
H A Dprefix.h49 #undef SELFPATH
66 #define SELFPATH (br_thread_local_store (BR_LOCATE_CHAR(""))) macro
104 #define BR_SELFPATH(suffix) SELFPATH suffix
117 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/deskutils/xpad3/xpad-3.1/src/
H A Dprefix.h60 #undef SELFPATH
73 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
107 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/deskutils/xpad/xpad-5.4.0/src/
H A Dprefix.h60 #undef SELFPATH
73 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
107 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dprefix.h49 #undef SELFPATH
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
99 #define BR_SELFPATH(suffix) (br_thread_local_store (br_strcat (SELFPATH, suffix)))
H A Dapp.cpp1144 #ifdef SELFPATH in GetAppPath()
1148 base = wxString(SELFPATH,wxConvUTF8); in GetAppPath()
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Dprefix.h55 #undef SELFPATH
74 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
/dports/devel/geany/geany-1.38/src/
H A Dprefix.h55 #undef SELFPATH
74 #define SELFPATH (br_thread_local_store (br_locate ((void *) ""))) macro
/dports/sysutils/pacman/pacman-5.1.3/test/pacman/
H A Dutil.py24 SELFPATH = os.path.abspath(os.path.dirname(__file__)) variable
H A Dpmtest.py144 shutil.copy(os.path.join(util.SELFPATH, "ldconfig.stub"),
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/tools/
H A DtDirectories.cpp1272 char const * bestGuess = SELFPATH; in Set()