Home
last modified time | relevance | path

Searched refs:filenames (Results 1 – 25 of 54) sorted by relevance

123

/dragonfly/contrib/zstd/programs/
H A Dzstdcli.c790 UTIL_refFilename(filenames, argument); in main()
1092 UTIL_refFilename(filenames, argument); in main()
1119 filenames->fileNames[fileNamesNb++] = filenames->fileNames[u]; in main()
1123 filenames->tableSize = fileNamesNb; in main()
1136 filenames = UTIL_mergeFileNamesTable(filenames, fnt); in main()
1141 UTIL_expandFNT(&filenames, followLinks); in main()
1149 …int const ret = FIO_listMultipleFiles((unsigned)filenames->tableSize, filenames->fileNames, g_disp… in main()
1180 if (filenames->tableSize > 0) { in main()
1241 if (filenames->tableSize == 0) UTIL_refFilename(filenames, stdinmark); in main()
1293 FIO_determineHasStdinInput(fCtx, filenames); in main()
[all …]
H A Dutil.h206 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf);
236 UTIL_createFNT_fromROTable(const char** filenames, size_t nbFilenames);
275 UTIL_createExpandedFNT(const char** filenames, size_t nbFilenames, int followLinks);
H A Dutil.c407 UTIL_assembleFileNamesTable2(const char** filenames, size_t tableSize, size_t tableCapacity, char* … in UTIL_assembleFileNamesTable2() argument
411 table->fileNames = filenames; in UTIL_assembleFileNamesTable2()
419 UTIL_assembleFileNamesTable(const char** filenames, size_t tableSize, char* buf) in UTIL_assembleFileNamesTable() argument
421 return UTIL_assembleFileNamesTable2(filenames, tableSize, tableSize, buf); in UTIL_assembleFileNamesTable()
1011 FileNamesTable* UTIL_createFNT_fromROTable(const char** filenames, size_t nbFilenames) in UTIL_createFNT_fromROTable() argument
1013 size_t const sizeof_FNTable = nbFilenames * sizeof(*filenames); in UTIL_createFNT_fromROTable()
1016 …memcpy((void*)newFNTable, filenames, sizeof_FNTable); /* void* : mitigate a Visual compiler bug o… in UTIL_createFNT_fromROTable()
H A Dfileio.h111 void FIO_determineHasStdinInput(FIO_ctx_t* const fCtx, const FileNamesTable* const filenames);
H A Dfileio.c550 void FIO_determineHasStdinInput(FIO_ctx_t* const fCtx, const FileNamesTable* const filenames) { in FIO_determineHasStdinInput() argument
552 for ( ; i < filenames->tableSize; ++i) { in FIO_determineHasStdinInput()
553 if (!strcmp(stdinmark, filenames->fileNames[i])) { in FIO_determineHasStdinInput()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c106 const char *filenames[2]; in archive_read_open_filename() local
107 filenames[0] = filename; in archive_read_open_filename()
108 filenames[1] = NULL; in archive_read_open_filename()
109 return archive_read_open_filenames(a, filenames, block_size); in archive_read_open_filename()
113 archive_read_open_filenames(struct archive *a, const char **filenames, in archive_read_open_filenames() argument
118 if (filenames) in archive_read_open_filenames()
119 filename = *(filenames++); in archive_read_open_filenames()
141 if (filenames == NULL) in archive_read_open_filenames()
143 filename = *(filenames++); in archive_read_open_filenames()
/dragonfly/sys/tools/
H A Dfw_stub.awk109 filenames[num_files] = curr[1];
143 symb = filenames[file_i];
175 symb = filenames[file_i];
H A Dmakeobjops.awk360 filenames[num_files++] = ARGV[i];
379 debug("Filename: " filenames[i]);
382 src = filenames[file_i];
/dragonfly/contrib/gcc-4.7/libgcc/
H A DMakefile.in582 dfp-filenames =
585 dfp-filenames += bid_decimal_globals bid_decimal_data \
597 dfp-filenames += decContext decNumber decExcept decRound decLibrary decDouble decPacked decQuad dec…
601 dfp-objects = $(patsubst %,%$(objext),$(dfp-filenames))
610 decbits-filenames =
613 decbits-filenames += decimal32
617 decbits-filenames += decimal64
621 decbits-filenames += decimal128
625 decbits-objects = $(patsubst %,%$(objext),$(decbits-filenames))
/dragonfly/contrib/cvs-1.12/contrib/
H A Dlog_accum.in269 local($out, @filenames) = @_;
273 while (@filenames) {
274 $file = shift @filenames;
H A Dintro.doc91 cvs log [filenames]
95 cvs diff [filenames]
H A Dcvs_acls.in374 filenames. A directory name allows or restricts access to all files and
375 directories below it. One line can have either directories or filenames
400 appended to your $CVSROOT variable), followed by a list of filenames
/dragonfly/sys/vfs/isofs/cd9660/
H A DTODO.hibler16 filenames as they really are without lower-casing. Does this make sense?
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Ddwarf.c197 const char **filenames; member
1575 backtrace_free (state, hdr->filenames, in free_line_header()
1674 hdr->filenames = ((const char **) in read_line_header()
1679 if (hdr->filenames == NULL) in read_line_header()
1697 hdr->filenames[i] = filename; in read_line_header()
1729 hdr->filenames[i] = s; in read_line_header()
1762 reset_filename = hdr->filenames[0]; in read_line_program()
1904 filename = hdr->filenames[fileno - 1]; in read_line_program()
2346 lhdr->filenames[val.u.uint - 1]; in read_function_entry()
/dragonfly/contrib/tnftp/
H A DREADME28 * retrieval of filenames listed in a given file (see `fget')
H A DNEWS70 Ignore special character behaviour in filenames not provided
/dragonfly/gnu/usr.bin/cc47/liblto_plugin/
H A DMakefile.headers33 filenames.h \
/dragonfly/contrib/less/
H A DNEWS115 * Don't call realpath on fake filenames like "-" (github #289).
183 * Escape filenames when invoking LESSCLOSE.
299 * Shell-escape filenames in history so they can be used again.
360 * Fix some bugs handling filenames containing shell metacharacters.
696 * Fix bug handling filenames which include square brackets.
785 * Improved handling of filenames containing shell metacharacters.
959 * Now supports filenames containing spaces (in double quotes).
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dreadme.txt113 Quotes around FilePath and FileDir enable spaces in filenames.
/dragonfly/usr.bin/compress/doc/
H A Drevision.log90 * filenames to compress. Flags may be clustered (-Ddvb12) or separated
H A DREADME40 o BSD4_2 Allow long filenames ( > 14 characters) &
/dragonfly/contrib/binutils-2.27/gprof/
H A DREADME280 Normally, source filenames are printed with the path
283 source filenames. The full pathname is determined
297 identical filenames, but distinct paths.
/dragonfly/sys/vfs/hammer2/
H A DDESIGN93 * Directory entries representing filenames that are less than 64 bytes
98 Directory entries with long filenames reference an indirect data block
250 - Encrypt filenames in directory entries. Since the filename[] array
348 1. Directory entries with filenames <= 64 bytes will fit entirely
357 the handling for large filenames as we can allow filenames up to
/dragonfly/gnu/usr.bin/cc80/support-libs/liblto_plugin/
H A DMakefile.headers89 filenames.h \
/dragonfly/contrib/libarchive/
H A DNEWS185 Mar 23, 2011: Add charset option to many writers to control MBCS filenames
356 measuring filenames when deciding what pathname fields to use
359 * tar: Don't crash reading entries with empty filenames

123