| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 04-test_provider_default_search_path.t | 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 04-test_provider_fallback.t | 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 04-test_provider_pkey.t | 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 15-test_out_option.t | 65 my $path = File::Spec->canonpath(File::Spec->devnull());
|
| 01-test_symbol_presence.t | 11 use File::Spec::Functions qw(devnull); 75 open STDERR, ">", devnull(); 76 open STDOUT, ">", devnull();
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 04-test_provider_fallback.t | 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 04-test_provider_pkey.t | 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 15-test_out_option.t | 65 my $path = File::Spec->canonpath(File::Spec->devnull());
|
| 01-test_symbol_presence.t | 11 use File::Spec::Functions qw(devnull); 50 open STDERR, ">", devnull(); 51 open STDOUT, ">", devnull();
|
| 80-test_ocsp.t | 14 use File::Spec::Functions qw/devnull catfile/;
|
| /src/external/gpl2/xcvs/dist/lib/ |
| sunos57-select.c | 53 static struct stat devnull; variable in typeref:struct:stat 70 devnull_set = stat ("/dev/null", &devnull); 97 && sb.st_dev == devnull.st_dev 98 && sb.st_ino == devnull.st_ino 99 && sb.st_mode == devnull.st_mode 100 && sb.st_uid == devnull.st_uid 101 && sb.st_gid == devnull.st_gid 102 && sb.st_size == devnull.st_size 103 && sb.st_blocks == devnull.st_blocks 104 && sb.st_blksize == devnull.st_blksize [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 15-test_out_option.t | 65 my $path = File::Spec->canonpath(File::Spec->devnull());
|
| 01-test_symbol_presence.t | 11 use File::Spec::Functions qw(devnull); 38 open STDERR, ">", devnull(); 39 open STDOUT, ">", devnull();
|
| 80-test_ocsp.t | 14 use File::Spec::Functions qw/devnull catfile/;
|
| /src/external/bsd/pkg_install/dist/lib/ |
| fexec.c | 156 int devnull; local 160 devnull = open("/dev/null", O_WRONLY); 166 (void)dup2(devnull, STDOUT_FILENO);
|
| /src/lib/libc/gen/ |
| wordexp.c | 133 int devnull; local 142 if ((devnull = open(_PATH_DEVNULL, O_RDWR, 0666)) < 0) 144 if (dup2(devnull, STDERR_FILENO) < 0) 146 close(devnull);
|
| /src/external/apache2/llvm/dist/llvm/utils/gn/ |
| gn.py | 41 if subprocess.call('gn --version', stdout=open(os.devnull, 'w'),
|
| /src/external/bsd/wpa/dist/src/utils/ |
| os_unix.c | 196 int devnull; local 201 devnull = open("/dev/null", O_RDWR); 202 if (devnull < 0) 205 if (dup2(devnull, STDIN_FILENO) < 0) { 206 close(devnull); 210 if (dup2(devnull, STDOUT_FILENO) < 0) { 211 close(devnull); 215 if (dup2(devnull, STDERR_FILENO) < 0) { 216 close(devnull);
|
| /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/dap/ |
| __init__.py | 63 new_in = os.open(os.devnull, os.O_RDONLY)
|
| /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/dap/ |
| __init__.py | 64 new_in = os.open(os.devnull, os.O_RDONLY)
|
| /src/external/mpl/bind/dist/bin/tests/system/doth/ |
| stress_http_quota.py | 138 with open(os.devnull, "w", encoding="utf-8") as devnull: 140 self.get_command(), shell=True, stdout=devnull
|
| /src/usr.bin/patch/ |
| inp.c | 144 int ifd, statfailed, devnull, pstat; local 232 devnull = open("/dev/null", O_RDONLY); 233 if (devnull == -1) { 237 (void)dup2(devnull, STDOUT_FILENO);
|
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/ |
| compiler.py | 220 source_files = os.devnull 247 cmd, out, err, rc = self.compile(os.devnull, out=os.devnull, 288 cmd = self.compileCmd('-', os.devnull, flags)
|
| /src/tests/fs/common/ |
| fstest_nfs.c | 85 int devnull; local 135 if (read(pipes[0], &devnull, 4) == -1)
|
| /src/crypto/external/bsd/openssl/dist/ssl/statem/ |
| statem_dtls.c | 641 unsigned char devnull[256]; local 645 devnull, 647 sizeof(devnull) ? sizeof(devnull) : 738 unsigned char devnull[256]; local 742 devnull, 744 sizeof(devnull) ? sizeof(devnull) :
|