OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vfcexec
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/pkg_install/dist/lib/
fexec.c
99
static int
vfcexec
(const char *, int, const char *, va_list);
188
vfcexec
(const char *path, int skipempty, const char *arg, va_list ap)
function
223
result =
vfcexec
(NULL, 0, arg, ap);
236
result =
vfcexec
(NULL, 1, arg, ap);
249
result =
vfcexec
(path, 0, arg, ap);
fexec.c
99
static int
vfcexec
(const char *, int, const char *, va_list);
188
vfcexec
(const char *path, int skipempty, const char *arg, va_list ap)
function
223
result =
vfcexec
(NULL, 0, arg, ap);
236
result =
vfcexec
(NULL, 1, arg, ap);
249
result =
vfcexec
(path, 0, arg, ap);
Completed in 34 milliseconds
Indexes created Sat Sep 26 00:25:34 UTC 2026