Searched refs:wtmp (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/games/hack/
H A Dhack.worm.c97 struct wseg *wtmp; local
101 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
103 wtmp->wx = mtmp->mx;
104 wtmp->wy = mtmp->my;
105 /* wtmp->wdispl = 0; */
106 wtmp->nseg = 0;
112 struct wseg *wtmp, *whd = NULL; local
114 wtmp = newseg();
115 wtmp->wx = mtmp->mx;
116 wtmp
145 struct wseg *wtmp; local
161 struct wseg *wtmp, *wtmp2; local
176 struct wseg *wtmp; local
186 struct wseg *wtmp = wsegs[tmp]; local
197 pwseg(struct wseg *wtmp) argument
209 struct wseg *wtmp, *wtmp2; local
278 remseg(struct wseg *wtmp) argument
[all...]
H A Dhack.lev.c88 struct wseg *wtmp, *wtmp2; local
123 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
124 wtmp2 = wtmp->nseg;
125 bwrite(fd, wtmp, sizeof(struct wseg));
214 struct wseg *wtmp; local
297 wheads[tmp] = wsegs[tmp] = wtmp = newseg();
299 mread(fd, wtmp, sizeof(struct wseg));
300 if (!wtmp
[all...]
H A Dhack.invent.c264 struct wseg *wtmp; local
273 for (wtmp = wsegs[mtmp->wormno]; wtmp; wtmp = wtmp->nseg)
274 if (wtmp->wx == x && wtmp->wy == y) {
275 m_atseg = wtmp;
/netbsd-current/lib/libcurses/
H A Dfileio.c174 WINDOW *wtmp, *win; local
189 wtmp = malloc(sizeof(WINDOW));
190 if (wtmp == NULL)
192 if (fread(wtmp, sizeof(WINDOW), 1, fp) != 1)
194 win = __newwin(_cursesi_screen, wtmp->maxy, wtmp->maxx,
195 wtmp->begy, wtmp->begx, FALSE, FALSE);
198 win->cury = wtmp->cury;
199 win->curx = wtmp
[all...]
/netbsd-current/external/bsd/libfido2/dist/openbsd-compat/
H A Dreadpassphrase_win32.c75 wchar_t* wtmp = NULL; local
84 wtmp = utf8_to_utf16(prompt);
85 if (wtmp == NULL)
88 _cputws(wtmp);
89 free(wtmp);
/netbsd-current/etc/
H A Dnewsyslog.conf14 /var/log/wtmp root:utmp 664 7 * 168 ZBN
H A DMakefile315 ${BINOWN} ${UTMPGRP} 664 /var/log/wtmp \
/netbsd-current/usr.bin/last/
H A Dlast.c124 static void wtmp(const char *, int, int, int, int);
255 wtmp(file, namesize, linesize, hostsize, numeric);
259 wtmp(file, namesize, linesize, hostsize, numeric);
394 #define wtmp wtmpx macro
H A Dwant.c64 * wtmp --
65 * read through the wtmp file
68 wtmp(const char *file, int namesz, int linesz, int hostsz, int numeric) function
/netbsd-current/share/man/man5/
H A DMakefile27 MLINKS+=utmp.5 wtmp.5 utmp.5 lastlog.5 passwd.5 master.passwd.5
/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A Dprintf_fphex.c460 const wchar_t *wtmp = &decimalwc;
461 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
457 const wchar_t *wtmp = &decimalwc; local
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A Dprintf_fphex.c459 const wchar_t *wtmp = &decimalwc;
460 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
457 const wchar_t *wtmp = &decimalwc; local
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_drm.c156 struct nouveau_cli_work *work, *wtmp; local
158 list_for_each_entry_safe(work, wtmp, &cli->worker, head) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dvr-values.c1819 widest_int wtmp = wi::mul (wi::to_widest (step), nit, sgn, local
1827 && wi::fits_to_tree_p (wtmp, TREE_TYPE (init))
1829 || wi::gts_p (wtmp, 0) == wi::gts_p (wi::to_wide (step), 0)))
1832 tem = wide_int_to_tree (TREE_TYPE (init), wtmp);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dvr-values.cc1713 widest_int wtmp = wi::mul (wi::to_widest (step), nit, sgn, local
1721 && wi::fits_to_tree_p (wtmp, TREE_TYPE (init))
1723 || wi::gts_p (wtmp, 0) == wi::gts_p (wi::to_wide (step), 0)))
1732 tree tem = wide_int_to_tree (TREE_TYPE (init), wtmp);

Completed in 314 milliseconds