OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ERR
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/make/unit-tests/
deptgt-end-fail.mk
16
.for all in ok
ERR
17
. for all-dep in ok
ERR
18
. for end in ok
ERR
19
. for end-dep in ok
ERR
42
CMD.
ERR
= false
/src/tests/net/net/
t_pktinfo.c
47
#include <
err
.h>
48
#define
ERR
(msg)
err
(EXIT_FAILURE, msg)
53
#define
ERR
(msg) ATF_REQUIRE_MSG(0, "%s: %s", msg, strerror(errno))
64
ERR
("socket");
73
ERR
("bind");
76
ERR
("getsockname");
80
ERR
("setsockopt");
82
ERR
("setsockopt");
92
ERR
("socket")
[
all
...]
/src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c
29
#define
ERR
0x4
106
{ A, 1460, 23140, 10, 1000, IN|
ERR
},
156
return ret ? true : (p->flags &
ERR
) != 0;
/src/bin/ed/
ed.h
46
#define
ERR
(-2)
120
return
ERR
; \
125
#define REALLOC(b,n,i,
err
) \
134
return
err
; \
/src/usr.sbin/inetd/
inetd.h
119
#define
ERR
(msg, ...) ILV(LOG_ERR, msg __VA_OPT__(,) __VA_ARGS__)
/src/dist/pf/sbin/pfctl/
pfctl.c
47
#include <
err
.h>
248
err
(1, "DIOCSTART");
255
err
(1, "DIOCSTARTALTQ");
267
err
(1, "DIOCSTOP");
274
err
(1, "DIOCSTOPALTQ");
283
err
(1, "DIOCCLRSTATUS");
299
err
(1, "DIOCCLRIFFLAG");
317
err
(1, "pfctl_clear_rules");
335
err
(1, "pfctl_clear_nat");
353
err
(1, "pfctl_clear_altq")
[
all
...]
/src/lib/libc/net/
getaddrinfo.c
343
#define
ERR
(
err
) \
346
error = (
err
); \
493
ERR
(EAI_BADHINTS); /* xxx */
495
ERR
(EAI_BADFLAGS);
504
ERR
(EAI_FAMILY);
522
ERR
(EAI_BADHINTS);
529
ERR
(EAI_FAIL);
609
ERR
(EAI_NODATA);
611
ERR
(EAI_NONAME)
[
all
...]
/src/lib/libcurses/
curses.h
422
#define
ERR
(-1) /* Error return. */
498
(wmove(w, y, x) ==
ERR
?
ERR
: __waddbytes(w, s, n, 0))
500
(wmove(w, y, x) ==
ERR
?
ERR
: waddch(w, ch))
502
(wmove(w, y, x) ==
ERR
?
ERR
: waddchnstr(w, s, n))
504
(wmove(w, y, x) ==
ERR
?
ERR
: waddchnstr(w, s, -1))
506
(wmove(w, y, x) ==
ERR
? ERR : waddnstr(w, s, n)
[
all
...]
/src/lib/libterminfo/
term.h
33
#ifndef
ERR
34
#define
ERR
(-1) /* Error return */
Completed in 19 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025