Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
unopen
usr/src/cmd/refer/glue1.c
17
#define unopen(fil) {if (fil != NULL) {fclose(fil); fil = NULL; }}
usr/src/cmd/refer/hunt8.c
18
#define unopen(fil) {if (fil != NULL) {fclose(fil); fil = NULL; }}