/freebsd/sys/contrib/device-tree/scripts/ |
H A D | filter.sh | 16 RANGE="$LAST..$UPSTREAM_REWRITTEN" 19 RANGE="$UPSTREAM_REWRITTEN" 38 -- $RANGE
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-commit.sh | 121 RANGE=$k 122 RSTART=$(echo $RANGE | awk -F',' '{print $1}') 123 RLEN=$(echo $RANGE | awk -F',' '{print $2}')
|
/freebsd/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
|
/freebsd/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
|
/freebsd/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()
|
/freebsd/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; }
|
/freebsd/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()
|
/freebsd/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)
|
/freebsd/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()
|
/freebsd/sys/dev/sound/midi/ |
H A D | sequencer.h | 43 #define RANGE(var, low, high) (var) = \ macro
|
/freebsd/sbin/dhclient/ |
H A D | dhctoken.h | 70 #define RANGE 272 macro
|
H A D | conflex.c | 460 return (RANGE); in intern()
|
/freebsd/sys/dev/sound/pcm/ |
H A D | vchan.c | 527 RANGE(newspd, caps->minspeed, caps->maxspeed); in sysctl_dev_pcm_vchanrate() 769 RANGE(vchanspd, parent_caps->minspeed, in vchan_create() 778 RANGE(vchanspd, feeder_rate_min, feeder_rate_max); in vchan_create() 781 RANGE(vchanspd, parent_caps->minspeed, in vchan_create()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | StmtCXX.cpp | 57 SubExprs[RANGE] = Range; in CXXForRangeStmt()
|
/freebsd/contrib/tcsh/ |
H A D | glob.c | 114 #define RANGE '-' macro 385 if (*qpatnext == RANGE && in glob()
|
/freebsd/sys/dev/sound/ |
H A D | dummy.c | 159 RANGE(speed, ch->caps->minspeed, ch->caps->maxspeed); in dummy_chan_setspeed()
|