Home
last modified time | relevance | path

Searched refs:newt (Results 1 – 16 of 16) sorted by relevance

/dragonfly/usr.sbin/zic/
H A Dzdump.c217 time_t newt; in main() local
345 newt = (t < absolute_max_time - SECSPERDAY / 2 in main()
348 if (cuthitime <= newt) in main()
350 newtmp = localtime(&newt); in main()
354 (delta(&newtm, &tm) != (newt - t) || in main()
357 newt = hunt(argv[i], t, newt); in main()
358 newtmp = localtime(&newt); in main()
366 t = newt; in main()
/dragonfly/usr.bin/tip/
H A Dunidialer.c712 struct timeval newt; in unidialer_modem_cmd() local
713 tod_gettime (&newt); in unidialer_modem_cmd()
714 if (tod_lt (&newt, &oldt)) in unidialer_modem_cmd()
717 tod_subfrom (&oldt, newt); in unidialer_modem_cmd()
733 newt.tv_sec = 0; in unidialer_modem_cmd()
734 newt.tv_usec = intercommand_delay; in unidialer_modem_cmd()
735 tod_addto (&oldt, &newt); in unidialer_modem_cmd()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dtree-nested.c2244 tree newt, context; in remap_vla_decls() local
2281 while (POINTER_TYPE_P (newt) && !TYPE_NAME (newt)) in remap_vla_decls()
2283 newt = TREE_TYPE (newt); in remap_vla_decls()
2286 if (TYPE_NAME (newt) in remap_vla_decls()
2289 && newt != type in remap_vla_decls()
2291 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in remap_vla_decls()
2484 tree newt, t = type; in finalize_nesting_tree_1() local
2499 while (POINTER_TYPE_P (newt) && !TYPE_NAME (newt)) in finalize_nesting_tree_1()
2501 newt = TREE_TYPE (newt); in finalize_nesting_tree_1()
2507 && newt != t in finalize_nesting_tree_1()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-nested.c2888 tree newt, context; in remap_vla_decls() local
2924 while (POINTER_TYPE_P (newt) && !TYPE_NAME (newt)) in remap_vla_decls()
2926 newt = TREE_TYPE (newt); in remap_vla_decls()
2929 if (TYPE_NAME (newt) in remap_vla_decls()
2932 && newt != type in remap_vla_decls()
2934 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in remap_vla_decls()
3207 tree newt, t = type; in finalize_nesting_tree_1() local
3222 while (POINTER_TYPE_P (newt) && !TYPE_NAME (newt)) in finalize_nesting_tree_1()
3224 newt = TREE_TYPE (newt); in finalize_nesting_tree_1()
3230 && newt != t in finalize_nesting_tree_1()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Duuencode21 # Greg Roelofs, newt@uchicago.edu
25 # Greg Roelofs, newt@uchicago.edu
H A Dvms6 # VMS .exe formats, both VAX and AXP (Greg Roelofs, newt@uchicago.edu)
H A Darchive1174 # HA archiver (Greg Roelofs, newt@uchicago.edu)
1205 # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu)
1413 # SQUISH archiver (Greg Roelofs, newt@uchicago.edu)
1416 # UC2 archiver (Greg Roelofs, newt@uchicago.edu)
H A Dimages473 # (Greg Roelofs, newt@uchicago.edu)
509 # (Greg Roelofs, newt@uchicago.edu)
715 # PC bitmaps (OS/2, Windows BMP files) (Greg Roelofs, newt@uchicago.edu)
1131 # XPM icons (Greg Roelofs, newt@uchicago.edu)
H A Daudio109 # Extended MOD format (*.emd) (Greg Roelofs, newt@uchicago.edu); NOT TESTED
H A Dmsdos305 # Some signatures below from Greg Roelofs, newt@uchicago.edu.
/dragonfly/lib/libc/stdtime/
H A Dlocaltime.c1291 time_t newt = t; in localsub() local
1302 newt += seconds; in localsub()
1303 else newt -= seconds; in localsub()
1304 if (newt < sp->ats[0] || in localsub()
1305 newt > sp->ats[sp->timecnt - 1]) in localsub()
1760 time_t newt; in time2sub() local
1886 newt = t + sp->ttis[j].tt_gmtoff - in time2sub()
1897 t = newt; in time2sub()
1904 newt = t + saved_seconds; in time2sub()
1905 if ((newt < t) != (saved_seconds < 0)) in time2sub()
[all …]
/dragonfly/sys/netgraph7/
H A Dng_car.c588 struct bintime newt, deltat; in ng_car_refillhook() local
592 getbinuptime(&newt); in ng_car_refillhook()
595 deltat = newt; in ng_car_refillhook()
600 h->lastRefill = newt; in ng_car_refillhook()
645 h->lastRefill = newt; in ng_car_refillhook()
/dragonfly/contrib/wpa_supplicant/src/utils/
H A Dedit.c41 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()
/dragonfly/contrib/awk/
H A Drun.c1753 char *newt = (char *) malloc(strlen(s)); /* for building new string; reuse for each field */ in split() local
1755 char *fr = newt; in split()
1776 if (is_number(newt, &result)) in split()
1777 setsymtab(num, newt, result, STR|NUM, (Array *) ap->sval); in split()
1779 setsymtab(num, newt, 0.0, STR, (Array *) ap->sval); in split()
1783 free(newt); in split()
/dragonfly/contrib/gcc-4.7/gcc/lto/
H A Dlto.c732 tree newt = gimple_register_type (t); in uniquify_nodes() local
736 if (newt != t) in uniquify_nodes()
/dragonfly/share/dict/
H A Dweb2124209 newt