Home
last modified time | relevance | path

Searched refs:get_file_path (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/
H A Dtcsd_conf.c202 get_file_path(char *ptr, char **dest) in get_file_path() function
384 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()
426 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()
452 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()
478 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()
504 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()
530 if ((rc = get_file_path(arg, &tmp_ptr)) < 0) { in read_conf_line()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.cc58 const char *get_file_path () const { return m_file_path; } in get_file_path() function in file_cache_slot
340 if (c->get_file_path () && !strcmp (c->get_file_path (), file_path)) in lookup_file()
412 bool c_is_empty = (c->get_file_path () == NULL); in evicted_cache_tab_entry()
415 || (to_evict->get_file_path () && c_is_empty)) in evicted_cache_tab_entry()
H A DChangeLog-202121281 (file_cache_slot::get_file_path): New accessor.