/netbsd-src/sys/external/bsd/vchiq/dist/interface/compat/ |
H A D | vchi_bsd.c | 298 VCHIQ_THREAD_T newt; in vchiq_thread_create() local 316 newt = NULL; in vchiq_thread_create() 318 slot, &newt, "%s", name) != 0) { in vchiq_thread_create() 320 newt = NULL; in vchiq_thread_create() 325 return newt; in vchiq_thread_create()
|
/netbsd-src/lib/libc/time/ |
H A D | zdump.c | 607 time_t newt = cutlotime; 608 if (my_localtime_rz(tz, &newt, &newtm) != NULL) 609 showextrema(tz, argv[i], t, NULL, newt); 624 time_t newt = ((t < absolute_max_time - SECSPERDAY / 2 628 struct tm *newtmp = localtime_rz(tz, &newt, &newtm); 631 || (ab && (delta(&newtm, &tm) != newt - t 634 newt = hunt(tz, t, newt, false); 635 newtmp = localtime_rz(tz, &newt, &newtm); 639 newtmp, newt, newtm_o 615 time_t newt = cutlotime; global() local 632 time_t newt = ((t < absolute_max_time - SECSPERDAY / 2 global() local 662 time_t newt = absolute_max_time; global() local [all...] |
H A D | localtime.c | 1707 time_t newt; 1723 newt = (time_t)(t + seconds + SECSPERREPEAT); in gmtsub() 1725 newt = (time_t)(t - seconds - SECSPERREPEAT); in gmtsub() 1727 if (newt < sp->ats[0] || 1728 newt > sp->ats[sp->timecnt - 1]) { 1732 result = localsub(sp, &newt, setname, tmp); 2163 time_t newt; in time2sub() 2372 newt = (time_t)(t + sp->ttis[j].tt_utoff - in time1() 2374 if (! funcp(sp, &newt, offset, &mytm)) in time1() 2383 t = newt; in time1() 1583 time_t newt; localsub() local 2095 time_t newt; time2sub() local [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-nested.c | 3103 tree newt, context; in remap_vla_decls() local 3138 TREE_TYPE (var) = newt = remap_type (type, &id.cb); in remap_vla_decls() 3139 while (POINTER_TYPE_P (newt) && !TYPE_NAME (newt)) in remap_vla_decls() 3141 newt = TREE_TYPE (newt); in remap_vla_decls() 3144 if (TYPE_NAME (newt) in remap_vla_decls() 3145 && TREE_CODE (TYPE_NAME (newt)) == TYPE_DECL in remap_vla_decls() 3146 && DECL_ORIGINAL_TYPE (TYPE_NAME (newt)) in remap_vla_decls() 3147 && newt != type in remap_vla_decls() 3148 && TYPE_NAME (newt) == TYPE_NAME (type)) in remap_vla_decls() 3149 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in remap_vla_decls() [all …]
|
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ltable.c | 566 Table newt; /* to keep the new hash part */ in luaH_resize() local 570 setnodevector(L, &newt, nhsize); in luaH_resize() 573 exchangehashpart(t, &newt); /* and new hash */ in luaH_resize() 580 exchangehashpart(t, &newt); /* and hash (in case of errors) */ in luaH_resize() 585 freehash(L, &newt); /* release new hash part */ in luaH_resize() 589 exchangehashpart(t, &newt); /* 't' has the new hash ('newt' has the old) */ in luaH_resize() 595 reinsert(L, &newt, t); /* 'newt' now has the old hash */ in luaH_resize() 596 freehash(L, &newt); /* free old hash part */ in luaH_resize()
|
/netbsd-src/external/bsd/file/dist/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 | 1375 # HA archiver (Greg Roelofs, newt@uchicago.edu) 1406 # LHARC/LHA archiver (Greg Roelofs, newt@uchicago.edu) 1614 # SQUISH archiver (Greg Roelofs, newt@uchicago.edu) 1617 # UC2 archiver (Greg Roelofs, newt@uchicago.edu)
|
H A D | images | 473 # (Greg Roelofs, newt@uchicago.edu) 509 # (Greg Roelofs, newt@uchicago.edu) 794 # PC bitmaps (OS/2, Windows BMP files) (Greg Roelofs, newt@uchicago.edu) 1210 # 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 | 576 # Some signatures below from Greg Roelofs, newt@uchicago.edu.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-nested.cc | 3262 tree newt, context; in remap_vla_decls() local 3297 TREE_TYPE (var) = newt = remap_type (type, &id.cb); in remap_vla_decls() 3298 while (POINTER_TYPE_P (newt) && !TYPE_NAME (newt)) in remap_vla_decls() 3300 newt = TREE_TYPE (newt); in remap_vla_decls() 3303 if (TYPE_NAME (newt) in remap_vla_decls() 3304 && TREE_CODE (TYPE_NAME (newt)) == TYPE_DECL in remap_vla_decls() 3305 && DECL_ORIGINAL_TYPE (TYPE_NAME (newt)) in remap_vla_decls() 3306 && newt != type in remap_vla_decls() 3307 && TYPE_NAME (newt) == TYPE_NAME (type)) in remap_vla_decls() 3308 TYPE_NAME (newt) = remap_decl (TYPE_NAME (newt), &id.cb); in remap_vla_decls() [all …]
|
/netbsd-src/sys/net/npf/ |
H A D | npf_ifaddr.c | 88 replace_ifnet_table(npf_t *npf, npf_table_t *newt) in replace_ifnet_table() argument 100 oldt = npf_tableset_swap(ts, newt); in replace_ifnet_table()
|
H A D | npf_tableset.c | 196 npf_tableset_swap(npf_tableset_t *ts, npf_table_t *newt) in npf_tableset_swap() argument 198 const u_int tid = newt->t_id; in npf_tableset_swap() 202 KASSERT(oldt->t_id == newt->t_id); in npf_tableset_swap() 204 newt->t_refcnt = oldt->t_refcnt; in npf_tableset_swap() 208 return atomic_swap_ptr(&ts->ts_map[tid], newt); in npf_tableset_swap()
|
/netbsd-src/external/bsd/wpa/dist/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()
|
/netbsd-src/lib/libform/ |
H A D | internals.c | 220 _formi_tab_t *tp, *newt; in copy_row() local 253 newt = new->tabs; in copy_row() 256 if ((newt->fwd = malloc(sizeof(*newt->fwd))) == NULL) { in copy_row() 260 newt = tp->fwd; in copy_row() 262 tp = newt; in copy_row() 270 memcpy(newt->fwd, tp, sizeof(*newt->fwd)); in copy_row() 271 newt->fwd->back = newt; in copy_row() 272 newt = newt->fwd; in copy_row() 273 newt->fwd = NULL; in copy_row()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/ |
H A D | gammafunction.d | 825 goto newt; in betaIncompleteInv() 851 goto newt; in betaIncompleteInv() 854 goto newt; in betaIncompleteInv() 933 newt: in betaIncompleteInv()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/internal/math/ |
H A D | gammafunction.d | 833 goto newt; in betaIncompleteInv() 859 goto newt; in betaIncompleteInv() 862 goto newt; in betaIncompleteInv() 941 newt: in betaIncompleteInv()
|
/netbsd-src/lib/libpthread/ |
H A D | pthread.c | 1282 pthread__initmain(pthread_t *newt) in pthread__initmain() argument 1302 *newt = pthread__main; in pthread__initmain()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | expressionsem.d | 9451 auto newt = tsa2.next.sarrayOf(dim1).immutableOf(); in visit() local 9452 e2x = castTo(e2x, sc, newt); in visit()
|
/netbsd-src/share/dict/ |
H A D | web2 | 124530 newt
|