| /src/sys/contrib/device-tree/scripts/ |
| H A D | filter.sh | 16 RANGE="$LAST..$UPSTREAM_REWRITTEN" 19 RANGE="$UPSTREAM_REWRITTEN" 38 -- $RANGE
|
| /src/contrib/nvi/ex/ |
| H A D | ex_global.c | 66 RANGE *rp; in ex_g_setup() 234 CALLOC(sp, rp, 1, sizeof(RANGE)); in ex_g_setup() 254 RANGE *nrp, *rp; in ex_g_insdel() 298 CALLOC_RET(sp, nrp, 1, sizeof(RANGE)); in ex_g_insdel()
|
| H A D | ex_at.c | 39 RANGE *rp; in ex_at() 83 CALLOC_RET(sp, rp, 1, sizeof(RANGE)); in ex_at()
|
| H A D | ex.h | 66 typedef struct _range RANGE; typedef
|
| /src/lib/libiconv_modules/HZ/ |
| H A D | citrus_hz.c | 75 #define RANGE(start, end) { start, end, (end - start) + 1 } macro 76 /* CTRL */ RANGE(0x00, 0x1F), 77 /* ASCII */ RANGE(0x20, 0x7F), 78 /* GB2312 */ RANGE(0x21, 0x7E), 79 /* CS94 */ RANGE(0x21, 0x7E), 80 /* CS96 */ RANGE(0x20, 0x7F), 81 #undef RANGE
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtCXX.h | 137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator 162 DeclStmt *getRangeStmt() { return cast<DeclStmt>(SubExprs[RANGE]); } in getRangeStmt() 173 return cast<DeclStmt>(SubExprs[RANGE]); in getRangeStmt() 193 void setRangeInit(Expr *E) { SubExprs[RANGE] = reinterpret_cast<Stmt*>(E); } in setRangeInit() 194 void setRangeStmt(Stmt *S) { SubExprs[RANGE] = S; } in setRangeStmt()
|
| /src/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.h | 122 RANGE = 338, enumerator 212 #define RANGE 338 macro
|
| H A D | asn1parse.y | 167 %token RANGE 357 range : '(' Value RANGE Value ')' 367 | '(' Value RANGE kw_MAX ')' 375 | '(' kw_MIN RANGE Value ')'
|
| H A D | lex.l | 272 \.\. { return RANGE; }
|
| /src/usr.bin/tr/ |
| H A D | extern.h | 39 enum { EOS, INFINITE, NORMAL, RANGE, SEQUENCE, enumerator
|
| H A D | str.c | 95 case RANGE: in next() 265 s->state = RANGE; in genrange()
|
| /src/contrib/libfido2/man/ |
| H A D | CMakeLists.txt | 329 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2) 369 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2) 390 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2) 407 foreach(i RANGE 0 ${MAN_ALIAS_MAX} 2)
|
| /src/contrib/elftoolchain/libelf/ |
| H A D | _libelf.h | 181 LIBELF_SET_ERROR(RANGE, 0); \ 190 LIBELF_SET_ERROR(RANGE, 0); \
|
| H A D | elf_errmsg.c | 50 DEFINE_ERROR(RANGE, "Value out of range of target"),
|
| H A D | elf_data.c | 115 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata() 125 LIBELF_SET_ERROR(RANGE, 0); in elf_getdata()
|
| H A D | gelf_rel.c | 152 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rel()
|
| H A D | gelf_rela.c | 154 LIBELF_SET_ERROR(RANGE, 0); in gelf_update_rela()
|
| /src/sbin/dhclient/ |
| H A D | dhctoken.h | 70 #define RANGE 272 macro
|
| H A D | conflex.c | 460 return (RANGE); in intern()
|
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtCXX.cpp | 57 SubExprs[RANGE] = Range; in CXXForRangeStmt()
|
| /src/contrib/tcsh/ |
| H A D | glob.c | 114 #define RANGE '-' macro 385 if (*qpatnext == RANGE && in glob()
|
| /src/sys/dev/sound/pcm/ |
| H A D | sound.h | 143 #define RANGE(var, low, high) (var) = \ macro
|
| /src/crypto/heimdal/lib/hx509/ |
| H A D | hx509_err.et | 25 error_code RANGE, "Number too large"
|
| /src/sys/dev/sound/pci/ |
| H A D | emu10kx.c | 834 RANGE(delay, 16, 1024); in emu_timer_set() 835 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_set() 860 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_enable() 898 RANGE(timer, 0, EMU_MAX_IRQ_CONSUMERS-1); in emu_timer_clear() 2608 RANGE(volume, 0, 100); in emumix_set_volume() 3032 RANGE(sc->mch_disabled, 0, 1); in emu_pci_attach() 3038 RANGE(sc->mch_rec, 0, 1); in emu_pci_attach() 3044 RANGE(sc->mch_rec, 0, 2); in emu_pci_attach()
|
| /src/sys/dev/sound/ |
| H A D | dummy.c | 190 RANGE(speed, ch->caps->minspeed, ch->caps->maxspeed); in dummy_chan_setspeed()
|