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

  /src/external/gpl3/gdb.old/dist/gdb/
top.c 1986 const char *tmpenv;
1988 tmpenv = getenv ("GDBHISTSIZE");
1989 if (tmpenv)
1995 tmpenv = skip_spaces (tmpenv);
1997 var = strtol (tmpenv, &endptr, 10);
2008 else if (*tmpenv == '\0'
2355 const char *tmpenv = getenv ("GDBHISTFILE");
2356 if (tmpenv != nullptr)
2357 history_filename = tmpenv;
1978 const char *tmpenv; local
2347 const char *tmpenv = getenv ("GDBHISTFILE"); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
top.c 1986 const char *tmpenv;
1988 tmpenv = getenv ("GDBHISTSIZE");
1989 if (tmpenv)
1995 tmpenv = skip_spaces (tmpenv);
1997 var = strtol (tmpenv, &endptr, 10);
2008 else if (*tmpenv == '\0'
2367 const char *tmpenv = getenv ("GDBHISTFILE");
2368 if (tmpenv != nullptr)
2369 history_filename = tmpenv;
1978 const char *tmpenv; local
2359 const char *tmpenv = getenv ("GDBHISTFILE"); local
    [all...]

Completed in 74 milliseconds