Symbol: anchor
usr/src/boot/sys/amd64/include/pc/bios.h
99
char * anchor; /* search anchor string in BIOS memory */
usr/src/boot/sys/i386/include/pc/bios.h
269
char * anchor; /* search anchor string in BIOS memory */
usr/src/cmd/awk/awk.h
303
int anchor;
usr/src/cmd/awk/b.c
119
makedfa(const char *s, int anchor) /* returns dfa for reg expr s */
usr/src/cmd/awk/b.c
134
return (mkdfa(s, anchor));
usr/src/cmd/awk/b.c
136
if (fatab[i]->anchor == anchor &&
usr/src/cmd/awk/b.c
142
pfa = mkdfa(s, anchor);
usr/src/cmd/awk/b.c
167
mkdfa(const char *s, int anchor)
usr/src/cmd/awk/b.c
193
f->initstat = makeinit(f, anchor);
usr/src/cmd/awk/b.c
194
f->anchor = anchor;
usr/src/cmd/awk/b.c
200
makeinit(fa *f, int anchor)
usr/src/cmd/awk/b.c
219
if (anchor) {
usr/src/common/lz4/lz4.c
555
const BYTE *anchor = ip;
usr/src/common/lz4/lz4.c
602
while ((ip > anchor) && (ref > (const BYTE *) source) &&
usr/src/common/lz4/lz4.c
609
length = ip - anchor;
usr/src/common/lz4/lz4.c
627
LZ4_BLINDCOPY(anchor, op, length);
usr/src/common/lz4/lz4.c
636
anchor = ip;
usr/src/common/lz4/lz4.c
662
len = (ip - anchor);
usr/src/common/lz4/lz4.c
683
anchor = ip;
usr/src/common/lz4/lz4.c
698
anchor = ip++;
usr/src/common/lz4/lz4.c
705
int lastRun = iend - anchor;
usr/src/common/lz4/lz4.c
718
(void) memcpy(op, anchor, iend - anchor);
usr/src/common/lz4/lz4.c
719
op += iend - anchor;
usr/src/common/lz4/lz4.c
749
const BYTE *anchor = ip;
usr/src/common/lz4/lz4.c
795
while ((ip > anchor) && (ref > (const BYTE *) source) &&
usr/src/common/lz4/lz4.c
802
length = ip - anchor;
usr/src/common/lz4/lz4.c
820
LZ4_BLINDCOPY(anchor, op, length);
usr/src/common/lz4/lz4.c
829
anchor = ip;
usr/src/common/lz4/lz4.c
855
len = (ip - anchor);
usr/src/common/lz4/lz4.c
876
anchor = ip;
usr/src/common/lz4/lz4.c
891
anchor = ip++;
usr/src/common/lz4/lz4.c
898
int lastRun = iend - anchor;
usr/src/common/lz4/lz4.c
910
(void) memcpy(op, anchor, iend - anchor);
usr/src/common/lz4/lz4.c
911
op += iend - anchor;
usr/src/lib/libc/port/gen/mon.c
162
typedef struct anchor ANCHOR;
usr/src/uts/common/fs/zfs/lua/lstrlib.c
630
int anchor = (*p == '^');
usr/src/uts/common/fs/zfs/lua/lstrlib.c
631
if (anchor) {
usr/src/uts/common/fs/zfs/lua/lstrlib.c
652
} while (s1++ < ms.src_end && !anchor);
usr/src/uts/common/fs/zfs/lua/lstrlib.c
771
int anchor = (*p == '^');
usr/src/uts/common/fs/zfs/lua/lstrlib.c
779
if (anchor) {
usr/src/uts/common/fs/zfs/lua/lstrlib.c
801
if (anchor) break;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
242
const unsigned char *anchor = ip;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
250
ref = anchor - 1 + 3;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
261
distance = anchor - ref;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
264
*hslot = anchor;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
291
ip = anchor + len;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
343
len = ip - anchor;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
409
*op++ = *anchor++;
usr/src/uts/common/io/cxgbe/t4nex/fastlz.c
410
ip = anchor;
usr/src/uts/common/io/l_strplumb.c
218
uint_t *anchor, char *mods[])
usr/src/uts/common/io/l_strplumb.c
279
if (anchor != NULL)
usr/src/uts/common/io/l_strplumb.c
280
*anchor = push.sap_anchor;
usr/src/uts/common/io/l_strplumb.c
318
if (anchor != NULL)
usr/src/uts/common/io/l_strplumb.c
319
push.sap_anchor = *anchor;
usr/src/uts/common/os/streamio.c
198
int anchor, cred_t *crp, uint_t anchor_zoneid)
usr/src/uts/common/os/streamio.c
227
if (anchor == stp->sd_pushcnt) {
usr/src/uts/common/os/streamio.c
299
uint_t anchor;
usr/src/uts/common/os/streamio.c
585
anchor = ap->ap_anchor;
usr/src/uts/common/os/streamio.c
589
anchor, crp, zoneid);