HomeSort by: relevance | last modified time | path
    Searched refs:uclose (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
unixdev.h 58 int uclose(int);
loadfile_zboot.c 136 uclose(tofd);
169 uclose(tofd);
174 uclose(tofd);
diskprobe.c 157 uclose(fd);
164 uclose(fd);
177 uclose(fd);
399 uclose(fd);
411 uclose(fd);
415 uclose(fd);
442 uclose(fd);
unixcons.c 67 uclose(infd);
unixdev.c 175 return uclose((int)f->f_devdata);
  /src/games/hack/
hack.potion.c 303 boolean uclose, isyou = (mon == &youmonst); local in function:potionhit
306 uclose = TRUE;
311 uclose = (dist(mon->mx, mon->my) < 3);
362 if (uclose && rn2(5))

Completed in 16 milliseconds