OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:orig_path
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/mi/
mi-cmd-env.c
36
static char *
orig_path
= NULL;
variable
141
exec_path =
orig_path
;
257
orig_path
= xstrdup (env);
/src/external/gpl3/gdb/dist/gdb/mi/
mi-cmd-env.c
34
static char *
orig_path
= NULL;
variable
139
exec_path =
orig_path
;
253
orig_path
= xstrdup (env);
/src/external/gpl3/gdb.old/dist/gdbserver/
win32-low.cc
505
char *
orig_path
, *new_path, *path_ptr;
local
523
orig_path
= NULL;
528
orig_path
= (char *) alloca (strlen (path_ptr) + 1);
530
strcpy (
orig_path
, path_ptr);
555
if (
orig_path
)
556
setenv ("PATH",
orig_path
, 1);
/src/external/gpl3/gdb/dist/gdbserver/
win32-low.cc
502
char *
orig_path
, *new_path, *path_ptr;
local
519
orig_path
= NULL;
524
orig_path
= (char *) alloca (strlen (path_ptr) + 1);
526
strcpy (
orig_path
, path_ptr);
551
if (
orig_path
)
552
setenv ("PATH",
orig_path
, 1);
Completed in 51 milliseconds
Indexes created Fri May 01 00:23:41 UTC 2026