gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:__sflags (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fdopen.c - 3.2KB - 84 lines
53: 
54:         if ((flags = __sflags(mode, &oflags)) == 0)
55:                 { f = EINVAL; goto e1; }
bsd_source/lib/libc/src_bsd/stdio/fopen.c - 3.4KB - 87 lines
49: 
50:         if ((flags = __sflags(mode, &oflags)) == 0)
51:                 { f = EINVAL; goto e1; }
bsd_source/lib/libc/src_bsd/stdio/freopen.c - 6.5KB - 172 lines
54: 
55:         if ((flags = __sflags(mode, &oflags)) == 0) {
56:                 (void) fclose(fp);