Home
last modified time | relevance | path

Searched full:filenames (Results 1 – 25 of 544) sorted by relevance

12345678910>>...22

/freebsd/contrib/libarchive/tar/test/
H A Dtest_copy.c79 /* 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 Dopenssl-cmp.1170 [\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 DCoverageMappingReader.h38 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 DCoverageMappingWriter.h27 /// 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 Dzstdcli.c820 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 Dutil.h207 * 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 Dutil.c431 /*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 Dtest_write_format_iso9660_filename.c332 /* 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 Dtest_zip_filename_encoding.c42 * 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 Dtest_gnutar_filename_encoding.c41 * 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 Dtest_ustar_filename_encoding.c42 * 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 Dtest_pax_filename_encoding.c30 * 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/krb5/src/util/support/
H A Dplugins.c314 krb5int_free_plugin_filenames (char **filenames) in krb5int_free_plugin_filenames() argument
316 if (filenames != NULL) { in krb5int_free_plugin_filenames()
318 for (i = 0; filenames[i] != NULL; i++) { in krb5int_free_plugin_filenames()
319 free (filenames[i]); in krb5int_free_plugin_filenames()
321 free (filenames); in krb5int_free_plugin_filenames()
327 krb5int_get_plugin_filenames (const char * const *filebases, char ***filenames) in krb5int_get_plugin_filenames() argument
337 if (!filenames) { err = EINVAL; } in krb5int_get_plugin_filenames()
361 *filenames = tempnames; in krb5int_get_plugin_filenames()
384 char **filenames = NULL; in krb5int_open_plugin_dirs() local
392 err = krb5int_get_plugin_filenames (filebases, &filenames); in krb5int_open_plugin_dirs()
[all …]
/freebsd/contrib/xz/src/xz/
H A Dargs.h14 /// Filenames from command line
17 /// Number of filenames from command line
20 /// Name of the file from which to read filenames. This is NULL
24 /// File opened for reading from which filenames are read. This is
28 /// Delimiter for filenames read from files_file
H A Dmain.c89 message_error(_("%s: Error reading filenames: %s"), in read_name()
98 "when reading filenames"), in read_name()
108 // filenames. in read_name()
123 "reading filenames; maybe you meant " in read_name()
187 // Parse the command line arguments and get an array of filenames. in main()
241 // If all of the filenames provided are "-" (more than one in main()
260 // --files0 wasn't specified (an unknown number of filenames in main()
290 // if we are supposed to read filenames from stdin in main()
295 "reading filenames " in main()
312 // If --files or --files0 was used, process the filenames from the in main()
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in37 [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 DCoverageMappingReader.cpp111 "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 DCoverageMappingWriter.cpp31 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()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_options.3396 If enabled, allows filenames to begin with a leading period.
397 If disabled, filenames that begin with a leading period will have
403 If enabled, allows filenames to contain lowercase characters.
404 If disabled, filenames will be forced to uppercase.
408 If enabled, allows filenames to contain multiple period characters, in violation of the ISO9660 spe…
413 If enabled, allows filenames to contain trailing period characters, in violation of the ISO9660 spe…
422 If enabled, sharp and tilde characters will be permitted in filenames, in violation if the ISO9660 …
437 Filenames are limited to 8.3 uppercase format,
442 Filenames are limited to 30 uppercase characters with a 30-character extension,
452 except that filenames may be up to 193 characters
[all …]
/freebsd/crypto/krb5/src/util/profile/
H A Dprof_init.c181 * If the filenames list is not specified or empty, return an empty in profile_init_flags()
326 profile_filespec_t *filenames; in profile_init_path() local
336 filenames = (profile_filespec_t*) malloc((n_entries+1) * sizeof(char*)); in profile_init_path()
337 if (filenames == 0) in profile_init_path()
343 filenames[i] = (char*) malloc(ent_len + 1); in profile_init_path()
344 if (filenames[i] == 0) { in profile_init_path()
346 while(--i >= 0) free(filenames[i]); in profile_init_path()
347 free(filenames); in profile_init_path()
350 strncpy(filenames[i], s, ent_len); in profile_init_path()
351 filenames[i][ent_len] = 0; in profile_init_path()
[all …]
/freebsd/share/doc/usd/04.csh/
H A Dcsh.471 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 Dkrb5.324 …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 DBugDriver.cpp132 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 Dzfs_diff_mangle.ksh18 # 'zfs diff' escapes filenames as expected, 'zfs diff -h' doesn't
33 log_assert "'zfs diff' mangles filenames, 'zfs diff -h' doesn't"
49 log_pass "'zfs diff' mangles filenames, 'zfs diff -h' doesn't"
/freebsd/crypto/krb5/src/windows/leashdll/
H A Dlshfunc.c945 const char *filenames[2]; in Leash_get_default_lifetime() local
948 filenames[0] = confname; in Leash_get_default_lifetime()
949 filenames[1] = NULL; in Leash_get_default_lifetime()
950 if (!pprofile_init(filenames, &profile)) { in Leash_get_default_lifetime()
1097 const char *filenames[2]; in Leash_get_default_renew_till() local
1100 filenames[0] = confname; in Leash_get_default_renew_till()
1101 filenames[1] = NULL; in Leash_get_default_renew_till()
1103 if (!pprofile_init(filenames, &profile)) { in Leash_get_default_renew_till()
1249 const char *filenames[2]; in Leash_get_default_forwardable() local
1252 filenames[0] = confname; in Leash_get_default_forwardable()
[all …]

12345678910>>...22