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

/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dserver.cc2997 char *tmp_full_arg = full_arg; local
3009 *tmp_full_arg = '\'';
3010 ++tmp_full_arg;
3016 *tmp_full_arg = '\\';
3017 ++tmp_full_arg;
3024 *tmp_full_arg = *tmp_arg;
3025 ++tmp_full_arg;
3030 *tmp_full_arg++ = '\'';
3034 *tmp_full_arg = '\0';
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dserver.cc3013 char *tmp_full_arg = full_arg; local
3025 *tmp_full_arg = '\'';
3026 ++tmp_full_arg;
3032 *tmp_full_arg = '\\';
3033 ++tmp_full_arg;
3040 *tmp_full_arg = *tmp_arg;
3041 ++tmp_full_arg;
3046 *tmp_full_arg++ = '\'';
3050 *tmp_full_arg = '\0';

Completed in 222 milliseconds