Searched refs:quoted_argv (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/gpl2/groff/dist/src/libs/libgroff/
H A Dspawnvp.c68 char **quoted_argv; /* used to build a quoted local copy of `argv' */ local
70 int i; /* used as an index into `argv' or `quoted_argv' */
78 for (quoted_argv = argv; *quoted_argv; ++argc, ++quoted_argv)
89 if ((quoted_argv = (char **)malloc(++argc * sizeof(char **))) == NULL) {
101 quoted_argv[i] = quote_arg(argv[i]);
106 status = spawnvp(mode, path, quoted_argv);
111 purge_quoted_args(quoted_argv);
112 free(quoted_argv);
[all...]

Completed in 103 milliseconds