Home
last modified time | relevance | path

Searched defs:yy (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/bsddialog/lib/
H A Ddatebox.c87 static int month_days(int yy, int mm) in month_days() argument
101 static int week_day(int yy, int mm, int dd) in week_day() argument
113 init_date(unsigned int *year, unsigned int *month, unsigned int *day, int *yy, in init_date() argument
127 datectl(enum operation op,int * yy,int * mm,int * dd) datectl() argument
260 print_calendar(struct bsddialog_conf * conf,WINDOW * win,int yy,int mm,int dd,bool active) print_calendar() argument
335 int retval, sel, yy, mm, dd; bsddialog_calendar() local
544 build_dateitem(const char * format,int * yy,int * mm,int * dd,struct dateitem * dt) build_dateitem() argument
587 int retval, i, sel, yy, mm, dd; bsddialog_datebox() local
[all...]
/freebsd/usr.bin/calendar/
H A Ddates.c261 remember_ymd(int yy, int mm, int dd) in remember_ymd()
297 remember_yd(int yy, int dd, int *rm, int *rd) in remember_yd()
331 first_dayofweek_of_year(int yy) in first_dayofweek_of_year()
347 first_dayofweek_of_month(int yy, int mm) in first_dayofweek_of_month()
409 find_day(int yy, int mm, int dd) in find_day()
H A Dparsedata.c316 remember(int *rememberindex, int *y, int *m, int *d, char **ed, int yy, int mm, in remember()
/freebsd/contrib/lua/src/
H A Dlfunc.c107 static void callclosemethod (lua_State *L, TValue *obj, TValue *err, int yy) { in callclosemethod()
143 static void prepcallclosemth (lua_State *L, StkId level, int status, int yy) { in prepcallclosemth()
227 StkId luaF_close (lua_State *L, StkId level, int status, int yy) { in luaF_close()
/freebsd/contrib/bsddialog/examples_library/
H A Dcalendar.c18 unsigned int yy, mm, dd; in main() local
H A Ddatebox.c18 unsigned int yy, mm, dd; in main() local
/freebsd/contrib/sendmail/src/
H A Drecipient.c45 sorthost(xx, yy) in sorthost() argument
81 sortexpensive(xx, yy) in sortexpensive() argument
112 sortbysignature(xx, yy) in sortbysignature() argument
/freebsd/lib/msun/bsdsrc/
H A Db_tgamma.c229 struct Double yy, r; in small_gam() local
/freebsd/contrib/bzip2/
H A Dcompress.c122 UChar yy[256]; in generateMTFValues() local
/freebsd/lib/msun/ld80/
H A Db_tgammal.c256 struct Double yy, r; in small_gam() local
/freebsd/contrib/bsddialog/utility/
H A Dutil_builders.c176 unsigned int yy, mm, dd; date() local
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c659 int yy, mo, day, hour, min, sec; in getit() local
2103 int yy, mo, day, hour, min, sec; in modtime() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_neoclock4x.c872 int *yy, in neol_jdn_to_ymd() argument
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c839 int BN_GF2m_mod_div_arr(BIGNUM *r, const BIGNUM *yy, const BIGNUM *xx, in BN_GF2m_mod_div_arr()
/freebsd/stand/common/
H A Dgfx_fb.c1563 int sx, sy, xx, yy, xy, width; in gfx_fb_bezier() local
1876 #define GETPIXEL(xx, yy) (((yy) * png->width + (xx)) * png->bpp) in gfx_fb_putimage() argument
/freebsd/crypto/krb5/doc/html/
H A Dsearchindex.js1 …l","admin/admin_commands/kadmin_local","admin/admin_commands/kadmind","admin/admin_commands/kdb5_l…
/freebsd/contrib/sqlite3/
H A Dsqlite3.c35376 static void dekkerMul2(volatile double *x, double y, double yy){ in dekkerMul2()