Home
last modified time | relevance | path

Searched refs:err_ (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/libfdt/
H A Dlibfdt_internal.h60 int err_; \
61 if ((err_ = fdt_check_header(fdt)) != 0) \
62 return err_; \
H A Dfdt_rw.c87 int err_; \
88 if ((err_ = fdt_rw_check_header_(fdt)) != 0) \
89 return err_; \
/freebsd/contrib/byacc/test/
H A Drun_make.sh49 ${REF_DIR}/err_*|\
50 ${REF_DIR}/test-err_*)
79 ${TEST_DIR}/err_*|\
80 ${TEST_DIR}/test-err_*)
/freebsd/contrib/telnet/telnet/
H A Dcommands.c1319 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 DCHANGES2645 + 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 DDiagnosticSemaKinds.td3273 // The err_*_attribute_argument_not_int are separate because they're used by