Home
last modified time | relevance | path

Searched refs:uclose (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/arch/zaurus/stand/zboot/
H A Ddiskprobe.c157 uclose(fd); in getpartitions()
164 uclose(fd); in getpartitions()
177 uclose(fd); in getpartitions()
399 uclose(fd); in bios_getdospart()
411 uclose(fd); in bios_getdospart()
415 uclose(fd); in bios_getdospart()
442 uclose(fd); in bios_getdisklabel()
H A Dloadfile_zboot.c136 uclose(tofd); in zboot_exec()
169 uclose(tofd); in zboot_exec()
174 uclose(tofd); in zboot_exec()
H A Dunixdev.h58 int uclose(int);
H A Dunixcons.c67 uclose(infd); in consinit()
H A Dunixdev.c175 return uclose((int)f->f_devdata); in unixclose()
/netbsd-src/games/hack/
H A Dhack.potion.c303 boolean uclose, isyou = (mon == &youmonst); in potionhit() local
306 uclose = TRUE; in potionhit()
311 uclose = (dist(mon->mx, mon->my) < 3); in potionhit()
362 if (uclose && rn2(5)) in potionhit()