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

12

/freebsd-11.0-release/tools/regression/tls/libyy/
H A DMakefile5 SRCS= yy.c
/freebsd-11.0-release/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.0-release/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.0-release/contrib/libpcap/
H A Drunlex.sh36 outfile=lex.yy.c
109 # lex.yy.c and, if it succeeds, rename it to the right name,
110 # otherwise we remove lex.yy.c.
112 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
170 # No. Get rid of any lex.yy.c file we generated, and
173 rm -f lex.yy.c
178 # OK, rename lex.yy.c to the right output file.
180 mv lex.yy.c "$outfile"
189 # No. Get rid of any lex.yy.c file we generated, and
192 rm -f lex.yy
[all...]
/freebsd-11.0-release/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.0-release/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...]
/freebsd-11.0-release/usr.bin/calendar/
H A Ddates.c82 static struct cal_day * find_day(int yy, int mm, int dd);
260 remember_ymd(int yy, int mm, int dd) argument
267 printf("remember_ymd: %d - %d - %d\n", yy, mm, dd);
271 if (y->year != yy) {
296 remember_yd(int yy, int dd, int *rm, int *rd) argument
303 printf("remember_yd: %d - %d\n", yy, dd);
307 if (y->year != yy) {
330 first_dayofweek_of_year(int yy) argument
336 if (y->year == yy)
346 first_dayofweek_of_month(int yy, in argument
408 find_day(int yy, int mm, int dd) argument
[all...]
/freebsd-11.0-release/contrib/ofed/libibcm/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.0-release/contrib/ofed/librdmacm/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/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.0-release/contrib/bmake/mk/sys/
H A DAIX.mk162 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
163 rm -f lex.yy.c
166 mv lex.yy.c ${.TARGET}
169 ${COMPILE.c} -o ${.TARGET} lex.yy.c
170 rm -f lex.yy.c
H A DDarwin.mk185 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
186 rm -f lex.yy.c
189 mv lex.yy.c ${.TARGET}
192 ${COMPILE.c} -o ${.TARGET} lex.yy.c
193 rm -f lex.yy.c
H A DGeneric.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 DIRIX.mk173 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
174 rm -f lex.yy.c
177 mv lex.yy.c ${.TARGET}
180 ${COMPILE.c} -o ${.TARGET} lex.yy.c
181 rm -f lex.yy.c
H A DLinux.mk165 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
166 rm -f lex.yy.c
169 mv lex.yy.c ${.TARGET}
172 ${COMPILE.c} -o ${.TARGET} lex.yy.c
173 rm -f lex.yy.c
H A DNetBSD.mk208 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
209 rm -f lex.yy.c
212 mv lex.yy.c ${.TARGET}
215 ${COMPILE.c} -o ${.TARGET} lex.yy.c
216 rm -f lex.yy.c
H A DOSF1.mk176 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
177 rm -f lex.yy.c
180 mv lex.yy.c ${.TARGET}
183 ${COMPILE.c} -o ${.TARGET} lex.yy.c
184 rm -f lex.yy.c
H A DOpenBSD.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 DSunOS.mk197 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
198 rm -f lex.yy.c
201 mv lex.yy.c ${.TARGET}
204 ${COMPILE.c} -o ${.TARGET} lex.yy.c
205 rm -f lex.yy.c
H A DHP-UX.mk202 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
203 rm -f lex.yy.c
206 mv lex.yy.c ${.TARGET}
209 ${COMPILE.c} -o ${.TARGET} lex.yy.c
210 rm -f lex.yy.c
/freebsd-11.0-release/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

Completed in 286 milliseconds

12