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

12

/freebsd-11-stable/contrib/ipfilter/ipsend/
H A DMakefile7 OBJS=ipsend.o ip.o ipsopt.o y.tab.o lex.yy.o
53 lex.yy.o: iplang/iplang_l.l
/freebsd-11-stable/share/mk/
H A Dsys.mk304 ${CC} ${CFLAGS} -c lex.yy.c
305 rm -f lex.yy.c
306 mv lex.yy.o ${.TARGET}
314 mv lex.yy.c ${.TARGET}
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c659 int yy, mo, day, hour, min, sec; local
674 &yy, &mo, &day, &hour, &min, &sec)
684 if ((tm->tm_year > yy) ||
685 (tm->tm_year == yy &&
2103 int yy, mo, day, hour, min, sec; local
2104 sscanf(reply_string, "%*s %04d%02d%02d%02d%02d%02d", &yy, &mo,
2108 mo, day, yy, hour, min, sec);
/freebsd-11-stable/crypto/openssl/ssl/
H A Dkssl.c801 * yy" (APPLICATION-2, SEQUENCE), where xx-yy =~ 2, and xx and yy are
807 int xx = 0, yy = 0; local
837 yy = (*p++ << 8);
838 yy += *p++;
843 yy = *p++;
848 yy = *p++;
852 return (xx - len == yy) ? 1 : 0;
/freebsd-11-stable/usr.bin/calendar/
H A Dparsedata.c316 remember(int *rememberindex, int *y, int *m, int *d, char **ed, int yy, int mm,
319 remember(int *rememberindex, int *y, int *m, int *d, char **ed, int yy, int mm, argument
330 y[*rememberindex] = yy;
/freebsd-11-stable/sys/cam/
H A Dcam_iosched.c1505 sbintime_t y, yy; local
1522 yy = mul(y, y);
1523 iop->emss = (yy + (iop->emss << alpha_bits) - iop->emss) >> alpha_bits;
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c951 * Divide yy by xx, reduce modulo p, and store the result in r. r could be xx
952 * * or yy, xx could equal yy. This function calls down to the
956 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, argument
962 bn_check_top(yy);
971 ret = BN_GF2m_mod_div(r, yy, xx, field, ctx);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c872 int *yy,
891 *yy = (int)y;
871 neol_jdn_to_ymd(unsigned long jdn, int *yy, int *mm, int *dd) argument
/freebsd-11-stable/contrib/libpcap/
H A DMakefile.in158 lex.yy.c pcap-config libpcap.pc
H A Dconfigure7998 if test -f lex.yy.c; then
7999 ac_cv_prog_lex_root=lex.yy
/freebsd-11-stable/contrib/openbsm/
H A Dconfigure3436 if test -f lex.yy.c; then
3437 ac_cv_prog_lex_root=lex.yy
/freebsd-11-stable/contrib/binutils/binutils/
H A Dconfigure10601 if test -f lex.yy.c; then
10602 ac_cv_prog_lex_root=lex.yy
/freebsd-11-stable/contrib/binutils/gas/
H A DMakefile.am641 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
H A DMakefile.in2627 $(SHELL) $(YLWRAP) $(srcdir)/config/bfin-lex.l lex.yy.c bfin-lex.c -- $(LEXCOMPILE)
H A Dconfigure11547 if test -f lex.yy.c; then
11548 ac_cv_prog_lex_root=lex.yy
/freebsd-11-stable/contrib/binutils/ld/
H A Dconfigure11110 if test -f lex.yy.c; then
11111 ac_cv_prog_lex_root=lex.yy
/freebsd-11-stable/contrib/unbound/
H A Dconfigure6462 if test -f lex.yy.c; then
6463 ac_cv_prog_lex_root=lex.yy
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure12439 if test -f lex.yy.c; then
12440 ac_cv_prog_lex_root=lex.yy

Completed in 359 milliseconds

12