/src/lib/libc/stdio/ |
fopen.c | 1 /* $NetBSD: fopen.c,v 1.19 2018/01/17 01:24:30 kamil Exp $ */ 38 static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: fopen.c,v 1.19 2018/01/17 01:24:30 kamil Exp $"); 56 fopen(const char *file, const char *mode) function in typeref:typename:FILE *
|
fopen.c | 1 /* $NetBSD: fopen.c,v 1.19 2018/01/17 01:24:30 kamil Exp $ */ 38 static char sccsid[] = "@(#)fopen.c 8.1 (Berkeley) 6/4/93"; 40 __RCSID("$NetBSD: fopen.c,v 1.19 2018/01/17 01:24:30 kamil Exp $"); 56 fopen(const char *file, const char *mode) function in typeref:typename:FILE *
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
fsif.h | 147 struct fsif_open_request fopen; member in union:fsif_request::__anon1fa035a0010a
|
fsif.h | 147 struct fsif_open_request fopen; member in union:fsif_request::__anon1fa035a0010a
|
/src/usr.sbin/mountd/ |
mountd.c | 328 #define fopen(a, b) rumpfopen((a), (b)) macro 1274 if ((exp_file = fopen(exnames[i], "r")) == NULL) { 2150 if ((mlfile = fopen(_PATH_RMOUNTLIST, "r")) == NULL) { 2220 if ((mlfile = fopen(_PATH_RMOUNTLIST, "w")) == NULL) { 2258 if ((mlfile = fopen(_PATH_RMOUNTLIST, "a")) == NULL) {
|
mountd.c | 328 #define fopen(a, b) rumpfopen((a), (b)) macro 1274 if ((exp_file = fopen(exnames[i], "r")) == NULL) { 2150 if ((mlfile = fopen(_PATH_RMOUNTLIST, "r")) == NULL) { 2220 if ((mlfile = fopen(_PATH_RMOUNTLIST, "w")) == NULL) { 2258 if ((mlfile = fopen(_PATH_RMOUNTLIST, "a")) == NULL) {
|