Home
last modified time | relevance | path

Searched refs:xerr (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/usr.bin/tail/
H A Dmisc.c56 xerr(0, "%s", fname); in ierr()
62 xerr(1, "stdout"); in oerr()
66 xerr(int fatal, const char *fmt, ...) in xerr() function
H A Dreverse.c119 xerr(0, "%s", fname); in r_reg()
125 xerr(0, "%s", fname); in r_reg()
146 xerr(0, "%s", fname); in r_reg()
185 xerr(1, NULL); in r_buf()
195 xerr(1, NULL); in r_buf()
H A Dforward.c177 xerr(1, "kqueue"); in forward()
222 xerr(1, "kevent"); in forward()
302 xerr(0, "%s", fname); in rlines()
323 xerr(0, "%s", fname); in rlines()
341 xerr(0, "%s", fname); in rlines()
H A Dread.c74 xerr(1, "malloc"); in displaybytes()
148 xerr(1, "malloc"); in displaylines()
158 xerr(1, "realloc"); in displaylines()
168 xerr(1, "realloc"); in displaylines()
H A Dextern.h46 void xerr(int fatal, const char *fmt, ...) __printflike(2, 3);
H A Dtail.c257 xerr(1, "malloc"); in obsolete()
/netbsd-src/sys/arch/x68k/stand/loadbsd/
H A Dloadbsd.c311 xerr(1, "%s: open", fn); in read_kernel()
314 xerr(1, "%s: get_fcb_adr", fn); in read_kernel()
335 xerr(1, "read_kernel"); in read_kernel()
339 xerr(1, "%s: read", fn); in read_kernel()
345 xerr(1, "%s: close", fn); in read_kernel()
/netbsd-src/libexec/ld.elf_so/
H A Dexpand.c44 #define xerr err macro
86 xerr(1, "execname not specified in AUX vector"); in expand()
88 xerr(1, "bad execname `%s' in AUX vector", execname); in expand()
H A Drtldenv.h55 void xerr(int, const char *, ...)
80 # define xerr err macro
H A Dxmalloc.c425 xerr(1, "/dev/zero"); in morepages()
465 xerr(1, "%s", xstrerror(errno)); in xmalloc()
475 xerr(1, "%s", xstrerror(errno)); in xrealloc()
H A Dxprintf.c276 xerr(int eval, const char *fmt, ...) in xerr() function
/netbsd-src/sys/arch/x68k/stand/common/
H A Dxprintf.c276 xerr(int eval, const char *fmt, ...) in xerr() function
278 xerr(eval, fmt, va_alist) in xerr()
H A Dxprintf.h20 __dead void xerr(int eval, const char *fmt, ...)
/netbsd-src/external/mpl/bind/dist/bin/tests/system/cds/
H A Dtests.sh123 $CDS -v3 -s -7200 -f sig.cds.1 -d DS.1 $Z 1>xout 2>xerr
124 testcase 0 $PERL checktime.pl 3600 xerr
/netbsd-src/sys/dev/usb/
H A Dugen.c2022 usbd_status xerr; in ugen_do_ioctl() local
2058 xerr = usbd_do_request_flags(sc->sc_udev, &ur->ucr_request, in ugen_do_ioctl()
2060 if (xerr) { in ugen_do_ioctl()