OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quoted_argv
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl2/groff/dist/src/libs/libgroff/
spawnvp.c
68
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 56 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026