Home
last modified time | relevance | path

Searched refs:argvp (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dargv.c363 expandargv (int *argcp, char ***argvp) in expandargv() argument
395 filename = (*argvp)[i]; in expandargv()
401 fprintf (stderr, "%s: error: too many @-files encountered\n", (*argvp)[0]); in expandargv()
438 *argvp = dupargv (*argvp); in expandargv()
445 *argvp = ((char **) in expandargv()
446 xrealloc (*argvp, in expandargv()
448 memmove (*argvp + i + file_argc, *argvp + i + 1, in expandargv()
450 memcpy (*argvp + i, file_argv, file_argc * sizeof (char *)); in expandargv()
Dfunctions.texi245 @deftypefn Extension void expandargv (int *@var{argcp}, char ***@var{argvp})
247 The @var{argcp} and @code{argvp} arguments are pointers to the usual
255 @code{*argcp} and @code{*argvp} will be updated. If the value of
256 @code{*argvp} is modified by this function, then the new value has