Searched refs:yy (Results 1 - 25 of 43) sorted by relevance

12

/freebsd-11-stable/tools/regression/tls/libyy/
H A DMakefile5 SRCS= yy.c
/freebsd-11-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-586.pl66 $yy="ebx";
77 &add (&LB($yy),&LB($tx));
78 &mov ($ty,&DWP(0,$dat,$yy,4));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
105 &add (&LB($yy),&LB($tx));
111 &mov ($ty,&DWP(0,$dat,$yy,4));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
131 &add (&LB($yy),&LB($tx));
133 &mov ($ty,&DWP(0,$dat,$yy,4));
134 &mov (&DWP(0,$dat,$yy,
[all...]
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dmissing45 flex create \`lex.yy.c', if possible, from existing .c
46 lex create \`lex.yy.c', if possible, from existing .c
145 rm -f lex.yy.c
152 cp "$SRCFILE" lex.yy.c
157 if [ ! -f lex.yy.c ]; then
158 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c189 struct Double yy, r; local
193 yy = ratfun_gam(y - x0, 0);
194 return (yy.a + yy.b);
198 yy.a = r.a - one;
200 yy.b = r.b = y - yy.a;
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
203 t = r.a*yy.a;
204 r.b = r.a*yy
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Dhuffman.c46 Int32 zz, yy, tmp; \
49 yy = zz << 1; \
50 if (yy > nHeap) break; \
51 if (yy < nHeap && \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
53 yy++; \
54 if (weight[tmp] < weight[heap[yy]]) break; \
55 heap[zz] = heap[yy]; \
56 zz = yy; \
[all...]
H A Dcompress.c122 UChar yy[256]; local
161 for (i = 0; i < s->nInUse; i++) yy[i] = (UChar) i;
170 if (yy[0] == ll_i) {
193 rtmp = yy[1];
194 yy[1] = yy[0];
195 ryy_j = &(yy[1]);
204 yy[0] = rtmp;
205 j = ryy_j - &(yy[0]);
/freebsd-11-stable/usr.bin/calendar/
H A Ddates.c84 static struct cal_day * find_day(int yy, int mm, int dd);
262 remember_ymd(int yy, int mm, int dd) argument
269 printf("remember_ymd: %d - %d - %d\n", yy, mm, dd);
273 if (y->year != yy) {
298 remember_yd(int yy, int dd, int *rm, int *rd) argument
305 printf("remember_yd: %d - %d\n", yy, dd);
309 if (y->year != yy) {
332 first_dayofweek_of_year(int yy) argument
338 if (y->year == yy)
348 first_dayofweek_of_month(int yy, in argument
410 find_day(int yy, int mm, int dd) argument
[all...]
/freebsd-11-stable/contrib/bmake/mk/sys/
H A DAIX.mk160 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
161 rm -f lex.yy.c
164 mv lex.yy.c ${.TARGET}
167 ${COMPILE.c} -o ${.TARGET} lex.yy.c
168 rm -f lex.yy.c
H A DDarwin.mk183 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
184 rm -f lex.yy.c
187 mv lex.yy.c ${.TARGET}
190 ${COMPILE.c} -o ${.TARGET} lex.yy.c
191 rm -f lex.yy.c
H A DIRIX.mk171 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
172 rm -f lex.yy.c
175 mv lex.yy.c ${.TARGET}
178 ${COMPILE.c} -o ${.TARGET} lex.yy.c
179 rm -f lex.yy.c
H A DGeneric.mk179 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
180 rm -f lex.yy.c
183 mv lex.yy.c ${.TARGET}
186 ${COMPILE.c} -o ${.TARGET} lex.yy.c
187 rm -f lex.yy.c
H A DNetBSD.mk206 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
207 rm -f lex.yy.c
210 mv lex.yy.c ${.TARGET}
213 ${COMPILE.c} -o ${.TARGET} lex.yy.c
214 rm -f lex.yy.c
H A DSunOS.mk195 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
196 rm -f lex.yy.c
199 mv lex.yy.c ${.TARGET}
202 ${COMPILE.c} -o ${.TARGET} lex.yy.c
203 rm -f lex.yy.c
H A DOSF1.mk174 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
175 rm -f lex.yy.c
178 mv lex.yy.c ${.TARGET}
181 ${COMPILE.c} -o ${.TARGET} lex.yy.c
182 rm -f lex.yy.c
H A DOpenBSD.mk181 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
182 rm -f lex.yy.c
185 mv lex.yy.c ${.TARGET}
188 ${COMPILE.c} -o ${.TARGET} lex.yy.c
189 rm -f lex.yy.c
H A DLinux.mk163 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
164 rm -f lex.yy.c
167 mv lex.yy.c ${.TARGET}
170 ${COMPILE.c} -o ${.TARGET} lex.yy.c
171 rm -f lex.yy.c
H A DHP-UX.mk200 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
201 rm -f lex.yy.c
204 mv lex.yy.c ${.TARGET}
207 ${COMPILE.c} -o ${.TARGET} lex.yy.c
208 rm -f lex.yy.c
H A DUnixWare.mk217 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
218 rm -f lex.yy.c
221 mv lex.yy.c ${.TARGET}
224 ${COMPILE.c} -o ${.TARGET} lex.yy.c
225 rm -f lex.yy.c
/freebsd-11-stable/contrib/ipfilter/iplang/
H A DMakefile23 mv lex.yy.c $(DESTDIR)/iplang_l.c
31 /bin/rm -f *.o lex.yy.c y.tab.c y.tab.h
/freebsd-11-stable/contrib/gdb/
H A Dmissing72 flex create \`lex.yy.c', if possible, from existing .c
74 lex create \`lex.yy.c', if possible, from existing .c
222 rm -f lex.yy.c
229 cp "$SRCFILE" lex.yy.c
234 if [ ! -f lex.yy.c ]; then
235 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/contrib/binutils/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/contrib/openbsm/config/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/crypto/heimdal/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
257 rm -f lex.yy.c
264 cp "$SRCFILE" lex.yy.c
269 if test ! -f lex.yy.c; then
270 echo 'main() { return 0; }' >lex.yy.c
/freebsd-11-stable/contrib/bmake/mk/
H A Dautodep.mk99 @${SHELL} -ec "${CC_MD} -M ${CPPFLAGS_MD} lex.yy.c | sed '/:/s/^/$@ /' > $@" || { ${RM} -f lex.yy.c $@; false; }
100 @${RM} -f lex.yy.c
121 ${CC_MD} ${CFLAGS_MD:S/D//} ${CPPFLAGS_MD} lex.yy.c > $@ || { ${RM} -f lex.yy.c $@; false; }
122 ${RM} -f lex.yy.c
/freebsd-11-stable/contrib/sendmail/src/
H A Drecipient.c31 ** yy -- second ADDRESS
34 ** <0 when xx->q_host is less than yy->q_host
35 ** >0 when xx->q_host is greater than yy->q_host
40 sorthost(xx, yy)
42 register ADDRESS *yy;
46 return sm_strrevcasecmp(xx->q_host, yy->q_host);
48 return sm_strcasecmp(xx->q_host, yy->q_host);
56 ** will give a result relative to 'yy'. Expensive mailers get rated
59 ** recipients. We avoid an MX RR lookup when both 'xx' and 'yy' are
65 ** yy
[all...]

Completed in 325 milliseconds

12