Home
last modified time | relevance | path

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

/openbsd-src/sbin/swapctl/
H A Dswaplist.c48 struct swapent *sep, *fsep; in list_swap() local
59 fsep = sep = calloc(nswap, sizeof(*sep)); in list_swap()
81 sep = fsep; in list_swap()
121 free(fsep); in list_swap()