Home
last modified time | relevance | path

Searched defs:errout (Results 1 – 3 of 3) sorted by relevance

/NextBSD/lib/libkvm/
HDkvm.c374 _kvm_open(kvm_t *kd, const char *uf, const char *mf, int flag, char *errout) in _kvm_open()
482 char *errout) in kvm_openfiles()
510 kvm_open2(const char *uf, const char *mf, int flag, char *errout, in kvm_open2()
/NextBSD/bin/sh/
HDoutput.c75 struct output errout = {NULL, 0, NULL, 256, 2, 0}; variable
/NextBSD/usr.sbin/config/
HDmkmakefile.c63 static void errout(const char *fmt, ...) in errout() function