| /freebsd/crypto/krb5/src/lib/krb5/keytab/ |
| H A D | ktbase.c | 120 struct krb5_kt_typelist *newt; in krb5_kt_register() local 129 if (!(newt = (struct krb5_kt_typelist *) malloc(sizeof(*t)))) { in krb5_kt_register() 133 newt->next = kt_typehead; in krb5_kt_register() 134 newt->ops = ops; in krb5_kt_register() 135 kt_typehead = newt; in krb5_kt_register()
|
| /freebsd/contrib/tzcode/ |
| H A D | zdump.c | 607 time_t newt = cutlotime; in main() local 608 if (my_localtime_rz(tz, &newt, &newtm) != NULL) in main() 609 showextrema(tz, argv[i], t, NULL, newt); in main() 624 time_t newt = ((t < absolute_max_time - SECSPERDAY / 2 in main() local 628 struct tm *newtmp = localtime_rz(tz, &newt, &newtm); in main() 631 || (ab && (delta(&newtm, &tm) != newt - t in main() 634 newt = hunt(tz, t, newt, false); in main() 635 newtmp = localtime_rz(tz, &newt, &newtm); in main() 638 showtrans("%Y-%m-%d\t%L\t%Q", newtmp, newt, in main() 641 show(tz, argv[i], newt - 1, true); in main() [all …]
|
| H A D | localtime.c | 2100 time_t newt; in localsub() local 2115 newt = t + seconds + SECSPERREPEAT; in localsub() 2117 newt = t - seconds - SECSPERREPEAT; in localsub() 2119 if (newt < sp->ats[0] || in localsub() 2120 newt > sp->ats[sp->timecnt - 1]) in localsub() 2122 result = localsub(sp, &newt, setname, tmp); in localsub() 2612 time_t newt; in time2sub() local 2802 newt = t; in time2sub() 2804 (&newt, in time2sub() 2808 if (! funcp(sp, &newt, offset, &mytm)) in time2sub() [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/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/contrib/one-true-awk/ |
| H A D | run.c | 1752 char *newt = (char *) malloc(strlen(s)); /* for building new string; reuse for each field */ in split() local 1754 char *fr = newt; in split() 1775 if (is_number(newt, &result)) in split() 1776 setsymtab(num, newt, result, STR|NUM, (Array *) ap->sval); in split() 1778 setsymtab(num, newt, 0.0, STR, (Array *) ap->sval); in split() 1782 free(newt); in split()
|
| /freebsd/share/dict/ |
| H A D | web2 | 124291 newt
|