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

12

/freebsd-9.3-release/tools/regression/tls/libyy/
H A DMakefile5 SRCS= yy.c
/freebsd-9.3-release/contrib/libpcap/
H A Drunlex.sh38 outfile=lex.yy.c
111 # lex.yy.c and, if it succeeds, rename it to the right name,
112 # otherwise we remove lex.yy.c.
114 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
172 # No. Get rid of any lex.yy.c file we generated, and
175 rm -f lex.yy.c
180 # OK, rename lex.yy.c to the right output file.
182 mv lex.yy.c "$outfile"
191 # No. Get rid of any lex.yy.c file we generated, and
194 rm -f lex.yy
[all...]
/freebsd-9.3-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-9.3-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-ia64.S69 yy=r31;
97 { .mmi; LDKEY yy=[key] // load key->y
130 (p17) add key_y[1]=ksch,key_y[1] };; // &key[yy&255]
132 (p17) LDKEY ty[0]=[key_y[1]] // ty=key[yy]
139 { .mmi; (p21) add yy=yy,tx[1] // (p16)
140 (p20) add yy=yy,tx[0] // (p16) y+=tx
142 { .mmi; (p17) STKEY [key_y[1]]=tx[1] // key[yy]=tx
144 (p16) dep key_y[0]=yy,r
[all...]
/freebsd-9.3-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-9.3-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-9.3-release/contrib/ipfilter/perl/
H A Dipfmeta.pl154 [NOC] xxx.yy.zz.1/32 xxx.yy.zz.2/32
188 pass in from xxx.yy.zz.1/32 to 192.168.1.1/32 port = 22
190 pass in from xxx.yy.zz.1/32 to 192.168.1.1/32 port = 23
192 pass in from xxx.yy.zz.1/32 to 192.168.1.2/32 port = 22
194 pass in from xxx.yy.zz.1/32 to 192.168.1.2/32 port = 23
196 pass in from xxx.yy.zz.2/32 to 192.168.1.1/32 port = 22
198 pass in from xxx.yy.zz.2/32 to 192.168.1.1/32 port = 23
200 pass in from xxx.yy.zz.2/32 to 192.168.1.2/32 port = 22
202 pass in from xxx.yy
[all...]
/freebsd-9.3-release/contrib/ipfilter/iplang/
H A DMakefile24 mv lex.yy.c $(DESTDIR)/iplang_l.c
32 /bin/rm -f *.o lex.yy.c y.tab.c y.tab.h
/freebsd-9.3-release/usr.bin/calendar/
H A Ddates.c83 static struct cal_day * find_day(int yy, int mm, int dd);
261 remember_ymd(int yy, int mm, int dd) argument
268 printf("remember_ymd: %d - %d - %d\n", yy, mm, dd);
272 if (y->year != yy) {
297 remember_yd(int yy, int dd, int *rm, int *rd) argument
304 printf("remember_yd: %d - %d\n", yy, dd);
308 if (y->year != yy) {
331 first_dayofweek_of_year(int yy) argument
337 if (y->year == yy)
347 first_dayofweek_of_month(int yy, in argument
409 find_day(int yy, int mm, int dd) argument
[all...]
/freebsd-9.3-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-9.3-release/contrib/cvs/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
/freebsd-9.3-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-9.3-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-9.3-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-9.3-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-9.3-release/crypto/heimdal/
H A Dmissing85 flex create \`lex.yy.c', if possible, from existing .c
87 lex create \`lex.yy.c', if possible, from existing .c
249 rm -f lex.yy.c
256 cp "$SRCFILE" lex.yy.c
261 if test ! -f lex.yy.c; then
262 echo 'main() { return 0; }' >lex.yy.c
/freebsd-9.3-release/contrib/ntp/sntp/libevent/build-aux/
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-9.3-release/contrib/ntp/sntp/
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-9.3-release/contrib/ntp/
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-9.3-release/contrib/bmake/mk/sys/
H A DAIX.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 DDarwin.mk194 ${LINK.c} -o ${.TARGET} lex.yy.c ${LDLIBS} -ll
195 rm -f lex.yy.c
198 mv lex.yy.c ${.TARGET}
201 ${COMPILE.c} -o ${.TARGET} lex.yy.c
202 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.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 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

Completed in 263 milliseconds

12