HomeSort by: relevance | last modified time | path
    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