Searched refs:rc_path (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Settings.cc | 389 char *rc_path = realpath (NTXT ("./.gprofng.rc"), NULL); in read_rc() local 390 if (rc_path) in read_rc() 391 set_rc (rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode); in read_rc() 401 if (rc_path == NULL || strcmp (rc_path, home_rc_path) != 0) in read_rc() 407 free (rc_path); in read_rc() 413 rc_path = dbe_sprintf (NTXT ("%s/gprofng.rc"), sysconfdir); in read_rc() 414 if (access (rc_path, R_OK | F_OK) != 0) in read_rc() 417 …sb.sprintf (GTXT ("Warning: Default gprofng.rc file (%s) missing; configuration error "), rc_path); in read_rc() 422 set_rc (rc_path, false, app->get_comments_queue (), override); in read_rc() 423 free (rc_path); in read_rc()
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Settings.cc | 389 char *rc_path = realpath (NTXT ("./.gprofng.rc"), NULL); in read_rc() local 390 if (rc_path) in read_rc() 391 set_rc (rc_path, true, app->get_comments_queue (), override, ipc_or_rdt_mode); in read_rc() 401 if (rc_path == NULL || strcmp (rc_path, home_rc_path) != 0) in read_rc() 407 free (rc_path); in read_rc() 413 rc_path = dbe_sprintf (NTXT ("%s/gprofng.rc"), sysconfdir); in read_rc() 414 if (access (rc_path, R_OK | F_OK) != 0) in read_rc() 417 …sb.sprintf (GTXT ("Warning: Default gprofng.rc file (%s) missing; configuration error "), rc_path); in read_rc() 422 set_rc (rc_path, false, app->get_comments_queue (), override); in read_rc() 423 free (rc_path); in read_rc()
|