HomeSort by relevance Sort by last modified time
    Searched refs:freeargv (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
argv.c 86 @deftypefn Extension void freeargv (char **@var{vector})
97 void freeargv (char **vector) function
142 system with the single function call @code{freeargv}, which takes the
164 pointer, so it can be passed to @code{freeargv} at any time, or
350 @code{freeargv}. However, most callers will simply call
451 not use freeargv because the individual options in FILE_ARGV
530 freeargv (argv);
  /toolchain/binutils/binutils-2.27/libiberty/testsuite/
test-expandargv.c 298 freeargv (argv_before);
299 freeargv (argv_after);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 73 malloc. Use freeargv to free the vector. */
79 extern void freeargv (char **);
82 freeargv to free the vector. */
  /toolchain/binutils/binutils-2.27/include/
libiberty.h 72 malloc. Use freeargv to free the vector. */
78 extern void freeargv (char **);
81 freeargv to free the vector. */

Completed in 140 milliseconds