/freebsd/contrib/tzcode/ |
H A D | zdump.c | 621 time_t newt = cutlotime; in main() local 622 if (my_localtime_rz(tz, &newt, &newtm) != NULL) in main() 623 showextrema(tz, argv[i], t, NULL, newt); in main() 638 time_t newt = ((t < absolute_max_time - SECSPERDAY / 2 in main() local 642 struct tm *newtmp = localtime_rz(tz, &newt, &newtm); in main() 645 || (ab && (delta(&newtm, &tm) != newt - t in main() 648 newt = hunt(tz, t, newt, false); in main() 649 newtmp = localtime_rz(tz, &newt, &newtm); in main() 652 showtrans("%Y-%m-%d\t%L\t%Q", newtmp, newt, in main() 667 time_t newt = absolute_max_time; main() local [all...] |
H A D | localtime.c | 1565 time_t newt; in tzalloc() 1580 newt = t + seconds + SECSPERREPEAT; 1582 newt = t - seconds - SECSPERREPEAT; 1584 if (newt < sp->ats[0] || 1585 newt > sp->ats[sp->timecnt - 1]) 1587 result = localsub(sp, &newt, setname, tmp); 2108 time_t newt; in normalize_overflow32() 2270 newt = (t + sp->ttis[j].tt_utoff in time2sub() 2272 if (! funcp(sp, &newt, offset, &mytm)) in time2sub() 2281 t = newt; in time2sub() 1624 time_t newt; localsub() local 2167 time_t newt; time2sub() local [all...] |
/freebsd/contrib/file/magic/Magdir/ |
H A D | uuencode | 21 # Greg Roelofs, newt@uchicago.edu 25 # Greg Roelofs, newt@uchicago.edu
|
H A D | vms | 6 # VMS .exe formats, both VAX and AXP (Greg Roelofs, newt@uchicago.edu)
|
H A D | archive | 1546 # HA archiver (Greg Roelofs, newt@uchicago.edu) 1577 # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu) 1785 # SQUISH archiver (Greg Roelofs, newt@uchicago.edu) 1788 # UC2 archiver (Greg Roelofs, newt@uchicago.edu)
|
H A D | images | 486 # (Greg Roelofs, newt@uchicago.edu) 528 # (Greg Roelofs, newt@uchicago.edu) 830 # PC bitmaps (OS/2, Windows BMP files) (Greg Roelofs, newt@uchicago.edu) 1262 # XPM icons (Greg Roelofs, newt@uchicago.edu)
|
H A D | audio | 109 # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
|
H A D | msdos | 917 # Some signatures below from Greg Roelofs, newt@uchicago.edu.
|
/freebsd/contrib/lua/src/ |
H A D | ltable.c | 556 Table newt; /* to keep the new hash part */ in luaH_resize() local 560 setnodevector(L, &newt, nhsize); in luaH_resize() 563 exchangehashpart(t, &newt); /* and new hash */ in luaH_resize() 570 exchangehashpart(t, &newt); /* and hash (in case of errors) */ in luaH_resize() 575 freehash(L, &newt); /* release new hash part */ in luaH_resize() 579 exchangehashpart(t, &newt); /* 't' has the new hash ('newt' has the old) */ in luaH_resize() 585 reinsert(L, &newt, t); /* 'newt' now has the old hash */ in luaH_resize() 586 freehash(L, &newt); /* free old hash part */ in luaH_resize()
|
/freebsd/sys/netgraph/ |
H A D | ng_car.c | 624 struct bintime newt, deltat; in ng_car_refillhook() local 628 getbinuptime(&newt); in ng_car_refillhook() 631 deltat = newt; in ng_car_refillhook() 636 h->lastRefill = newt; in ng_car_refillhook() 681 h->lastRefill = newt; in ng_car_refillhook()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | edit.c | 41 static struct termios prevt, newt; variable 1130 newt = prevt; in edit_init() 1131 newt.c_lflag &= ~(ICANON | ECHO); in edit_init() 1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt); in edit_init()
|
/freebsd/contrib/one-true-awk/ |
H A D | run.c | 1750 char *newt = (char *) malloc(strlen(s)); /* for building new string; reuse for each field */ in split() local 1752 char *fr = newt; in split() 1773 if (is_number(newt, &result)) in split() 1774 setsymtab(num, newt, result, STR|NUM, (Array *) ap->sval); in split() 1776 setsymtab(num, newt, 0.0, STR, (Array *) ap->sval); in split() 1780 free(newt); in split()
|
/freebsd/sys/cam/ata/ |
H A D | ata_xpt.c | 1991 int nowt, newt = 0; in ata_set_transfer_settings() local 1996 newt = (ata->flags & CTS_ATA_FLAGS_TAG_ENB) != 0; in ata_set_transfer_settings() 1998 newt = (scsi->flags & CTS_SCSI_FLAGS_TAG_ENB) != 0; in ata_set_transfer_settings() 2000 if (newt && !nowt) { in ata_set_transfer_settings() 2010 } else if (nowt && !newt) in ata_set_transfer_settings()
|
/freebsd/share/dict/ |
H A D | web2 | 124291 newt
|