Home
last modified time | relevance | path

Searched refs:FD_DIR (Results 1 – 25 of 57) sorted by relevance

123

/dports/audio/mumble/mumble-1.3.3/3rdparty/sbcelt-src/lib/
H A Dclosefrom.c32 # define FD_DIR "/dev/fd" macro
34 # define FD_DIR "/proc/self/fd" macro
43 if ((dirp = opendir(FD_DIR))) { in xclosefrom()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c21 #define FD_DIR "/dev/fd" macro
23 #define FD_DIR "/proc/self/fd" macro
144 if ((dp = opendir(FD_DIR)) == NULL) { in Java_Launcher_launch0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c21 #define FD_DIR "/dev/fd" macro
23 #define FD_DIR "/proc/self/fd" macro
144 if ((dp = opendir(FD_DIR)) == NULL) { in Java_Launcher_launch0()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/java/lang/
H A Dchildproc.c93 #define FD_DIR "/dev/fd" macro
98 #define FD_DIR aix_fd_dir macro
100 #define FD_DIR "/proc/self/fd" macro
126 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/java/lang/
H A Dchildproc.c93 #define FD_DIR "/dev/fd" macro
98 #define FD_DIR aix_fd_dir macro
100 #define FD_DIR "/proc/self/fd" macro
126 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/native/libjava/
H A Dchildproc.c94 #define FD_DIR aix_fd_dir macro
99 #define FD_DIR "/dev/fd" macro
103 #define FD_DIR "/proc/self/fd" macro
129 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/unix/native/libjava/
H A Dchildproc.c94 #define FD_DIR aix_fd_dir macro
101 #define FD_DIR "/dev/fd" macro
103 #define FD_DIR "/proc/self/fd" macro
129 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/unix/native/libjava/
H A Dchildproc.c94 #define FD_DIR aix_fd_dir macro
99 #define FD_DIR "/dev/fd" macro
103 #define FD_DIR "/proc/self/fd" macro
129 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/unix/native/libjava/
H A Dchildproc.c94 #define FD_DIR aix_fd_dir macro
101 #define FD_DIR "/dev/fd" macro
103 #define FD_DIR "/proc/self/fd" macro
129 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/unix/native/libjava/
H A Dchildproc.c95 #define FD_DIR aix_fd_dir macro
102 #define FD_DIR "/dev/fd" macro
104 #define FD_DIR "/proc/self/fd" macro
130 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/unix/native/libjava/
H A Dchildproc.c95 #define FD_DIR aix_fd_dir macro
102 #define FD_DIR "/dev/fd" macro
104 #define FD_DIR "/proc/self/fd" macro
130 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/unix/native/libjava/
H A Dchildproc.c95 #define FD_DIR aix_fd_dir macro
102 #define FD_DIR "/dev/fd" macro
104 #define FD_DIR "/proc/self/fd" macro
130 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/unix/native/libjava/
H A Dchildproc.c95 #define FD_DIR aix_fd_dir macro
102 #define FD_DIR "/dev/fd" macro
104 #define FD_DIR "/proc/self/fd" macro
130 if ((dp = opendir(FD_DIR)) == NULL) in closeDescriptors()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/management/
H A DOperatingSystemImpl.c501 #define FD_DIR aix_fd_dir in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
505 #define FD_DIR "/dev/fd" in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
507 #define FD_DIR "/proc/self/fd" in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
510 dirp = opendir(FD_DIR); in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
512 throw_internal_error(env, "Unable to open directory " FD_DIR); in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/solaris/native/sun/management/
H A DOperatingSystemImpl.c501 #define FD_DIR aix_fd_dir in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
505 #define FD_DIR "/dev/fd" in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
507 #define FD_DIR "/proc/self/fd" in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
510 dirp = opendir(FD_DIR); in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
512 throw_internal_error(env, "Unable to open directory " FD_DIR); in Java_sun_management_OperatingSystemImpl_getOpenFileDescriptorCount0()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.management/unix/native/libmanagement_ext/
H A DOperatingSystemImpl.c418 #define FD_DIR aix_fd_dir in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
422 #define FD_DIR "/dev/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
424 #define FD_DIR "/proc/self/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
427 dirp = opendir(FD_DIR); in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.management/unix/native/libmanagement_ext/
H A DOperatingSystemImpl.c418 #define FD_DIR aix_fd_dir in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
422 #define FD_DIR "/dev/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
424 #define FD_DIR "/proc/self/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
427 dirp = opendir(FD_DIR); in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.management/unix/native/libmanagement_ext/
H A DOperatingSystemImpl.c418 #define FD_DIR aix_fd_dir in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
422 #define FD_DIR "/dev/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
424 #define FD_DIR "/proc/self/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
427 dirp = opendir(FD_DIR); in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A D_posixsubprocess.c45 # define FD_DIR "/dev/fd" macro
47 # define FD_DIR "/proc/self/fd" macro
105 if (stat(FD_DIR, &dev_fd_stat) != 0) in _is_fdescfs_mounted_on_dev_fd()
281 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY); in _close_open_fds_safe()
351 proc_fd_dir = opendir(FD_DIR); in _close_open_fds_maybe_unsafe()
/dports/lang/python37/Python-3.7.12/Modules/
H A D_posixsubprocess.c47 # define FD_DIR "/dev/fd" macro
49 # define FD_DIR "/proc/self/fd" macro
107 if (stat(FD_DIR, &dev_fd_stat) != 0) in _is_fdescfs_mounted_on_dev_fd()
278 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY); in _close_open_fds_safe()
348 proc_fd_dir = opendir(FD_DIR); in _close_open_fds_maybe_unsafe()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A D_posixsubprocess.c45 # define FD_DIR "/dev/fd" macro
47 # define FD_DIR "/proc/self/fd" macro
105 if (stat(FD_DIR, &dev_fd_stat) != 0) in _is_fdescfs_mounted_on_dev_fd()
281 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY); in _close_open_fds_safe()
351 proc_fd_dir = opendir(FD_DIR); in _close_open_fds_maybe_unsafe()
/dports/lang/python38/Python-3.8.12/Modules/
H A D_posixsubprocess.c47 # define FD_DIR "/dev/fd" macro
49 # define FD_DIR "/proc/self/fd" macro
107 if (stat(FD_DIR, &dev_fd_stat) != 0) in _is_fdescfs_mounted_on_dev_fd()
278 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY); in _close_open_fds_safe()
348 proc_fd_dir = opendir(FD_DIR); in _close_open_fds_maybe_unsafe()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A D_posixsubprocess.c45 # define FD_DIR "/dev/fd" macro
47 # define FD_DIR "/proc/self/fd" macro
105 if (stat(FD_DIR, &dev_fd_stat) != 0) in _is_fdescfs_mounted_on_dev_fd()
281 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY); in _close_open_fds_safe()
351 proc_fd_dir = opendir(FD_DIR); in _close_open_fds_maybe_unsafe()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A D_posixsubprocess.c45 # define FD_DIR "/dev/fd" macro
47 # define FD_DIR "/proc/self/fd" macro
105 if (stat(FD_DIR, &dev_fd_stat) != 0) in _is_fdescfs_mounted_on_dev_fd()
281 fd_dir_fd = _Py_open_noraise(FD_DIR, O_RDONLY); in _close_open_fds_safe()
351 proc_fd_dir = opendir(FD_DIR); in _close_open_fds_maybe_unsafe()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.management/unix/native/libmanagement_ext/
H A DOperatingSystemImpl.c501 #define FD_DIR aix_fd_dir in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
505 #define FD_DIR "/dev/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
507 #define FD_DIR "/proc/self/fd" in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()
510 dirp = opendir(FD_DIR); in Java_com_sun_management_internal_OperatingSystemImpl_getOpenFileDescriptorCount0()

123