Lines Matching defs:prefix
11 * to br_*", try renaming prefix.c to prefix.cpp
16 * If you make changes to any of the functions in prefix.c, you MUST
17 * change the BR_NAMESPACE macro (in prefix.h).
39 #include "prefix.h"
74 * #include "prefix.h"
84 * #include "prefix.h"
148 * Returns: A prefix. This string should be freed when no longer needed.
151 * the prefix of that path, or NULL on error.
161 char *path, *prefix;
168 prefix = br_extract_prefix (path);
170 return prefix;
177 * path: The path that you want to prepend the prefix to.
181 * Gets the prefix of the app/library that symbol belongs to. Prepend that prefix to path.
372 * Returns: The prefix, or NULL on error. This string should be freed when no longer needed.
374 * Extracts the prefix from path. This function assumes that your executable