Home
last modified time | relevance | path

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

/third_party/cups-filters/filter/foomatic-rip/
Dutil.c311 int find_in_path(const char *progname, const char *paths, char *found_in) in find_in_path() argument
327 if (found_in) in find_in_path()
328 strlcpy(found_in, path, PATH_MAX); in find_in_path()
334 if (found_in) in find_in_path()
335 found_in[0] = '\0'; in find_in_path()
Dutil.h108 int find_in_path(const char *progname, const char *paths, char *found_in);
/third_party/python/PC/
Dlauncher.c584 wchar_t * found_in = L"environment"; in get_configured_value() local
597 found_in = appdata_ini_path; in get_configured_value()
607 found_in = launcher_ini_path; in get_configured_value()
612 key, result, found_in ? found_in : L"(unknown)"); in get_configured_value()