/freebsd/contrib/libarchive/tar/test/ |
H A D | test_copy.c | 79 /* filenames[i] is a distinctive filename of length i. */ 83 * which drop or misplace characters, the filenames use a repeating 85 static char *filenames[201]; variable 93 filenames[0] = strdup(""); in compute_filenames() 94 filenames[1] = strdup("1"); in compute_filenames() 95 filenames[2] = strdup("a2"); in compute_filenames() 96 for (i = 3; i < sizeof(filenames)/sizeof(filenames[0]); ++i) { in compute_filenames() 111 filenames[i] = strdup(buff); in compute_filenames() 142 assert(filenames[i] != NULL); in create_tree() 144 snprintf(buff, sizeof(buff), "f/%s", filenames[i]); in create_tree() [all …]
|
/freebsd/secure/usr.bin/openssl/man/ |
H A D | openssl-cmp.1 | 170 [\fB\-out_trusted\fR \fIfilenames\fR|\fIuris\fR] 194 [\fB\-trusted\fR \fIfilenames\fR|\fIuris\fR] 195 [\fB\-untrusted\fR \fIfilenames\fR|\fIuris\fR] 208 [\fB\-own_trusted\fR \fIfilenames\fR|\fIuris\fR] 213 [\fB\-extracerts\fR \fIfilenames\fR|\fIuris\fR] 237 [\fB\-tls_extra\fR \fIfilenames\fR|\fIuris\fR] 238 [\fB\-tls_trusted\fR \fIfilenames\fR|\fIuris\fR] 245 [\fB\-reqin\fR \fIfilenames\fR] 247 [\fB\-reqout\fR \fIfilenames\fR] 248 [\fB\-rspin\fR \fIfilenames\fR] [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
H A D | CoverageMappingReader.h | 38 ArrayRef<StringRef> Filenames; member 108 /// Base class for the raw coverage mapping and filenames data readers. 134 std::vector<StringRef> &Filenames; variable 141 std::vector<StringRef> &Filenames, in RawCoverageMappingReader() argument 146 Filenames(Filenames), Expressions(Expressions), in RawCoverageMappingReader() 185 std::vector<std::string> Filenames; 221 /// Reader for the raw coverage filenames. 223 std::vector<std::string> &Filenames; variable 226 // Read an uncompressed sequence of filenames. 231 std::vector<std::string> &Filenames, [all …]
|
H A D | CoverageMappingWriter.h | 27 /// Writer of the filenames section for the instrumentation 30 ArrayRef<std::string> Filenames; variable 33 CoverageFilenamesSectionWriter(ArrayRef<std::string> Filenames); 35 /// Write encoded filenames to the given output stream. If \p Compress is 36 /// true, attempt to compress the filenames.
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | zstdcli.c | 820 FileNamesTable* filenames = UTIL_allocateFileNamesTable((size_t)argCount); /* argCount >= 1 */ in main() local 852 … if ((filenames==NULL) || (file_of_names==NULL)) { DISPLAY("zstd: allocation error \n"); exit(1); } in main() 883 UTIL_refFilename(filenames, argument); in main() 889 UTIL_refFilename(filenames, stdinmark); in main() 1200 UTIL_refFilename(filenames, argument); in main() 1226 unsigned const nbFilenames = (unsigned)filenames->tableSize; in main() 1228 if ( UTIL_isLink(filenames->fileNames[u]) in main() 1229 && !UTIL_isFIFO(filenames->fileNames[u]) in main() 1231 … DISPLAYLEVEL(2, "Warning : %s is a symbolic link, ignoring \n", filenames->fileNames[u]); in main() 1233 filenames->fileNames[fileNamesNb++] = filenames->fileNames[u]; in main() [all …]
|
H A D | util.h | 207 * Lists of Filenames 211 { const char** fileNames; member 212 char* buf; /* fileNames are stored in this buffer (or are read-only) */ 213 size_t tableSize; /* nb of fileNames */ 218 * read filenames from @inputFileName, and store them into returned object. 226 * This function takes ownership of its arguments, @filenames and @buf, 233 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf); 257 * copy the @filenames pointer table inside the returned object. 263 UTIL_createFNT_fromROTable(const char** filenames, size_t nbFilenames); 296 * read names from @filenames, and expand those corresponding to directories. [all …]
|
H A D | util.c | 431 /*Note: buf is not freed in case function successfully created table because filesTable->fileNames[… 477 UTIL_assembleFileNamesTable2(const char** filenames, size_t tableSize, size_t tableCapacity, char* … in UTIL_assembleFileNamesTable2() argument 481 table->fileNames = filenames; in UTIL_assembleFileNamesTable2() 489 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf) in UTIL_assembleFileNamesTable() argument 491 return UTIL_assembleFileNamesTable2(filenames, tableSize, tableSize, buf); in UTIL_assembleFileNamesTable() 497 free((void*)table->fileNames); in UTIL_freeFileNamesTable() 515 fnt->fileNames[fnt->tableSize] = filename; in UTIL_refFilename() 522 for(fnb = 0 ; fnb < table->tableSize && table->fileNames[fnb] ; ++fnb) { in getTotalTableSize() 523 … totalSize += strlen(table->fileNames[fnb]) + 1; /* +1 to add '\0' at the end of each fileName */ in getTotalTableSize() 546 … newTable->fileNames = (const char **) calloc(newTable->tableSize, sizeof(*(newTable->fileNames))); in UTIL_mergeFileNamesTable() [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_write_format_iso9660_filename.c | 332 /* Verify rockridge filenames. */ in DEFINE_TEST() 338 /* Verify joliet filenames. */ in DEFINE_TEST() 344 /* Verify ISO9660 filenames. */ in DEFINE_TEST() 358 /* Verify rockridge filenames. */ in DEFINE_TEST() 364 /* Verify joliet filenames. */ in DEFINE_TEST() 370 /* Verify ISO9660 filenames. */ in DEFINE_TEST() 384 /* Verify rockridge filenames. */ in DEFINE_TEST() 390 /* Verify joliet filenames. */ in DEFINE_TEST() 396 /* Verify ISO9660 filenames. */ in DEFINE_TEST() 410 /* Verify rockridge filenames. */ in DEFINE_TEST() [all …]
|
H A D | test_zip_filename_encoding.c | 42 * Verify that UTF-8 filenames are correctly stored with in DEFINE_TEST() 71 * Verify that UTF-8 filenames are correctly stored without in DEFINE_TEST() 98 * when ASCII filenames are stored. in DEFINE_TEST() 133 * Verify that KOI8-R filenames are correctly translated to UTF-8. in DEFINE_TEST() 163 * Verify that KOI8-R filenames are not translated to UTF-8. in DEFINE_TEST() 188 * when ASCII filenames are stored even if hdrcharset=UTF-8 in DEFINE_TEST() 233 * Verify that CP1251 filenames are not translated into any in DEFINE_TEST() 259 * Other archiver applications on Windows translate CP1251 filenames 260 * into CP866 filenames and store it in the zip file. 276 * Verify that Russian_Russia(CP1251) filenames are correctly translated in DEFINE_TEST() [all …]
|
H A D | test_gnutar_filename_encoding.c | 41 * Verify that UTF-8 filenames are correctly translated into CP866 in DEFINE_TEST() 82 * Verify that KOI8-R filenames are correctly translated into UTF-8 in DEFINE_TEST() 123 * Verify that KOI8-R filenames are correctly translated into CP866 in DEFINE_TEST() 165 * Verify that CP1251 filenames are correctly translated into UTF-8 in DEFINE_TEST() 209 * Verify that CP1251 filenames are not translated into any in DEFINE_TEST() 232 * Other archiver applications on Windows translate CP1251 filenames 233 * into CP866 filenames and store it in the gnutar file. 249 * Verify that Russian_Russia(CP1251) filenames are correctly translated in DEFINE_TEST() 284 * Verify that EUC-JP filenames are correctly translated to UTF-8. in DEFINE_TEST() 324 * Verify that EUC-JP filenames are correctly translated to CP932. in DEFINE_TEST() [all …]
|
H A D | test_ustar_filename_encoding.c | 42 * Verify that UTF-8 filenames are correctly translated into CP866 in DEFINE_TEST() 83 * Verify that KOI8-R filenames are correctly translated into UTF-8 in DEFINE_TEST() 124 * Verify that KOI8-R filenames are correctly translated into CP866 in DEFINE_TEST() 166 * Verify that CP1251 filenames are correctly translated into UTF-8 in DEFINE_TEST() 210 * Verify that CP1251 filenames are not translated into any in DEFINE_TEST() 233 * Other archiver applications on Windows translate CP1251 filenames 234 * into CP866 filenames and store it in the ustar file. 250 * Verify that Russian_Russia(CP1251) filenames are correctly translated in DEFINE_TEST() 285 * Verify that EUC-JP filenames are correctly translated to UTF-8. in DEFINE_TEST() 325 * Verify that EUC-JP filenames are correctly translated to CP932. in DEFINE_TEST() [all …]
|
H A D | test_pax_filename_encoding.c | 30 * Pax interchange is supposed to encode filenames into 32 * test is intended to verify that filenames always get 37 * Read a manually-created archive that has filenames that are 55 * Read an archive that has non-UTF8 pax filenames in it. in test_pax_filename_encoding_1() 335 * Verify that KOI8-R filenames are correctly translated to Unicode and UTF-8. 360 /* Re-create a write archive object since filenames should be written in DEFINE_TEST() 381 * Verify that CP1251 filenames are correctly translated to Unicode and UTF-8. 407 /* Re-create a write archive object since filenames should be written in DEFINE_TEST() 428 * Verify that EUC-JP filenames are correctly translated to Unicode and UTF-8. 453 /* Re-create a write archive object since filenames should be written in DEFINE_TEST() [all …]
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-cmp.pod.in | 37 [B<-out_trusted> I<filenames>|I<uris>] 61 [B<-trusted> I<filenames>|I<uris>] 62 [B<-untrusted> I<filenames>|I<uris>] 75 [B<-own_trusted> I<filenames>|I<uris>] 80 [B<-extracerts> I<filenames>|I<uris>] 100 [B<-tls_extra> I<filenames>|I<uris>] 101 [B<-tls_trusted> I<filenames>|I<uris>] 108 [B<-reqin> I<filenames>] 110 [B<-reqout> I<filenames>] 111 [B<-rspin> I<filenames>] [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 111 "number of filenames is zero"); in read() 116 // The uncompressed length may exceed the size of the encoded filenames. in read() 131 // Allocate memory for the decompressed filenames. in read() 134 // Read compressed filenames. in read() 146 RawCoverageFilenamesReader Delegate(toStringRef(StorageBuf), Filenames, in read() 156 // Read uncompressed filenames. in readUncompressed() 162 Filenames.push_back(Filename.str()); in readUncompressed() 168 Filenames.push_back(CWD.str()); in readUncompressed() 175 Filenames.push_back(Filename.str()); in readUncompressed() 184 Filenames.push_back(static_cast<std::string>(P.str())); in readUncompressed() [all …]
|
H A D | CoverageMappingWriter.cpp | 31 ArrayRef<std::string> Filenames) in CoverageFilenamesSectionWriter() argument 32 : Filenames(Filenames) { in CoverageFilenamesSectionWriter() 35 for (StringRef Name : Filenames) in CoverageFilenamesSectionWriter() 44 for (const auto &Filename : Filenames) { in write() 58 // ::= <num-filenames> in write() 61 // (<compressed-filenames> | <uncompressed-filenames>) in write() 62 encodeULEB128(Filenames.size(), OS); in write()
|
H A D | CoverageMapping.cpp | 594 Filename != Current->Filenames[0]) in skipOtherFiles() 806 if (Record.Filenames.empty()) in loadFunctionRecord() 809 OrigFuncName = getFuncNameWithoutPrefix(OrigFuncName, Record.Filenames[0]); in loadFunctionRecord() 858 FunctionRecord Function(OrigFuncName, Record.Filenames); in loadFunctionRecord() 910 // Don't create records for (filenames, function) pairs we've already seen. in loadFunctionRecord() 911 auto FilenamesHash = hash_combine_range(Record.Filenames.begin(), in loadFunctionRecord() 912 Record.Filenames.end()); in loadFunctionRecord() 922 for (StringRef Filename : Record.Filenames) { in loadFunctionRecord() 1352 std::vector<StringRef> Filenames; in getUniqueSourceFiles() local 1354 llvm::append_range(Filenames, Function.Filenames); in getUniqueSourceFiles() [all …]
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_set_options.3 | 388 If enabled, allows filenames to begin with a leading period. 389 If disabled, filenames that begin with a leading period will have 395 If enabled, allows filenames to contain lowercase characters. 396 If disabled, filenames will be forced to uppercase. 400 If enabled, allows filenames to contain multiple period characters, in violation of the ISO9660 specification. 405 If enabled, allows filenames to contain trailing period characters, in violation of the ISO9660 specification. 414 If enabled, sharp and tilde characters will be permitted in filenames, in violation if the ISO9660 specification. 429 Filenames are limited to 8.3 uppercase format, 434 Filenames are limited to 30 uppercase characters with a 30-character extension, 444 except that filenames ma [all...] |
H A D | archive_read_open_filename.c | 105 const char *filenames[2]; in archive_read_open_filename() local 106 filenames[0] = filename; in archive_read_open_filename() 107 filenames[1] = NULL; in archive_read_open_filename() 108 return archive_read_open_filenames(a, filenames, block_size); in archive_read_open_filename() 112 archive_read_open_filenames(struct archive *a, const char **filenames, in archive_read_open_filenames() argument 117 if (filenames) in archive_read_open_filenames() 118 filename = *(filenames++); in archive_read_open_filenames() 140 if (filenames == NULL) in archive_read_open_filenames() 142 filename = *(filenames++); in archive_read_open_filenames()
|
/freebsd/share/doc/usd/04.csh/ |
H A D | csh.4 | 71 Very useful with loops are variables which contain lists of filenames 89 a list of all the filenames in the current directory as value. 120 The resulting filenames are not required to exist if no other expansion 123 not filenames, but which have common parts. 140 filenames are expanded, by the output from that command.
|
/freebsd/crypto/heimdal/doc/doxyout/krb5/man/man3/ |
H A D | krb5.3 | 24 …krb5_error_code KRB5_LIB_CALL \fBkrb5_set_config_files\fP (krb5_context context, char **filenames)" 33 .RI "KRB5_LIB_FUNCTION void KRB5_LIB_CALL \fBkrb5_free_config_files\fP (char **filenames)" 506 .SS "KRB5_LIB_FUNCTION void KRB5_LIB_CALL krb5_free_config_files (char ** filenames)" 512 \fIfilenames\fP list, terminated with a NULL pointer, to be freed. NULL is an valid argument. 600 \fIpfilenames\fP return array of filenames, should be freed with \fBkrb5_free_config_files()\fP. 803 \fIpfilenames\fP return array of filenames, should be freed with \fBkrb5_free_config_files()\fP. 812 …TION krb5_error_code KRB5_LIB_CALL krb5_set_config_files (krb5_context context, char ** filenames)" 814 Reinit the context from a new set of filenames. 820 \fIfilenames\fP array of filenames, end of list is indicated with a NULL filename.
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | BugDriver.cpp | 132 bool BugDriver::addSources(const std::vector<std::string> &Filenames) { in addSources() argument 134 assert(!Filenames.empty() && "Must specify at least on input filename!"); in addSources() 137 Program = parseInputFile(Filenames[0], Context); in addSources() 141 outs() << "Read input file : '" << Filenames[0] << "'\n"; in addSources() 143 for (unsigned i = 1, e = Filenames.size(); i != e; ++i) { in addSources() 144 std::unique_ptr<Module> M = parseInputFile(Filenames[i], Context); in addSources() 148 outs() << "Linking in input file: '" << Filenames[i] << "'\n"; in addSources()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_diff/ |
H A D | zfs_diff_mangle.ksh | 17 # 'zfs diff' escapes filenames as expected, 'zfs diff -h' doesn't 32 log_assert "'zfs diff' mangles filenames, 'zfs diff -h' doesn't" 48 log_pass "'zfs diff' mangles filenames, 'zfs diff -h' doesn't"
|
/freebsd/contrib/elftoolchain/libdwarf/ |
H A D | dwarf_srcfiles.3 | 39 .Fa "char ***filenames" 55 .Ar filenames 90 .Ar filenames
|
/freebsd/sbin/mount_msdosfs/ |
H A D | mount_msdosfs.8 | 75 Force Windows 95 long filenames to be visible. 77 Force only the old MS-DOS 8.3 style filenames to be visible. 127 ignore and not generate Win'95 long filenames. 130 Win'95 long filenames
|
/freebsd/contrib/llvm-project/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 86 "Unrecognized filenames are treated as C++.\n" 204 static cl::list<std::string> FileNames(cl::Positional, variable 450 llvm::errs() << "error: empty filenames are not allowed\n"; in format() 562 if (!FileNames.empty()) { in dumpConfig() 566 MemoryBuffer::getFileOrSTDIN(FileNames[0], /*IsText=*/true); in dumpConfig() 575 FileNames.empty() || FileNames[0] == "-" ? AssumeFileName : FileNames[0], in dumpConfig() 703 FileNames.push_back(Line); in main() 709 if (FileNames.empty()) in main() 712 if (FileNames.size() > 1 && in main() 721 for (const auto &FileName : FileNames) { in main() [all …]
|