HomeSort by: relevance | last modified time | path
    Searched defs:openp (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
source.c 795 openp (const char *path, openp_flags opts, const char *string,
957 of openp, using source_path, but that really don't want the file to be
973 fd = openp (source_path.c_str (),
1128 int result = openp (path, OPF_SEARCH_IN_PATH | OPF_RETURN_REALPATH, filename,
1142 result = openp (path, OPF_SEARCH_IN_PATH | OPF_RETURN_REALPATH,
1150 result = openp (path, OPF_SEARCH_IN_PATH | OPF_RETURN_REALPATH, p,
1154 /* If the file wasn't found, then openp will have set errno accordingly. */
792 openp (const char *path, openp_flags opts, const char *string, function
  /src/external/gpl3/gdb/dist/gdb/
source.c 795 openp (const char *path, openp_flags opts, const char *string,
957 of openp, using source_path, but that really don't want the file to be
973 fd = openp (source_path.c_str (),
1128 int result = openp (path, OPF_SEARCH_IN_PATH | OPF_RETURN_REALPATH, filename,
1142 result = openp (path, OPF_SEARCH_IN_PATH | OPF_RETURN_REALPATH,
1150 result = openp (path, OPF_SEARCH_IN_PATH | OPF_RETURN_REALPATH, p,
1154 /* If the file wasn't found, then openp will have set errno accordingly. */
792 openp (const char *path, openp_flags opts, const char *string, function

Completed in 19 milliseconds