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

  /src/external/gpl3/gdb.old/dist/gdb/compile/
compile.c 460 char **destv;
462 for (destv = argv; *argv != NULL; argv++)
470 *destv++ = *argv;
472 *destv = NULL;
458 char **destv; local
  /src/external/gpl3/gdb/dist/gdb/compile/
compile.c 462 char **destv;
464 for (destv = argv; *argv != NULL; argv++)
472 *destv++ = *argv;
474 *destv = NULL;
460 char **destv; local

Completed in 69 milliseconds