HomeSort by: relevance | last modified time | path
    Searched defs:ambbuf (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-decode.c 2386 char ambbuf[100];
2394 ambbuf[0] = 0;
2398 if (strlen (ambbuf) + strlen (c->name) + 6
2399 < (int) sizeof ambbuf)
2401 if (strlen (ambbuf))
2402 strcat (ambbuf, ", ");
2403 strcat (ambbuf, c->name);
2407 strcat (ambbuf, "..");
2412 local_cmdtype.c_str (), *line, ambbuf);
2384 char ambbuf[100]; local
2410 local_cmdtype.c_str (), *line, ambbuf); local
  /src/external/gpl3/gdb/dist/gdb/cli/
cli-decode.c 2465 char ambbuf[100];
2473 ambbuf[0] = 0;
2477 if (strlen (ambbuf) + strlen (c->name) + 6
2478 < (int) sizeof ambbuf)
2480 if (strlen (ambbuf))
2481 strcat (ambbuf, ", ");
2482 strcat (ambbuf, c->name);
2486 strcat (ambbuf, "..");
2491 local_cmdtype.c_str (), *line, ambbuf);
2463 char ambbuf[100]; local
2489 local_cmdtype.c_str (), *line, ambbuf); local

Completed in 17 milliseconds