Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 1609) sorted by relevance

12345678910>>...65

/freebsd-14.2/sys/contrib/zlib/
H A Dinftrees.c114 here.bits = (unsigned char)1; in inflate_table()
115 here.val = (unsigned short)0; in inflate_table()
117 *(*table)++ = here; in inflate_table()
211 here.bits = (unsigned char)(len - drop); in inflate_table()
213 here.op = (unsigned char)0; in inflate_table()
214 here.val = work[sym]; in inflate_table()
218 here.val = base[work[sym] - match]; in inflate_table()
222 here.val = 0; in inflate_table()
231 next[(huff >> drop) + fill] = here; in inflate_table()
291 here.val = (unsigned short)0; in inflate_table()
[all …]
H A Dinfback.c392 if (here.val < 16) { in inflateBack()
486 if (here.op && (here.op & 0xf0) == 0) { in inflateBack()
487 last = here; in inflateBack()
496 DROPBITS(here.bits); in inflateBack()
500 if (here.op == 0) { in inflateBack()
501 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflateBack()
512 if (here.op & 32) { in inflateBack()
519 if (here.op & 64) { in inflateBack()
541 last = here; in inflateBack()
550 DROPBITS(here.bits); in inflateBack()
[all …]
H A Dinffast.c107 here = lcode + (hold & lmask); in inflate_fast()
109 op = (unsigned)(here->bits); in inflate_fast()
112 op = (unsigned)(here->op); in inflate_fast()
114 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ? in inflate_fast()
120 len = (unsigned)(here->val); in inflate_fast()
138 here = dcode + (hold & dmask); in inflate_fast()
140 op = (unsigned)(here->bits); in inflate_fast()
143 op = (unsigned)(here->op); in inflate_fast()
145 dist = (unsigned)(here->val); in inflate_fast()
264 here = dcode + here->val + (hold & ((1U << op) - 1)); in inflate_fast()
[all …]
H A Dinflate.c946 if (here.val < 16) { in inflate()
1041 if (here.op && (here.op & 0xf0) == 0) { in inflate()
1042 last = here; in inflate()
1052 DROPBITS(here.bits); in inflate()
1053 state->back += here.bits; in inflate()
1056 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ? in inflate()
1062 if (here.op & 32) { in inflate()
1068 if (here.op & 64) { in inflate()
1094 last = here; in inflate()
1104 DROPBITS(here.bits); in inflate()
[all …]
/freebsd-14.2/bin/sh/tests/builtins/
H A Dtype1.01 command -v not-here && exit 1
2 command -v /not-here && exit 1
3 command -V not-here && exit 1
4 command -V /not-here && exit 1
5 type not-here && exit 1
6 type /not-here && exit 1
H A Dtype1.0.stderr1 not-here: not found
2 /not-here: No such file or directory
3 not-here: not found
4 /not-here: No such file or directory
/freebsd-14.2/stand/ficl/
H A Ddict.c120 pDict->here = alignPtr(pDict->here); in dictAlign()
151 pDict->here = PTRtoCELL cp; in dictAllot()
167 pDict->here += nCells; in dictAllotCells()
180 pDict->here += nCells; in dictAllotCells()
192 *pDict->here++ = c; in dictAppendCell()
205 pDict->here = PTRtoCELL cp; in dictAppendChar()
259 pDict->here = pFW->param; in dictAppendWord2()
368 pDict->here = PTRtoCELL cp; in dictCopyName()
445 pDict->here = pDict->dict; in dictEmpty()
690 return pDict->here; in dictWhere()
[all …]
/freebsd-14.2/contrib/bmake/unit-tests/
H A Dexport-all.mk11 here := ${.PARSEDIR}
14 UT_BADDIR= ${${here}/../${here:T}:L:${M_tAbad}:T}
16 UT_OKDIR= ${${here}/../${here:T}:L:${M_tA}:T}
/freebsd-14.2/contrib/nvi/regex/
H A Dregexec.c79 #define FWD(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) << (n))
80 #define BACK(dst, src, n) ((dst) |= ((unsigned)(src)&(here)) >> (n))
81 #define ISSETBACK(v, n) ((v) & ((unsigned)here >> (n)))
128 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
129 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
130 #define ISSETBACK(v, n) ((v)[here - (n)])
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A Dregexec.c76 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
77 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
78 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
125 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
126 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
127 #define ISSETBACK(v, n) ((v)[here - (n)])
/freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/
H A Dt_dir.c56 long here; in ATF_TC_BODY() local
90 here = telldir(dp); in ATF_TC_BODY()
91 ATF_REQUIRE_MSG(here != -1, "telldir failed: %s", strerror(errno)); in ATF_TC_BODY()
108 seekdir(dp, here); in ATF_TC_BODY()
116 seekdir(dp, here); in ATF_TC_BODY()
117 here = telldir(dp); in ATF_TC_BODY()
125 seekdir(dp, here); in ATF_TC_BODY()
/freebsd-14.2/contrib/libucl/tests/basic/
H A D18.res4 many = "values here";
10 many = "values here";
15 many = "values here";
21 many = "values here";
/freebsd-14.2/tools/test/stress2/misc/
H A Dbadcode3.sh47 here=`pwd`
49 (cd $here/../testcases/swap; ./swap -t 5m -i 20) &
53 "timeout 1m limits -c 0 $here/../testcases/badcode/badcode -t 1m -i 20"
56 cd $here
H A Dsetrlimit.sh152 here=`pwd`
164 cd $here
173 cd $here
182 cd $here
189 cd $here
H A Dsigstop.sh36 here=`pwd`
38 sed '1,/^EOF/d' < $here/$0 > sigstop.c
41 cd $here
H A Djexec.sh43 here=`pwd`
45 (cd $here/../testcases/swap; ./swap -t 2m -i 20) &
57 cd $here
/freebsd-14.2/sys/contrib/openzfs/config/
H A DShellcheck.am13 JUST_SHELLCHECK_OPTS = $(addprefix shellcheck-here-,$(subst /,^,$(1)))
14 JUST_CHECKBASHISMS_OPTS = $(addprefix checkbashisms-here-,$(subst /,^,$(1)))
19 _STGT = $(subst ^,/,$(subst shellcheck-here-,,$@))
20 shellcheck-here-%:
33 _BTGT = $(subst ^,/,$(subst checkbashisms-here-,,$@))
34 checkbashisms-here-%:
/freebsd-14.2/lib/libc/regex/
H A Dregexec.c115 #define FWD(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) << (n))
116 #define BACK(dst, src, n) ((dst) |= ((unsigned long)(src)&(here)) >> (n))
117 #define ISSETBACK(v, n) (((v) & ((unsigned long)here >> (n))) != 0)
169 #define FWD(dst, src, n) ((dst)[here+(n)] |= (src)[here])
170 #define BACK(dst, src, n) ((dst)[here-(n)] |= (src)[here])
171 #define ISSETBACK(v, n) ((v)[here - (n)])
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcinttypes.inc20 // abs is conditionally here, but always present in cmath.cppm. To avoid
21 // conflicing declarations omit the using here.
23 // div is conditionally here, but always present in cstdlib.cppm. To avoid
24 // conflicing declarations omit the using here.
H A Dcuchar.inc14 // mbstate_t is conditionally here, but always present in cwchar.cppm. To avoid
15 // conflicing declarations omit the using here.
17 // size_t is conditionally here, but always present in cstddef.cppm. To avoid
18 // conflicing declarations omit the using here.
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dcinttypes.inc20 // abs is conditionally here, but always present in cmath.cppm. To avoid
21 // conflicing declarations omit the using here.
23 // div is conditionally here, but always present in cstdlib.cppm. To avoid
24 // conflicing declarations omit the using here.
H A Dcuchar.inc14 // mbstate_t is conditionally here, but always present in cwchar.cppm. To avoid
15 // conflicing declarations omit the using here.
17 // size_t is conditionally here, but always present in cstddef.cppm. To avoid
18 // conflicing declarations omit the using here.
/freebsd-14.2/contrib/netbsd-tests/bin/sh/
H A Dt_cmdsub.sh562 atf_check -s exit:0 -o inline:'D.1: here-doc with )\n' \
566 D.1: here-doc with )
572 atf_check -s exit:0 -o inline:'D.3: here-doc with \()\n' \
576 D.3: here-doc with \()
581 -o inline:'E: here-doc terminated with a parenthesis ("academic")\n' \
585 E: here-doc terminated with a parenthesis ("academic")
590 -o inline:'F.1: here-doc embed with unbal single, back- or doublequote '\''\n' \
594 F.1: here-doc embed with unbal single, back- or doublequote '\''
598 -o inline:'F.2: here-doc embed with unbal single, back- or doublequote "\n' \
606 -o inline:'F.3: here-doc embed with unbal single, back- or doublequote `\n' \
[all …]
/freebsd-14.2/lib/libclang_rt/asan/
H A Dwarn.txt5 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:33:46: note: format string is defined here
12 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:36:48: note: format string is defined here
19 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:29:48: note: format string is defined here
26 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:39:50: note: format string is defined here
33 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:46: note: format string is defined here
40 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:51: note: format string is defined here
47 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:59: note: format string is defined here
56 …sanitizer_common/sanitizer_symbolizer_markup_constants.h:42:67: note: format string is defined here
/freebsd-14.2/bin/sh/tests/parser/
H A Dheredoc7.02 # Some of these created malformed parse trees with null pointers for here
3 # documents, causing the here document writing process to segfault.
11 # Some of these created malformed parse trees with null pointers for here

12345678910>>...65