OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:args_copy
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/nat/
fork-inferior.c
101
std::string &
args_copy
= m_storage = allargs;
local
105
for (size_t cur_pos = 0; cur_pos <
args_copy
.size ();)
108
std::size_t pos =
args_copy
.find_first_not_of (" \t\n", cur_pos);
114
std::size_t next_sep =
args_copy
.find_first_of (" \t\n", cur_pos);
120
next_sep =
args_copy
.size ();
125
args_copy
[next_sep++] = '\0';
128
m_argv.push_back (&
args_copy
[cur_pos]);
/src/external/bsd/tmux/dist/
arguments.c
365
args_copy
(struct args *args, int argc, char **argv)
function
Completed in 25 milliseconds
Indexes created Sat Sep 12 00:25:55 UTC 2026