| /src/sys/arch/sun2/include/ |
| mon.h | 1 /* $NetBSD: mon.h,v 1.2 2001/06/14 13:12:50 fredette Exp $ */ 3 #include <sun68k/mon.h>
|
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_monitor.c | 130 mon_entry *mon 137 hash = MON_HASH(&mon->rmtadr); 138 UNLINK_SLIST(punlinked, mon_hash[hash], mon, hash_next, 140 ENSURE(punlinked == mon); 245 mon_entry *mon; local 261 ITER_DLIST_BEGIN(mon_mru_list, mon, mru, mon_entry) 262 mon_free_entry(mon); 281 mon_entry *mon; local 283 /* iterate mon over mon_mru_list */ 284 ITER_DLIST_BEGIN(mon_mru_list, mon, mru, mon_entry 320 mon_entry * mon; local [all...] |
| /src/sys/arch/mvme68k/stand/libsa/ |
| chiptotime.c | 21 chiptotime(int sec, int min, int hour, int day, int mon, int year) 29 mon = bcdtobin(mon); 35 if (year < 70 || mon < 1 || mon > 12 || day < 1 || day > 31) 40 days += dayyr[mon - 1] + day - 1; 41 if (is_leap_year(yr) && mon > 2)
|
| clock.c | 24 chiptotime(int sec, int min, int hour, int day, int mon, int year) 32 mon = bcdtobin(mon); 38 if (year < 70 || mon < 1 || mon > 12 || day < 1 || day > 31) 43 days += dayyr[mon - 1] + day - 1; 44 if (is_leap_year(yr) && mon > 2)
|
| /src/sys/arch/mvmeppc/stand/libsa/ |
| clock.c | 27 chiptotime(int sec, int min, int hour, int day, int mon, int year) 35 mon = bcdtobin(mon); 41 if (year < 70 || mon < 1 || mon > 12 || day < 1 || day > 31) 46 days += dayyr[mon - 1] + day - 1; 47 if (is_leap_year(yr) && mon > 2)
|
| /src/sys/arch/mvme68k/stand/sboot/ |
| clock.c | 105 int sec, min, hour, day, mon, year; local 112 mon = cl->cl_month; 115 return chiptotime(sec, min, hour, day, mon, year);
|
| /src/sys/arch/sun68k/stand/libsa/ |
| clock.c | 5 #include <machine/mon.h>
|
| devopen.c | 5 #include <machine/mon.h>
|
| promcons.c | 5 #include <machine/mon.h>
|
| /src/games/monop/ |
| monop.c | 136 static MON mon[N_MON] = { /* monopoly descriptions */ variable 151 {0, 0, 1, 0, &mon[0], { 2, 10, 30, 90, 160, 250} }, 152 {0, 0, 3, 0, &mon[0], { 4, 20, 60, 180, 320, 450} }, 153 {0, 0, 6, 0, &mon[1], { 6, 30, 90, 270, 400, 550} }, 154 {0, 0, 7, 0, &mon[1], { 6, 30, 90, 270, 400, 550} }, 155 {0, 0, 9, 0, &mon[1], { 8, 40,100, 300, 450, 600} }, 156 {0, 0, 11, 0, &mon[2], {10, 50,150, 450, 625, 750} }, 157 {0, 0, 13, 0, &mon[2], {10, 50,150, 450, 625, 750} }, 158 {0, 0, 14, 0, &mon[2], {12, 60,180, 500, 700, 900} } [all...] |
| /src/sys/arch/x68k/stand/libsa/ |
| clock.c | 48 int sec, min, hour, day, mon, year; local 54 mon = ((val & 0x0000ff00) >> 8); 63 if (mon < 1 || mon > 12 || day < 1 || day > 31) 71 days += yday[mon - 1] + day - 1; 72 if (is_leap_year(y) && mon > 2)
|
| /src/external/gpl3/gdb/dist/sim/ppc/ |
| mon.h | 47 typedef struct _mon mon; typedef in typeref:struct:_mon 51 (mon *) mon_create 56 (mon *monitor, 61 (mon *monitor, 98 (mon *monitor, 104 mon *monitor,
|
| /src/external/gpl3/gdb.old/dist/sim/ppc/ |
| mon.h | 47 typedef struct _mon mon; typedef in typeref:struct:_mon 51 (mon *) mon_create 56 (mon *monitor, 61 (mon *monitor, 98 (mon *monitor, 104 mon *monitor,
|
| /src/external/bsd/ntp/dist/util/ |
| lsf-times.c | 50 unsigned int mon = 0; local 92 scount = sscanf(argv[2], "%u", &mon); 94 if (6 == mon || 12 == mon) { 95 // printf("2 args: month %u\n", mon); 97 printf("2 arg, but #2 is not 6 or 12: <%d>\n", mon); 116 scount = sscanf(argv[2], "%u", &mon); 118 if (6 == mon || 12 == mon) { 119 // printf("3 args: month %u\n", mon); [all...] |
| /src/usr.sbin/rpc.statd/ |
| test.c | 30 sm_mon_1(struct mon *argp, CLIENT *clnt) 87 struct mon mon; local 98 mon.mon_id.mon_name = argv[1]; 99 mon.mon_id.my_id.my_name = argv[1]; 100 mon.mon_id.my_id.my_prog = SM_PROG; 101 mon.mon_id.my_id.my_vers = SM_VERS; 102 mon.mon_id.my_id.my_proc = 1; /* have it call sm_stat() !!! */ 107 if (res = sm_mon_1(&mon, cli))
|
| /src/games/hack/ |
| hack.fight.c | 181 struct monst *mon; local 182 for (mon = fmon; mon; mon = mon->nmon) 183 if (mon != mtmp) { 184 if (DIST(mon->mx, mon->my, mtmp->mx, mtmp->my) < 3) 186 return (hitmm(mtmp, mon)); 216 /* return TRUE if mon still alive * 325 mon, exclam(tmp)); local [all...] |
| hack.potion.c | 300 potionhit(struct monst *mon, struct obj *obj) 303 boolean uclose, isyou = (mon == &youmonst); 311 uclose = (dist(mon->mx, mon->my) < 3); 314 botlnam, monnam(mon)); 315 if (rn2(5) && mon->mhp > 1) 316 mon->mhp--; 327 if (mon->mhp < mon->mhpmax) { 328 mon->mhp = mon->mhpmax [all...] |
| hack.do.c | 334 struct monst *mon; local 360 mon = u.ustuck; 361 bhitpos.x = mon->mx; 362 bhitpos.y = mon->my; 393 mon = boomhit(u.dx, u.dy); 394 if (mon == &youmonst) { /* the thing was caught */ 402 mon = bhit(u.dx, u.dy, (obj->otyp == ICE_BOX) ? 1 : 408 if (mon) { 410 wakeup(mon); 413 tmp = -1 + u.ulevel + mon->data->ac + abon() [all...] |
| /src/sys/fs/nfs/nlm/ |
| sm_inter.h | 39 struct mon { struct 43 typedef struct mon mon; typedef in typeref:struct:mon 83 extern struct sm_stat_res * sm_mon_1(struct mon *, CLIENT *); 84 extern struct sm_stat_res * sm_mon_1_svc(struct mon *, struct svc_req *); 103 extern bool_t xdr_mon(XDR *, mon*);
|
| /src/sys/arch/sun68k/include/ |
| Makefile | 11 mon.h \
|
| /src/external/bsd/less/dist/ |
| mkhelp.pl | 10 my ($sec,$min,$hour,$mday,$mon,$year) = gmtime(); 12 $hour, $min, $year+1900, $mon+1, $mday;
|
| /src/external/bsd/nsd/dist/simdzone/src/generic/ |
| time.h | 52 const uint64_t mon = (d[4] * 10) + d[5]; local 64 if (!mon || mon > 12) 66 if (!mday || mday > days_in_month[mon] + (leap_year & (mon == 2))) 71 days += days_to_month[mon]; 72 days += (mon > 2) & leap_year;
|
| /src/usr.bin/at/ |
| parsetime.c | 68 SUN, MON, TUE, WED, THU, FRI, SAT, 133 {"monday", MON, false}, 134 {"mon", MON, false}, 423 assign_date(struct tm *tm, int mday, int mon, int year) 437 if (tm->tm_mon > mon || 438 (tm->tm_mon == mon && tm->tm_mday > mday)) 445 tm->tm_mon = mon; 461 int mday, wday, mon; local 486 mon = sc_tokid - JAN [all...] |
| /src/lib/libc/citrus/ |
| citrus_lc_time.c | 88 free(__UNCONST(data->mon[i])); 132 { _CITRUS_LC_TIME_SYM_MON_1, OFFSET(mon[MON_IDX(MON_1)] ) }, 133 { _CITRUS_LC_TIME_SYM_MON_2, OFFSET(mon[MON_IDX(MON_2)] ) }, 134 { _CITRUS_LC_TIME_SYM_MON_3, OFFSET(mon[MON_IDX(MON_3)] ) }, 135 { _CITRUS_LC_TIME_SYM_MON_4, OFFSET(mon[MON_IDX(MON_4)] ) }, 136 { _CITRUS_LC_TIME_SYM_MON_5, OFFSET(mon[MON_IDX(MON_5)] ) }, 137 { _CITRUS_LC_TIME_SYM_MON_6, OFFSET(mon[MON_IDX(MON_6)] ) }, 138 { _CITRUS_LC_TIME_SYM_MON_7, OFFSET(mon[MON_IDX(MON_7)] ) }, 139 { _CITRUS_LC_TIME_SYM_MON_8, OFFSET(mon[MON_IDX(MON_8)] ) }, 140 { _CITRUS_LC_TIME_SYM_MON_9, OFFSET(mon[MON_IDX(MON_9)] ) } [all...] |
| /src/external/bsd/wpa/dist/src/common/ |
| wpa_helpers.h | 21 int get_wpa_cli_event(struct wpa_ctrl *mon, 23 int get_wpa_cli_event2(struct wpa_ctrl *mon,
|