Home
last modified time | relevance | path

Searched refs:NUM_OPENS (Results 1 – 4 of 4) sorted by relevance

/dports/security/pam_ssh_agent_auth/pam_ssh_agent_auth-7ff7858/openbsd-compat/regress/
H A Dclosefromtest.c25 #define NUM_OPENS 10 macro
37 int i, max, fds[NUM_OPENS]; in main()
40 for (i = 0; i < NUM_OPENS; i++) in main()
57 for (i = 0; i < NUM_OPENS; i++) in main()
/dports/security/openssh-portable/openssh-8.8p1/openbsd-compat/regress/
H A Dclosefromtest.c27 #define NUM_OPENS 10 macro
39 int i, max, fds[NUM_OPENS]; in main()
42 for (i = 0; i < NUM_OPENS; i++) in main()
59 for (i = 0; i < NUM_OPENS; i++) in main()
/dports/security/gnome-ssh-askpass/openssh-6.6p1/openbsd-compat/regress/
H A Dclosefromtest.c25 #define NUM_OPENS 10 macro
39 int i, max, fds[NUM_OPENS]; in main()
42 for (i = 0; i < NUM_OPENS; i++) in main()
59 for (i = 0; i < NUM_OPENS; i++) in main()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/
H A DTestUnbuffer.java101 final int NUM_OPENS = 500; in testOpenManyFilesViaTcp() local
105 FSDataInputStream[] streams = new FSDataInputStream[NUM_OPENS]; in testOpenManyFilesViaTcp()
112 for (int i = 0; i < NUM_OPENS; i++) { in testOpenManyFilesViaTcp()