Home
last modified time | relevance | path

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

12

/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dargv.c176 char **buildargv (const char *input) in buildargv() function
448 file_argv = buildargv (buffer); in expandargv()
537 if ((argv = buildargv (*test)) == NULL) in main()
Dfunctions.texi105 @deftypefn Extension char** buildargv (char *@var{sp})
117 returned result of @code{buildargv}, as it's argument.
432 Free an argument vector that was built using @code{buildargv}. Simply
DChangeLog2735 (buildargv): Likewise. Also replace strdup with xstrdup.
2741 * argv.c (buildargv): Replace alloca with xmalloc/free.
3408 (buildargv): Always use ISSPACE by calling consume_whitespace.
4373 (buildargv): Use ISSPACE instead of ISBLANK.
4994 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
6689 * argv.c (buildargv, tests, main): Const-ify.
8326 * argv.c (buildargv): Cast the result of alloca in assignment.
10251 * argv.c (buildargv): Don't produce empty argument just because
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dargv.c176 char **buildargv (const char *input) in buildargv() function
448 file_argv = buildargv (buffer); in expandargv()
537 if ((argv = buildargv (*test)) == NULL) in main()
Dfunctions.texi105 @deftypefn Extension char** buildargv (char *@var{sp})
117 returned result of @code{buildargv}, as it's argument.
432 Free an argument vector that was built using @code{buildargv}. Simply
DChangeLog2735 (buildargv): Likewise. Also replace strdup with xstrdup.
2741 * argv.c (buildargv): Replace alloca with xmalloc/free.
3408 (buildargv): Always use ISSPACE by calling consume_whitespace.
4373 (buildargv): Use ISSPACE instead of ISBLANK.
4994 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
6689 * argv.c (buildargv, tests, main): Const-ify.
8326 * argv.c (buildargv): Cast the result of alloca in assignment.
10251 * argv.c (buildargv): Don't produce empty argument just because
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dargv.c176 char **buildargv (const char *input) in buildargv() function
461 file_argv = buildargv (buffer); in expandargv()
550 if ((argv = buildargv (*test)) == NULL) in main()
Dfunctions.texi105 @deftypefn Extension char** buildargv (char *@var{sp})
117 returned result of @code{buildargv}, as it's argument.
432 Free an argument vector that was built using @code{buildargv}. Simply
DChangeLog2244 (buildargv): Likewise. Also replace strdup with xstrdup.
2250 * argv.c (buildargv): Replace alloca with xmalloc/free.
2917 (buildargv): Always use ISSPACE by calling consume_whitespace.
3882 (buildargv): Use ISSPACE instead of ISBLANK.
4503 (dupargv, freeargv, buildargv, main): Use ISO C prototype.
6198 * argv.c (buildargv, tests, main): Const-ify.
7835 * argv.c (buildargv): Cast the result of alloca in assignment.
9760 * argv.c (buildargv): Don't produce empty argument just because
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Dsim_calls.c251 char **argv = buildargv(cmd); in sim_do_command()
/netbsd/src/external/gpl3/gdb/dist/sim/rl78/
Dgdb-if.c540 char **argv = buildargv (cmd); in sim_do_command()
DChangeLog-202192 (sim_do_command): Rewrite to use buildargv.
/netbsd/src/external/gpl3/binutils/dist/include/
Dlibiberty.h74 extern char **buildargv (const char *) ATTRIBUTE_MALLOC;
DChangeLog-9103547 * libiberty.h (buildargv): Likewise.
1096 * libiberty.h (buildargv, dupargv, concat, choose_temp_base,
/netbsd/src/external/gpl3/gcc/dist/include/
Dlibiberty.h74 extern char **buildargv (const char *) ATTRIBUTE_MALLOC;
DChangeLog-9103547 * libiberty.h (buildargv): Likewise.
1096 * libiberty.h (buildargv, dupargv, concat, choose_temp_base,
/netbsd/src/external/gpl3/gdb/dist/include/
Dlibiberty.h74 extern char **buildargv (const char *) ATTRIBUTE_MALLOC;
DChangeLog-9103547 * libiberty.h (buildargv): Likewise.
1096 * libiberty.h (buildargv, dupargv, concat, choose_temp_base,
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-options.c1137 char **argv = buildargv (cmd); in sim_args_command()
1144 char **argv = buildargv (cmd); in sim_args_command()
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-wrapper.cc887 argv = buildargv (opts); in append_offload_options()
1371 char **make_argv = buildargv (getenv ("MAKE")); in make_exists()
2066 char **make_argv = buildargv (getenv ("MAKE")); in run_gcc()
/netbsd/src/external/gpl3/gdb/dist/sim/m32c/
Dgdb-if.c655 char **argv = buildargv (cmd); in sim_do_command()
DChangeLog-2021126 (sim_do_command): Rewrite to use buildargv.
/netbsd/src/external/gpl3/gdb/dist/sim/rx/
Dgdb-if.c804 char **argv = buildargv (cmd); in sim_do_command()
DChangeLog-2021117 (sim_do_command): Rewrite to use buildargv.
/netbsd/src/external/gpl3/gdb/dist/sim/erc32/
DChangeLog-2021743 * interf.c: Include "libiberty.h" instead of declaring buildargv

12