| /src/lib/libc/rpc/ |
| svc_fdset.h | 9 # undef fcntl macro 10 # define fcntl(a, b, c) rump_sys_fcntl(a, b, c) macro
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| eintr.h | 27 #include <fcntl.h> 108 template<typename... Args> int fcntl (int fd, int op, Args... args) function in namespace:gdb 110 return gdb::handle_eintr (-1, ::fcntl, fd, op, args...);
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| eintr.h | 27 #include <fcntl.h> 108 template<typename... Args> int fcntl (int fd, int op, Args... args) function in namespace:gdb 110 return gdb::handle_eintr (-1, ::fcntl, fd, op, args...);
|
| /src/include/ |
| rmt.h | 51 #define fcntl rmtfcntl macro
|
| /src/tests/compat/linux/ |
| h_linux.h | 47 #define fcntl(fd, cmd, ...) (int)syscall(LINUX_SYS_fcntl, fd, cmd, \ macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| error.c | 93 # include <fcntl.h> 108 /* The gnulib override of fcntl is not needed in this file. */ 109 # undef fcntl macro 137 There is no fcntl, and the gnulib replacement fcntl does not support 142 # error Please port fcntl to your platform 144 return 0 <= fcntl (fd, F_GETFL);
|
| fcntl.c | 23 #include <fcntl.h> 170 /* Forward declarations, because we '#undef fcntl' in the middle of this 172 /* Our implementation of fcntl (fd, F_DUPFD, target). */ 174 /* Our implementation of fcntl (fd, F_DUPFD_CLOEXEC, target). */ 177 /* Adds support for fcntl on directories. */ 185 native fcntl. An unrecognized ACTION returns -1 with errno set to 202 fcntl (int fd, int action, /* arg */...) function 203 #undef fcntl macro 205 # define fcntl klibc_fcntl macro 328 result = fcntl (fd, action) 546 #undef fcntl macro [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| error.c | 93 # include <fcntl.h> 108 /* The gnulib override of fcntl is not needed in this file. */ 109 # undef fcntl macro 137 There is no fcntl, and the gnulib replacement fcntl does not support 142 # error Please port fcntl to your platform 144 return 0 <= fcntl (fd, F_GETFL);
|
| fcntl.c | 23 #include <fcntl.h> 170 /* Forward declarations, because we '#undef fcntl' in the middle of this 172 /* Our implementation of fcntl (fd, F_DUPFD, target). */ 174 /* Our implementation of fcntl (fd, F_DUPFD_CLOEXEC, target). */ 177 /* Adds support for fcntl on directories. */ 185 native fcntl. An unrecognized ACTION returns -1 with errno set to 202 fcntl (int fd, int action, /* arg */...) function 203 #undef fcntl macro 205 # define fcntl klibc_fcntl macro 328 result = fcntl (fd, action) 546 #undef fcntl macro [all...] |
| /src/lib/libpthread/ |
| pthread_cancelstub.c | 65 #include <fcntl.h> 115 __typeof(fcntl) _sys_fcntl; 247 fcntl(int fd, int cmd, ...) function 794 __strong_alias(_fcntl, fcntl)
|
| /src/sys/rump/include/rump/ |
| rump_syscallshotgun.h | 57 #define fcntl(...) rump_sys_fcntl(__VA_ARGS__) macro 61 #include <fcntl.h> 66 #include <fcntl.h> 71 #include <fcntl.h>
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_machine.h | 125 #define fcntl ioctl macro 248 # define fcntl __ntp_mpe_fcntl macro
|
| /src/external/bsd/ntp/dist/libntp/ |
| machines.c | 167 * MPE stupidly requires sfcntl() to be used on sockets instead of fcntl(), 172 #undef fcntl macro 174 #include <fcntl.h> 189 return fcntl(fd, cmd, arg);
|
| /src/external/gpl3/binutils/dist/gprofng/common/ |
| hwcdrv.h | 50 #define fcntl CALL_UTIL(fcntl) macro
|
| /src/external/gpl3/binutils.old/dist/gprofng/common/ |
| hwcdrv.h | 50 #define fcntl CALL_UTIL(fcntl) macro
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| fcntl.h | 6 /* Like <fcntl.h>, but with non-working flags defined to 0. 37 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 38 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 45 #include_next <fcntl.h> 62 <fcntl.h>. On glibc systems, we would like to avoid namespace pollution. 63 But on glibc systems, <fcntl.h> includes <sys/stat.h> inside an 71 #include_next <fcntl.h> 646 # undef fcntl macro 647 # define fcntl rpl_fcntl macro 649 _GL_FUNCDECL_RPL (fcntl, int, (int fd, int action, ...)) 663 _GL_CXXALIASWARN (fcntl); variable 665 # undef fcntl macro [all...] |