Home
last modified time | relevance | path

Searched refs:buildargv (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dargv.c173 char **buildargv (const char *input) in buildargv() function
435 file_argv = buildargv (buffer); in expandargv()
522 if ((argv = buildargv (*test)) == NULL) in main()
Dfunctions.texi88 @deftypefn Extension char** buildargv (char *@var{sp})
100 returned result of @code{buildargv}, as it's argument.
416 Free an argument vector that was built using @code{buildargv}. Simply
DChangeLog469 (buildargv): Likewise. Also replace strdup with xstrdup.
475 * argv.c (buildargv): Replace alloca with xmalloc/free.
1143 (buildargv): Always use ISSPACE by calling consume_whitespace.
2108 (buildargv): Use ISSPACE instead of ISBLANK.
2729 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
4424 * argv.c (buildargv, tests, main): Const-ify.
6061 * argv.c (buildargv): Cast the result of alloca in assignment.
7986 * argv.c (buildargv): Don't produce empty argument just because
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h75 extern char **buildargv (const char *) ATTRIBUTE_MALLOC;
DChangeLog-9103547 * libiberty.h (buildargv): Likewise.
1096 * libiberty.h (buildargv, dupargv, concat, choose_temp_base,