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

  /src/usr.sbin/ypserv/mknetid/
mknetid.c 291 FILE *gfile; local
297 if ((gfile = fopen(fname, "r")) == NULL)
302 (line = fparseln(gfile, &len, &line_no, NULL, FPARSELN_UNESCALL));
353 (void)fclose(gfile);
  /src/external/gpl3/gdb.old/dist/gdb/
skip.c 229 const char *gfile = NULL; local
256 || strcmp (p, "-gfile") == 0)
260 gfile = value;
294 if (file != NULL && gfile != NULL)
295 error (_("Cannot specify both -file and -gfile."));
302 gdb_assert (file != NULL || gfile != NULL
308 else if (gfile != NULL)
309 entry_file = gfile;
317 skiplist_entry::add_entry (gfile != NULL, std::move (entry_file),
325 const char *file_to_print = file != NULL ? file : gfile;
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
skip.c 229 const char *gfile = NULL; local
256 || strcmp (p, "-gfile") == 0)
260 gfile = value;
294 if (file != NULL && gfile != NULL)
295 error (_("Cannot specify both -file and -gfile."));
302 gdb_assert (file != NULL || gfile != NULL
308 else if (gfile != NULL)
309 entry_file = gfile;
317 skiplist_entry::add_entry (gfile != NULL, std::move (entry_file),
325 const char *file_to_print = file != NULL ? file : gfile;
    [all...]

Completed in 20 milliseconds