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

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dsolib.c111 int found_file = -1; local
139 found_file = open (temp_pathname, O_RDONLY, 0);
146 if (found_file < 0 && IS_ABSOLUTE_PATH (in_pathname))
158 if (found_file < 0 && solib_search_path != NULL)
159 found_file = openp (solib_search_path,
165 if (found_file < 0 && solib_search_path != NULL)
166 found_file = openp (solib_search_path,
171 if (found_file < 0 && TARGET_SO_FIND_AND_OPEN_SOLIB != NULL)
172 found_file = TARGET_SO_FIND_AND_OPEN_SOLIB
176 if (found_file <
[all...]
/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dkuserok.c249 krb5_boolean found_file = FALSE; local
280 found_file = TRUE;
289 found_file = TRUE;
293 if(found_file == FALSE)

Completed in 99 milliseconds