Searched hist:fd1099547835ea5391feee010529cf34488af228 (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fclose.3 | diff fd1099547835ea5391feee010529cf34488af228 Sat Jul 04 18:42:14 CEST 2015 Mariusz Zaborski <oshogbo@FreeBSD.org> Add fdclose(3) function.
This function is equivalent to fclose(3) function except that it does not close the underlying file descriptor. fdclose(3) is step forward to make FILE structure private.
Reviewed by: wblock, jilles, jhb, pjd Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D2697
|
H A D | Symbol.map | diff fd1099547835ea5391feee010529cf34488af228 Sat Jul 04 18:42:14 CEST 2015 Mariusz Zaborski <oshogbo@FreeBSD.org> Add fdclose(3) function.
This function is equivalent to fclose(3) function except that it does not close the underlying file descriptor. fdclose(3) is step forward to make FILE structure private.
Reviewed by: wblock, jilles, jhb, pjd Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D2697
|
H A D | fclose.c | diff fd1099547835ea5391feee010529cf34488af228 Sat Jul 04 18:42:14 CEST 2015 Mariusz Zaborski <oshogbo@FreeBSD.org> Add fdclose(3) function.
This function is equivalent to fclose(3) function except that it does not close the underlying file descriptor. fdclose(3) is step forward to make FILE structure private.
Reviewed by: wblock, jilles, jhb, pjd Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D2697
|
/freebsd/include/ |
H A D | stdio.h | diff fd1099547835ea5391feee010529cf34488af228 Sat Jul 04 18:42:14 CEST 2015 Mariusz Zaborski <oshogbo@FreeBSD.org> Add fdclose(3) function.
This function is equivalent to fclose(3) function except that it does not close the underlying file descriptor. fdclose(3) is step forward to make FILE structure private.
Reviewed by: wblock, jilles, jhb, pjd Approved by: pjd (mentor) Differential Revision: https://reviews.freebsd.org/D2697
|