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

/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dfexec.c64 static int vfcexec(const char *, int, const char *, va_list);
102 vfcexec(const char *path, int skipempty, const char *arg, va_list ap) function
137 result = vfcexec(NULL, 0, arg, ap);
150 result = vfcexec(NULL, 1, arg, ap);
163 result = vfcexec(path, 0, arg, ap);

Completed in 102 milliseconds