Searched refs:err (Results 1 - 25 of 30) sorted by relevance

12

/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Derr.c1 /* $OpenBSD: err.c,v 1.12 2015/08/31 02:53:57 guenther Exp $ */
31 #include <err.h>
35 err(int eval, const char *fmt, ...) function
43 DEF_WEAK(err); variable
H A Dwarn.c31 #include <err.h>
H A Dwarnx.c31 #include <err.h>
H A Derrx.c31 #include <err.h>
H A Dverrx.c31 #include <err.h>
H A Dvwarnx.c31 #include <err.h>
H A Dverr.c31 #include <err.h>
H A Dvwarn.c31 #include <err.h>
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dvasprintf.c38 goto err;
42 goto err;
46 goto err;
50 err:
H A Dasprintf.c40 goto err;
46 goto err;
50 goto err;
54 err:
H A Dfvwrite.c87 goto err;
118 goto err;
138 goto err;
143 goto err;
178 goto err;
182 goto err;
192 goto err;
201 err:
/bionic/libc/dns/resolv/
H A Dherror.c127 hstrerror(int err) { argument
128 if (err < 0)
130 else if (err < h_nerr)
131 return (h_errlist[err]);
/bionic/libc/include/
H A Derr.h1 /* $OpenBSD: err.h,v 1.10 2006/01/06 18:53:04 millert Exp $ */
2 /* $NetBSD: err.h,v 1.11 1994/10/26 00:55:52 cgd Exp $ */
32 * @(#)err.h 8.1 (Berkeley) 6/2/93
43 /* printf's format string isn't nullable; the err family's one is,
47 __noreturn void err(int, const char *, ...) __errlike(2, 3);
/bionic/tests/
H A Dnetdb_test.cpp199 int err; local
200 int result = gethostbyname_r("localhost", &hent, buf, sizeof(buf), &hp, &err);
210 result = gethostbyname_r("localhost", &hent2, buf2, sizeof(buf2), &hp2, &err);
221 int err; local
222 int result = gethostbyname2_r("localhost", AF_INET, &hent, buf, sizeof(buf), &hp, &err);
232 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err);
250 int err; local
251 int result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent, buf, sizeof(buf), &hp, &err);
261 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err);
272 int err; local
282 int err; local
293 int err; local
[all...]
/bionic/libc/kernel/uapi/xen/
H A Dprivcmd.h59 int __user * err; member in struct:privcmd_mmapbatch_v2
/bionic/libc/kernel/uapi/linux/
H A Duhid.h99 __u16 err; member in struct:uhid_get_report_reply_req
115 __u16 err; member in struct:uhid_set_report_reply_req
161 __u16 err; member in struct:uhid_feature_answer_req
H A Dcn_proc.h49 __u32 err; member in struct:proc_event::__anon274::__anon275
H A Dvfio.h231 struct vfio_eeh_pe_err err; member in union:vfio_eeh_pe_op::__anon876
/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dsigcontext.h145 __u32 err; member in struct:sigcontext_32
186 __u64 err; member in struct:sigcontext_64
216 __u32 err; member in struct:sigcontext
259 __u64 err; member in struct:sigcontext
/bionic/libc/upstream-openbsd/android/include/
H A Dopenbsd-compat.h26 #define _err err
/bionic/libc/bionic/
H A Dsystem_properties.cpp606 const int err = foreach_property(to_prop_bt(&trie->left), propfn, cookie); local
607 if (err < 0)
619 const int err = foreach_property(to_prop_bt(&trie->children), propfn, cookie); local
620 if (err < 0)
625 const int err = foreach_property(to_prop_bt(&trie->right), propfn, cookie); local
626 if (err < 0)
1159 const int err = send_prop_msg(&msg); local
1160 if (err < 0) {
1161 return err;
1270 const int err local
[all...]
/bionic/libc/tzcode/
H A Dlocaltime.c433 int err = nread < 0 ? errno : EINVAL; local
435 return err;
693 int err = tzloadbody(name, sp, doextend, lsp); local
695 return err;
1272 int err = tzload(name, sp, true); local
1273 if (err != 0 && name && name[0] != ':' && tzparse(name, sp, false))
1274 err = 0;
1275 if (err == 0)
1277 return err;
1392 int err local
1527 int err = lock(); local
2173 int err = lock(); local
2249 int err = lock(); local
2294 int err = lock(); local
[all...]
/bionic/libc/dns/nameser/
H A Dns_parse.c51 #define RETERR(err) do { errno = (err); return (-1); } while (/*NOTREACHED*//*CONSTCOND*/0)
/bionic/libc/kernel/uapi/sound/
H A Dasequencer.h231 int err; member in struct:snd_seq_event_bounce
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c60 #include <err.h>

Completed in 346 milliseconds

12