gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:__sseek (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/stdio/fopen.c - 3.4KB - 87 lines
83:         if (oflags & O_APPEND)
84:                 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
85:         return (fp); e1: if (eno) *eno = f; return NULL;
bsd_source/lib/libc/src_bsd/stdio/freopen.c - 6.5KB - 172 lines
167:         if (oflags & O_APPEND)
168:                 (void) __sseek((void *)fp, (fpos_t)0, SEEK_END);
169:         FUNLOCKFILE(fp);