Searched refs:buildargv (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/libiberty/ |
D | argv.c | 173 char **buildargv (const char *input) in buildargv() function 435 file_argv = buildargv (buffer); in expandargv() 522 if ((argv = buildargv (*test)) == NULL) in main()
|
D | functions.texi | 88 @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
|
D | ChangeLog | 469 (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/ |
D | libiberty.h | 75 extern char **buildargv (const char *) ATTRIBUTE_MALLOC;
|
D | ChangeLog-9103 | 547 * libiberty.h (buildargv): Likewise. 1096 * libiberty.h (buildargv, dupargv, concat, choose_temp_base,
|