Searched refs:rc_path (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DSettings.cc389 char *rc_path = realpath (NTXT ("./.gprofng.rc"), NULL); local
390 if (rc_path)
391 set_rc (rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode);
401 if (rc_path == NULL || strcmp (rc_path, home_rc_path) != 0)
407 free (rc_path);
413 rc_path = dbe_sprintf (NTXT ("%s/gprofng.rc"), sysconfdir);
414 if (access (rc_path, R_OK | F_OK) != 0)
417 sb.sprintf (GTXT ("Warning: Default gprofng.rc file (%s) missing; configuration error "), rc_path);
422 set_rc (rc_path, fals
[all...]
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DSettings.cc389 char *rc_path = realpath (NTXT ("./.gprofng.rc"), NULL); local
390 if (rc_path)
391 set_rc (rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode);
401 if (rc_path == NULL || strcmp (rc_path, home_rc_path) != 0)
407 free (rc_path);
413 rc_path = dbe_sprintf (NTXT ("%s/gprofng.rc"), sysconfdir);
414 if (access (rc_path, R_OK | F_OK) != 0)
417 sb.sprintf (GTXT ("Warning: Default gprofng.rc file (%s) missing; configuration error "), rc_path);
422 set_rc (rc_path, fals
[all...]

Completed in 91 milliseconds