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

  /src/external/gpl3/binutils/dist/libiberty/
argv.c 387 char **file_argv; local
437 file_argv = buildargv (buffer);
443 while (file_argv[file_argc])
447 /* Now, insert FILE_ARGV into ARGV. The "+1" below handles the
454 memcpy (*argvp + i, file_argv, file_argc * sizeof (char *));
459 not use freeargv because the individual options in FILE_ARGV
461 free (file_argv);
  /src/external/gpl3/binutils.old/dist/libiberty/
argv.c 387 char **file_argv; local
437 file_argv = buildargv (buffer);
443 while (file_argv[file_argc])
447 /* Now, insert FILE_ARGV into ARGV. The "+1" below handles the
454 memcpy (*argvp + i, file_argv, file_argc * sizeof (char *));
459 not use freeargv because the individual options in FILE_ARGV
461 free (file_argv);
  /src/external/gpl3/gcc/dist/libiberty/
argv.c 389 char **file_argv; local
443 file_argv = (char **) xmalloc (sizeof (char *));
444 file_argv[0] = NULL;
448 file_argv = buildargv (buffer);
454 while (file_argv[file_argc])
458 /* Now, insert FILE_ARGV into ARGV. The "+1" below handles the
465 memcpy (*argvp + i, file_argv, file_argc * sizeof (char *));
470 not use freeargv because the individual options in FILE_ARGV
472 free (file_argv);
  /src/external/gpl3/gcc.old/dist/libiberty/
argv.c 402 char **file_argv; local
456 file_argv = (char **) xmalloc (sizeof (char *));
457 file_argv[0] = NULL;
461 file_argv = buildargv (buffer);
467 while (file_argv[file_argc])
471 /* Now, insert FILE_ARGV into ARGV. The "+1" below handles the
478 memcpy (*argvp + i, file_argv, file_argc * sizeof (char *));
483 not use freeargv because the individual options in FILE_ARGV
485 free (file_argv);
  /src/external/gpl3/gdb.old/dist/libiberty/
argv.c 387 char **file_argv; local
437 file_argv = buildargv (buffer);
443 while (file_argv[file_argc])
447 /* Now, insert FILE_ARGV into ARGV. The "+1" below handles the
454 memcpy (*argvp + i, file_argv, file_argc * sizeof (char *));
459 not use freeargv because the individual options in FILE_ARGV
461 free (file_argv);
  /src/external/gpl3/gdb/dist/libiberty/
argv.c 387 char **file_argv; local
437 file_argv = buildargv (buffer);
443 while (file_argv[file_argc])
447 /* Now, insert FILE_ARGV into ARGV. The "+1" below handles the
454 memcpy (*argvp + i, file_argv, file_argc * sizeof (char *));
459 not use freeargv because the individual options in FILE_ARGV
461 free (file_argv);

Completed in 20 milliseconds