Searched refs:tmp_arg (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc2996 char *tmp_arg = arg; local
3003 while (*tmp_arg != '\0')
3005 switch (*tmp_arg)
3024 *tmp_full_arg = *tmp_arg;
3026 ++tmp_arg;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc3012 char *tmp_arg = arg; local
3019 while (*tmp_arg != '\0')
3021 switch (*tmp_arg)
3040 *tmp_full_arg = *tmp_arg;
3042 ++tmp_arg;

Completed in 423 milliseconds