Searched refs:project_home (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A Dcollctrl.h307 char *project_home; /* argv[0] */ member in class:Coll_Ctrl
H A Dcollctrl.cc193 project_home = NULL;
287 project_home = cc->project_home ? strdup (cc->project_home) : NULL;
355 free (project_home);
1732 if (project_home)
1733 snprintf (spec + strlen (spec), sizeof (spec) - strlen (spec), "P:%s;", project_home);
3148 project_home = strdup (s);
/netbsd-current/external/gpl3/binutils/dist/gprofng/libcollector/
H A Dcollector.c126 static const char *project_home = NULL; variable
869 project_home = __collector_strdup (par);
1270 TprintfT (DBG_LT1, "collector: __collector_expstate->EXP_CLOSED: project_home=%s\n",
1271 STR (project_home));
1278 if (project_home && archive_mode && __collector_strcmp (archive_mode, "off"))
1282 size_t cmdlen = CALL_UTIL (strlen)(project_home) + CALL_UTIL (strlen)(er_archive_name) + 1;
1284 CALL_UTIL (snprintf)(command, cmdlen, "%s%s", project_home, er_archive_name);

Completed in 209 milliseconds