HomeSort by: relevance | last modified time | path
    Searched defs:wtmp (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/libfido2/dist/openbsd-compat/
readpassphrase_win32.c 75 wchar_t* wtmp = NULL; local
84 wtmp = utf8_to_utf16(prompt);
85 if (wtmp == NULL)
88 _cputws(wtmp);
89 free(wtmp);
  /src/lib/libcurses/
fileio.c 174 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->curx
    [all...]
  /src/games/hack/
hack.worm.c 97 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->wy = mtmp->my
145 struct wseg *wtmp; local
161 struct wseg *wtmp, *wtmp2; local
176 struct wseg *wtmp; local
186 struct wseg *wtmp = wsegs[tmp]; local
209 struct wseg *wtmp, *wtmp2; local
    [all...]
hack.lev.c 88 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->nseg
    [all...]
hack.invent.c 264 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;
  /src/usr.bin/last/
want.c 64 * wtmp --
65 * read through the wtmp file
68 wtmp(const char *file, int namesz, int linesz, int hostsz, int numeric) function
last.c 124 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
  /src/external/gpl3/gcc/dist/libquadmath/printf/
printf_fphex.c 460 const wchar_t *wtmp = &decimalwc;
461 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
458 const wchar_t *wtmp = &decimalwc; local
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
printf_fphex.c 460 const wchar_t *wtmp = &decimalwc;
461 PRINT (decimal, wtmp, wide ? 1 : strlen (decimal));
458 const wchar_t *wtmp = &decimalwc; local
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drm.c 156 struct nouveau_cli_work *work, *wtmp; local
158 list_for_each_entry_safe(work, wtmp, &cli->worker, head) {
  /src/external/gpl3/gcc.old/dist/gcc/
vr-values.cc 1713 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 36 milliseconds