Searched refs:newofileflags (Results 1 – 1 of 1) sorted by relevance
915 char *newofileflags; in fdexpand() local942 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()