Searched refs:err_ (Results 1 – 6 of 6) sorted by relevance
| /freebsd/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/contrib/byacc/test/ |
| H A D | run_make.sh | 49 ${REF_DIR}/err_*|\ 50 ${REF_DIR}/test-err_*) 79 ${TEST_DIR}/err_*|\ 80 ${TEST_DIR}/test-err_*)
|
| /freebsd/contrib/telnet/telnet/ |
| H A D | commands.c | 1319 long oldrows, oldcols, newrows, newcols, err_; in suspend() local 1321 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in suspend() 1329 (err_ || ((oldrows != newrows) || (oldcols != newcols)))) { in suspend() 1345 long oldrows, oldcols, newrows, newcols, err_; in shell() local 1349 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in shell() 1380 (err_ || ((oldrows != newrows) || (oldcols != newcols)))) { in shell()
|
| /freebsd/contrib/byacc/ |
| H A D | CHANGES | 2645 + fixes to test/run_make.sh: skip test-err_* files; in the bison test phase
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticSemaKinds.td | 3273 // The err_*_attribute_argument_not_int are separate because they're used by
|