Home
last modified time | relevance | path

Searched refs:nde (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/vfs/tmpfs/
H A Dtmpfs_subr.c304 struct tmpfs_dirent *nde; in tmpfs_alloc_dirent() local
306 nde = kmalloc_obj(sizeof(struct tmpfs_dirent), in tmpfs_alloc_dirent()
308 nde->td_name = kmalloc(len + 1, tmp->tm_name_zone, M_WAITOK | M_NULLOK); in tmpfs_alloc_dirent()
309 if (nde->td_name == NULL) { in tmpfs_alloc_dirent()
310 kfree_obj(nde, tmp->tm_dirent_zone); in tmpfs_alloc_dirent()
314 nde->td_namelen = len; in tmpfs_alloc_dirent()
315 bcopy(name, nde->td_name, len); in tmpfs_alloc_dirent()
316 nde->td_name[len] = '\0'; in tmpfs_alloc_dirent()
318 nde->td_node = node; in tmpfs_alloc_dirent()
322 *de = nde; in tmpfs_alloc_dirent()
/dragonfly/usr.bin/calendar/calendars/hu_HU.UTF-8/
H A Dcalendar.nevnapok171 06/01 Tünde
/dragonfly/share/misc/
H A Diso639340 nd nde nde Ndebele, North; North Ndebele
/dragonfly/share/termcap/
H A Dtermcap.src4542 # Amiga termcap by Kent Polk, kent@swrinde.nde.swri.edu (30 May 90)
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src20137 # From: Kent Polk <kent@swrinde.nde.swri.edu>, 30 May 90