Searched defs:br_locate (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dprefix.h33 * --> expands br_locate to foobar_br_locate
42 #define br_locate BR_NAMESPACE(br_locate) macro
62 #define SELFPATH (br_thread_local_store (br_locate ((void *) "")))
81 char *br_locate (void *symbol);
H A Dprefix.cpp23 * --> expands br_locate to foobar_br_locate
62 * br_locate:
78 * printf ("Full path of this app: %s\n", br_locate (&argc));
89 * printf ("libfoo is located in: %s\n", br_locate (""));
93 br_locate (void *symbol) function
165 path = br_locate (symbol);

Completed in 22 milliseconds