| /netbsd-src/games/hack/ |
| H A D | hack.worm.c | 97 struct wseg *wtmp; in initworm() local 101 wheads[tmp] = wsegs[tmp] = wtmp = newseg(); in initworm() 103 wtmp->wx = mtmp->mx; in initworm() 104 wtmp->wy = mtmp->my; in initworm() 106 wtmp->nseg = 0; in initworm() 112 struct wseg *wtmp, *whd = NULL; in worm_move() local 114 wtmp = newseg(); in worm_move() 115 wtmp->wx = mtmp->mx; in worm_move() 116 wtmp->wy = mtmp->my; in worm_move() 117 wtmp->nseg = 0; in worm_move() [all …]
|
| H A D | hack.lev.c | 88 struct wseg *wtmp, *wtmp2; in savelev() local 123 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) { in savelev() 124 wtmp2 = wtmp->nseg; in savelev() 125 bwrite(fd, wtmp, sizeof(struct wseg)); in savelev() 214 struct wseg *wtmp; in getlev() local 297 wheads[tmp] = wsegs[tmp] = wtmp = newseg(); in getlev() 299 mread(fd, wtmp, sizeof(struct wseg)); in getlev() 300 if (!wtmp->nseg) in getlev() 302 wheads[tmp]->nseg = wtmp = newseg(); in getlev() 303 wheads[tmp] = wtmp; in getlev()
|
| H A D | hack.invent.c | 264 struct wseg *wtmp; in m_at() local 273 for (wtmp = wsegs[mtmp->wormno]; wtmp; wtmp = wtmp->nseg) in m_at() 274 if (wtmp->wx == x && wtmp->wy == y) { in m_at() 275 m_atseg = wtmp; in m_at()
|
| /netbsd-src/lib/libcurses/ |
| H A D | fileio.c | 174 WINDOW *wtmp, *win; in getwin() local 189 wtmp = malloc(sizeof(WINDOW)); in getwin() 190 if (wtmp == NULL) in getwin() 192 if (fread(wtmp, sizeof(WINDOW), 1, fp) != 1) in getwin() 194 win = __newwin(_cursesi_screen, wtmp->maxy, wtmp->maxx, in getwin() 195 wtmp->begy, wtmp->begx, FALSE, FALSE); in getwin() 198 win->cury = wtmp->cury; in getwin() 199 win->curx = wtmp in getwin() [all...] |
| /netbsd-src/external/bsd/libfido2/dist/openbsd-compat/ |
| H A D | readpassphrase_win32.c | 75 wchar_t* wtmp = NULL; in readpassphrase() local 84 wtmp = utf8_to_utf16(prompt); in readpassphrase() 85 if (wtmp == NULL) in readpassphrase() 88 _cputws(wtmp); in readpassphrase() 89 free(wtmp); in readpassphrase()
|
| /netbsd-src/usr.bin/last/ |
| H A D | last.c | 124 static void wtmp(const char *, int, int, int, int); 255 wtmp(file, namesize, linesize, hostsize, numeric); in main() 259 wtmp(file, namesize, linesize, hostsize, numeric); in main() 394 #define wtmp wtmpx macro
|
| H A D | want.c | 68 wtmp(const char *file, int namesz, int linesz, int hostsz, int numeric) in wtmp() function
|
| /netbsd-src/etc/ |
| H A D | newsyslog.conf | 14 /var/log/wtmp root:utmp 664 7 * 168 ZBN
|
| /netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
| H A D | printf_fphex.c | 458 const wchar_t *wtmp = &decimalwc; in __quadmath_printf_fphex() local 459 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal)); in __quadmath_printf_fphex()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| H A D | printf_fphex.c | 457 const wchar_t *wtmp = &decimalwc; in __quadmath_printf_fphex() local 458 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal)); in __quadmath_printf_fphex()
|
| /netbsd-src/share/man/man5/ |
| H A D | Makefile | 27 MLINKS+=utmp.5 wtmp.5 utmp.5 lastlog.5 passwd.5 master.passwd.5
|
| /netbsd-src/sbin/init/ |
| H A D | NOTES | 98 init is responsible for utmp and wtmp maintenance (ick) 100 init only removes utmp and closes out wtmp entries...
|
| /netbsd-src/external/bsd/ntp/dist/ |
| H A D | TODO | 14 970301: Implement the utmp/wtmp timestamping on time steps.
|
| /netbsd-src/share/doc/smm/01.setup/ |
| H A D | spell.ok | 602 wtmp
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/ |
| H A D | nouveau_drm.c | 156 struct nouveau_cli_work *work, *wtmp; in nouveau_cli_work() local 158 list_for_each_entry_safe(work, wtmp, &cli->worker, head) { in nouveau_cli_work()
|
| /netbsd-src/crypto/external/bsd/openssh/dist/ |
| H A D | OVERVIEW | 117 login.c. This includes things such as updating the utmp, wtmp,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | vr-values.c | 1819 widest_int wtmp = wi::mul (wi::to_widest (step), nit, sgn, in adjust_range_with_scev() local 1827 && wi::fits_to_tree_p (wtmp, TREE_TYPE (init)) in adjust_range_with_scev() 1829 || wi::gts_p (wtmp, 0) == wi::gts_p (wi::to_wide (step), 0))) in adjust_range_with_scev() 1832 tem = wide_int_to_tree (TREE_TYPE (init), wtmp); in adjust_range_with_scev()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | vr-values.cc | 1713 widest_int wtmp = wi::mul (wi::to_widest (step), nit, sgn, in bounds_of_var_in_loop() local 1721 && wi::fits_to_tree_p (wtmp, TREE_TYPE (init)) in bounds_of_var_in_loop() 1723 || wi::gts_p (wtmp, 0) == wi::gts_p (wi::to_wide (step), 0))) in bounds_of_var_in_loop() 1732 tree tem = wide_int_to_tree (TREE_TYPE (init), wtmp); in bounds_of_var_in_loop()
|
| /netbsd-src/share/man/tools/ |
| H A D | sp.ignore | 542 wtmp
|
| /netbsd-src/usr.sbin/makemandb/ |
| H A D | nostem.txt | 4744 wtmp
|