HomeSort by: relevance | last modified time | path
    Searched defs:here (Results 1 - 25 of 60) sorted by relevancy

1 2 3

  /src/lib/libc/arch/vax/gen/
alloca.S 40 movab here,16(%fp)
42 here: label
alloca.S 40 movab here,16(%fp)
42 here: label
alloca.S 40 movab here,16(%fp)
42 here: label
alloca.S 40 movab here,16(%fp)
42 here: label
  /src/lib/libc/arch/vax/sys/
__vfork14.S 48 * trickery here, due to keith sklower, uses ret to clear the stack,
55 movab here,16(%fp)
57 here: label
__vfork14.S 48 * trickery here, due to keith sklower, uses ret to clear the stack,
55 movab here,16(%fp)
57 here: label
__vfork14.S 48 * trickery here, due to keith sklower, uses ret to clear the stack,
55 movab here,16(%fp)
57 here: label
__vfork14.S 48 * trickery here, due to keith sklower, uses ret to clear the stack,
55 movab here,16(%fp)
57 here: label
  /src/lib/libc/compat/arch/vax/sys/
compat_Ovfork.S 51 * trickery here, due to keith sklower, uses ret to clear the stack,
58 movab here,16(%fp)
60 here: label
compat_Ovfork.S 51 * trickery here, due to keith sklower, uses ret to clear the stack,
58 movab here,16(%fp)
60 here: label
compat_Ovfork.S 51 * trickery here, due to keith sklower, uses ret to clear the stack,
58 movab here,16(%fp)
60 here: label
compat_Ovfork.S 51 * trickery here, due to keith sklower, uses ret to clear the stack,
58 movab here,16(%fp)
60 here: label
  /src/usr.bin/make/unit-tests/
export-all.mk 11 here := ${.PARSEDIR} macro
14 UT_BADDIR= ${${here}/../${here:T}:L:${M_tAbad}:T}
16 UT_OKDIR= ${${here}/../${here:T}:L:${M_tA}:T}
export-all.mk 11 here := ${.PARSEDIR} macro
14 UT_BADDIR= ${${here}/../${here:T}:L:${M_tAbad}:T}
16 UT_OKDIR= ${${here}/../${here:T}:L:${M_tA}:T}
export-all.mk 11 here := ${.PARSEDIR} macro
14 UT_BADDIR= ${${here}/../${here:T}:L:${M_tAbad}:T}
16 UT_OKDIR= ${${here}/../${here:T}:L:${M_tA}:T}
export-all.mk 11 here := ${.PARSEDIR} macro
14 UT_BADDIR= ${${here}/../${here:T}:L:${M_tAbad}:T}
16 UT_OKDIR= ${${here}/../${here:T}:L:${M_tA}:T}
var-op-sunsh.mk 62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
104 VAR :sh(Put a comment here)= comment in parentheses
113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces
var-op-sunsh.mk 62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
104 VAR :sh(Put a comment here)= comment in parentheses
113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces
var-op-sunsh.mk 62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
104 VAR :sh(Put a comment here)= comment in parentheses
113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces
var-op-sunsh.mk 62 # Same pattern here. Until 2020-10-04, the ':sh' inside the nested expression
104 VAR :sh(Put a comment here)= comment in parentheses
113 VAR :sh{Put}((((a}{comment}}}}{here}= comment in braces
  /src/tests/lib/libc/gen/
t_dir.c 56 long here; local in function:ATF_TC_BODY
90 here = telldir(dp);
91 ATF_REQUIRE_MSG(here != -1, "telldir failed: %s", strerror(errno));
108 seekdir(dp, here);
116 seekdir(dp, here);
117 here = telldir(dp);
125 seekdir(dp, here);
t_dir.c 56 long here; local in function:ATF_TC_BODY
90 here = telldir(dp);
91 ATF_REQUIRE_MSG(here != -1, "telldir failed: %s", strerror(errno));
108 seekdir(dp, here);
116 seekdir(dp, here);
117 here = telldir(dp);
125 seekdir(dp, here);
t_dir.c 56 long here; local in function:ATF_TC_BODY
90 here = telldir(dp);
91 ATF_REQUIRE_MSG(here != -1, "telldir failed: %s", strerror(errno));
108 seekdir(dp, here);
116 seekdir(dp, here);
117 here = telldir(dp);
125 seekdir(dp, here);
t_dir.c 56 long here; local in function:ATF_TC_BODY
90 here = telldir(dp);
91 ATF_REQUIRE_MSG(here != -1, "telldir failed: %s", strerror(errno));
108 seekdir(dp, here);
116 seekdir(dp, here);
117 here = telldir(dp);
125 seekdir(dp, here);
  /src/common/dist/zlib/
inffast.c 72 code const *here; /* retrieved table entry */ local in function:inflate_fast
109 here = lcode + (hold & lmask);
111 op = (unsigned)(here->bits);
114 op = (unsigned)(here->op);
116 Tracevv((stderr, here->val >= 0x20 && here->val < 0x7f ?
118 "inflate: literal 0x%02x\n", here->val));
119 *out++ = (unsigned char)(here->val);
122 len = (unsigned)(here->val);
140 here = dcode + (hold & dmask)
    [all...]

Completed in 54 milliseconds

1 2 3