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

/freebsd-10.0-release/contrib/gdb/gdb/
H A Dstack.c1255 int argIndicatingFullTrace = (-1), totArgLen = 0, argc = 0;
1278 totArgLen += strlen (argv[i]);
1281 totArgLen += argc;
1284 if (totArgLen > 0)
1286 argPtr = (char *) xmalloc (totArgLen + 1);
1291 memset (argPtr, 0, totArgLen + 1);
1312 if (argIndicatingFullTrace >= 0 && totArgLen > 0)
1252 int argIndicatingFullTrace = (-1), totArgLen = 0, argc = 0; local

Completed in 140 milliseconds