Searched refs:err_ (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/contrib/libfdt/ |
| H A D | libfdt_internal.h | 60 int err_; \ 61 if ((err_ = fdt_check_header(fdt)) != 0) \ 62 return err_; \
|
| H A D | fdt_rw.c | 87 int err_; \ 88 if ((err_ = fdt_rw_check_header_(fdt)) != 0) \ 89 return err_; \
|
| /freebsd-13.1/contrib/byacc/test/ |
| H A D | run_make.sh | 46 ${REF_DIR}/err_*|\ 47 ${REF_DIR}/test-err_*) 76 ${TEST_DIR}/err_*|\ 77 ${TEST_DIR}/test-err_*)
|
| /freebsd-13.1/contrib/telnet/telnet/ |
| H A D | commands.c | 1321 long oldrows, oldcols, newrows, newcols, err_; in suspend() local 1323 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in suspend() 1331 (err_ || ((oldrows != newrows) || (oldcols != newcols)))) { in suspend() 1347 long oldrows, oldcols, newrows, newcols, err_; in shell() local 1351 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in shell() 1382 (err_ || ((oldrows != newrows) || (oldcols != newcols)))) { in shell()
|
| /freebsd-13.1/contrib/telnet/telnetd/ |
| H A D | telnetd.c | 658 int err_; /* XXX */ in doit() local 691 err_ = getnameinfo(who, who->sa_len, remote_hostname, in doit()
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | CHANGES | 668 + fixes to test/run_make.sh: skip test-err_* files; in the bison test phase
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 2967 // The err_*_attribute_argument_not_int are separate because they're used by
|