| /src/lib/libcurses/PSD.doc/ |
| life.c | 86 * The input can also be from a file. The list is built after the 114 mvaddstr(0, 0, "File name: ");
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 04-test_provider_default_search_path.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 10 use File::Spec; 13 # We must ensure that OPENSSL_CONF points at an empty file. Otherwise, we 14 # risk that the configuration file contains statements that load providers, 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 04-test_provider_fallback.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 10 use File::Spec; 13 # We must ensure that OPENSSL_CONF points at an empty file. Otherwise, we 14 # risk that the configuration file contains statements that load providers, 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 04-test_provider_pkey.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 10 use File::Spec; 13 # We must ensure that OPENSSL_CONF points at an empty file. Otherwise, we 14 # risk that the configuration file contains statements that load providers, 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 15-test_out_option.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 13 use File::Spec; 25 # Notably, this isn't true on OpenVMS, as a default file name is 27 # From observation, that file is '.' (i.e. a file with no file name 32 # File::Spec massages them into directory specs on some platforms. 33 my $path = File::Spec->canonpath('./'); 40 my $path = File::Spec->canonpath('randomname.bin') [all...] |
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 04-test_provider_fallback.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 10 use File::Spec; 13 # We must ensure that OPENSSL_CONF points at an empty file. Otherwise, we 14 # risk that the configuration file contains statements that load providers, 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 04-test_provider_pkey.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 10 use File::Spec; 13 # We must ensure that OPENSSL_CONF points at an empty file. Otherwise, we 14 # risk that the configuration file contains statements that load providers, 16 $ENV{OPENSSL_CONF} = File::Spec->devnull();
|
| 15-test_out_option.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 13 use File::Spec; 25 # Notably, this isn't true on OpenVMS, as a default file name is 27 # From observation, that file is '.' (i.e. a file with no file name 32 # File::Spec massages them into directory specs on some platforms. 33 my $path = File::Spec->canonpath('./'); 40 my $path = File::Spec->canonpath('randomname.bin') [all...] |
| /src/sys/external/bsd/acpica/dist/tools/efihello/ |
| efihello.c | 76 ACPI_FILE File; 87 File = fopen (argv[1], "r"); 88 if (!File) 97 File = stdin; 102 Result = fgets (LineBuffer, LINE_SIZE, File); 106 fclose (File); 121 fclose (File);
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/Support/FileSystem/ |
| UniqueID.h | 9 // This file is cut out of llvm/Support/FileSystem.h to allow UniqueID to be 25 uint64_t File; 29 UniqueID(uint64_t Device, uint64_t File) : Device(Device), File(File) {} 32 return Device == Other.Device && File == Other.File; 41 return File < Other.File; 45 uint64_t getFile() const { return File; } [all...] |
| /src/crypto/external/bsd/openssl.old/dist/util/perl/ |
| with_fallback.pm | 4 # this file except in compliance with the License. You can obtain a copy 5 # in the file LICENSE in the source distribution or at 13 use File::Basename; 14 use File::Spec::Functions;
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/ |
| c++-analyzer | 4 use File::Basename qw/ dirname /;
|
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| FileEntry.cpp | 1 //===- FileEntry.cpp - File references --------------------------*- C++ -*-===// 9 /// \file 24 void FileEntry::closeFile() const { File.reset(); }
|
| /src/sys/external/bsd/acpica/dist/common/ |
| cmfsize.c | 3 * Module Name: cmfsize - Common get file size function 56 * PARAMETERS: File - Open file descriptor 58 * RETURN: File Size. On error, -1 (ACPI_UINT32_MAX) 60 * DESCRIPTION: Get the size of a file. Uses seek-to-EOF. File must be open. 61 * Does not disturb the current file pointer. 67 ACPI_FILE File) 74 /* Save the current file pointer, seek to EOF to obtain file size * [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/recipes/ |
| 15-test_out_option.t | 5 # this file except in compliance with the License. You can obtain a copy 6 # in the file LICENSE in the source distribution or at 13 use File::Spec; 25 # Notably, this isn't true on OpenVMS, as a default file name is 27 # From observation, that file is '.' (i.e. a file with no file name 32 # File::Spec massages them into directory specs on some platforms. 33 my $path = File::Spec->canonpath('./'); 40 my $path = File::Spec->canonpath('randomname.bin') [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/GSYM/ |
| LineEntry.h | 19 /// address, file and line of the line table row for a given address. The 24 uint32_t File; ///< 1 based index of file in FileTable 27 : Addr(A), File(F), Line(L) {} 28 bool isValid() { return File != 0; } 32 return OS << "addr=" << HEX64(LE.Addr) << ", file=" << format("%3u", LE.File) 37 return LHS.Addr == RHS.Addr && LHS.File == RHS.File && LHS.Line == RHS.Line;
|
| /src/sys/external/bsd/compiler_rt/dist/test/profile/ |
| instrprof-without-libc.c | 41 FILE *File = fopen(argv[1], "w"); 42 if (!File) 44 if (fwrite(Buffer, 1, Size, File) != Size) 46 return fclose(File);
|
| /src/external/apache2/llvm/dist/clang/lib/Lex/ |
| PPCallbacks.cpp | 18 bool IsAngled, Optional<FileEntryRef> File, 25 bool IsAngled, Optional<FileEntryRef> File, 27 First->HasInclude(Loc, FileName, IsAngled, File, FileType); 28 Second->HasInclude(Loc, FileName, IsAngled, File, FileType);
|
| /src/sys/external/bsd/acpica/dist/tools/acpidump/ |
| apfiles.c | 3 * Module Name: apfiles - File-related functions for acpidump utility 62 * DESCRIPTION: Query for file overwrite if it already exists. 102 * RETURN: Open file handle 104 * DESCRIPTION: Open a text output file for acpidump. Checks if file already 113 ACPI_FILE File; 116 /* If file exists, prompt for overwrite */ 123 /* Point stdout to the file */ 125 File = fopen (Pathname, "w"); 126 if (!File) [all...] |
| /src/usr.bin/crunch/crunchgen/ |
| mkskel.sh | 8 /* File created via mkskel.sh */
|
| /src/crypto/external/apache2/openssl/dist/Configurations/ |
| unix-checker.pm | 5 # Check that the perl implementation file modules generate paths that 7 use File::Spec::Functions qw(:DEFAULT rel2abs);
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/ |
| Glob.pm | 6 use File::Glob; 16 goto &File::Glob::bsd_glob if $^O ne "VMS";
|
| /src/crypto/external/bsd/openssl/dist/Configurations/ |
| unix-checker.pm | 5 # Check that the perl implementation file modules generate paths that 7 use File::Spec::Functions qw(:DEFAULT rel2abs);
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/ |
| Glob.pm | 6 use File::Glob; 16 goto &File::Glob::bsd_glob if $^O ne "VMS";
|
| /src/crypto/external/bsd/openssl.old/dist/Configurations/ |
| unix-checker.pm | 5 # Check that the perl implementation file modules generate paths that 7 use File::Spec::Functions qw(:DEFAULT rel2abs);
|