Home
last modified time | relevance | path

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

/openbsd/src/sys/kern/
Dkern_descrip.c915 char *newofileflags; in fdexpand() local
942 newofileflags = (char *) &newofile[nfiles]; in fdexpand()
953 memcpy(newofileflags, fdp->fd_ofileflags, copylen); in fdexpand()
954 memset(newofileflags + copylen, 0, nfiles * sizeof(char) - copylen); in fdexpand()
981 fdp->fd_ofileflags = newofileflags; in fdexpand()