Home
last modified time | relevance | path

Searched refs:_fcntl (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/
D_syslist.h42 #define _fcntl fcntl macro
/picolibc-latest/newlib/libc/machine/cris/sys/
Dfcntl.h181 extern int _fcntl (int, int, ...);
/picolibc-latest/newlib/
DChangeLog-201516498 instead of _fcntl when HAVE_FCNTL flag is set.
16500 to see if _fcntl or _fcntl_r should be called. If flag is not
19866 * libc/stdio/fdopen.c (fdopen): Protect calls to _fcntl() with
22699 * libc/include/sys/fcntl.h (_open,_fcntl): Add prototypes.
24617 * libc/sys/win32/pipe.c (_fcntl): F_GETFL returns O_RDWR.