| /NextBSD/contrib/libarchive/tar/test/ |
| HD | test_copy.c | 104 static char *filenames[201]; variable 112 filenames[0] = strdup(""); in compute_filenames() 113 filenames[1] = strdup("1"); in compute_filenames() 114 filenames[2] = strdup("a2"); in compute_filenames() 115 for (i = 3; i < sizeof(filenames)/sizeof(filenames[0]); ++i) { in compute_filenames() 130 filenames[i] = strdup(buff); in compute_filenames() 161 assert(filenames[i] != NULL); in create_tree() 163 sprintf(buff, "f/%s", filenames[i]); in create_tree() 167 sprintf(buff2, "l/%s", filenames[i]); in create_tree() 171 sprintf(buff2, "m/%s", filenames[i]); in create_tree() [all …]
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | Makefile.am | 999 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 1002 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 1004 bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \ 1010 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1011 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1012 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 1014 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 1016 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1017 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1018 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h [all …]
|
| HD | Makefile.in | 1578 archive.lo: archive.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \ 1581 archures.lo: archures.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 1583 bfd.lo: bfd.c $(INCDIR)/filenames.h bfdver.h $(INCDIR)/libiberty.h \ 1589 bfdio.lo: bfdio.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1590 bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1591 cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 1593 coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h \ 1595 corefile.lo: corefile.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1596 format.lo: format.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h 1597 init.lo: init.c $(INCDIR)/filenames.h $(INCDIR)/hashtab.h [all …]
|
| /NextBSD/contrib/libarchive/libarchive/ |
| HD | archive_read_open_filename.c | 106 const char *filenames[2] = { filename, NULL }; in archive_read_open_filename() local 107 return archive_read_open_filenames(a, filenames, block_size); in archive_read_open_filename() 111 archive_read_open_filenames(struct archive *a, const char **filenames, in archive_read_open_filenames() argument 116 if (filenames) in archive_read_open_filenames() 117 filename = *(filenames++); in archive_read_open_filenames() 139 if (filenames == NULL) in archive_read_open_filenames() 141 filename = *(filenames++); in archive_read_open_filenames()
|
| /NextBSD/sys/tools/ |
| HD | fw_stub.awk | 103 filenames[num_files] = curr[1]; 141 symb = filenames[file_i]; 167 symb = filenames[file_i];
|
| HD | makeobjops.awk | 379 filenames[num_files++] = ARGV[i]; 398 debug("Filename: " filenames[i]); 401 src = filenames[file_i];
|
| /NextBSD/contrib/groff/src/utils/indxbib/ |
| HD | indxbib.cpp | 86 string filenames; variable 445 store_reference(filenames.length(), 0, 0); in do_whole_file() 461 int filename_index = filenames.length(); in do_file() 665 filenames += fn; in store_filename() 666 filenames += '\0'; in store_filename() 754 fwrite_or_die(filenames.contents(), 1, filenames.length(), indxfp); in write_hash_table() 763 h.strings_size = filenames.length(); in write_hash_table()
|
| /NextBSD/contrib/compiler-rt/lib/sanitizer_common/scripts/ |
| HD | litlint.py | 63 (options, filenames) = parser.parse_args() 67 for p in filenames:
|
| /NextBSD/crypto/heimdal/lib/krb5/ |
| HD | context.c | 620 krb5_set_config_files(krb5_context context, char **filenames) in krb5_set_config_files() argument 624 while(filenames != NULL && *filenames != NULL && **filenames != '\0') { in krb5_set_config_files() 625 ret = krb5_config_parse_file_multi(context, *filenames, &tmp); in krb5_set_config_files() 630 filenames++; in krb5_set_config_files() 857 krb5_free_config_files(char **filenames) in krb5_free_config_files() argument 860 for(p = filenames; p && *p != NULL; p++) in krb5_free_config_files() 862 free(filenames); in krb5_free_config_files()
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | arc4random.c | 322 static const char *filenames[] = { in arc4_seed_urandom() local 329 for (i = 0; filenames[i]; ++i) { in arc4_seed_urandom() 330 if (arc4_seed_urandom_helper_(filenames[i]) == 0) { in arc4_seed_urandom()
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_fs/ |
| HD | revprops.c | 288 const char **filenames, **filenames_end; in get_revprop_packname() local 337 for (filenames = (const char **)revprops->manifest->elts, in get_revprop_packname() 338 filenames_end = filenames + rev_count, in get_revprop_packname() 341 (filenames < filenames_end) && (buffer < buffer_end); in get_revprop_packname() 342 ++filenames) in get_revprop_packname() 345 *filenames = buffer; in get_revprop_packname() 366 if (filenames < filenames_end) in get_revprop_packname()
|
| /NextBSD/contrib/groff/tmac/ |
| HD | README | 7 the filenames `hyphen.<language>', e.g. `hyphen.de' or `hyphen.uk'.
|
| /NextBSD/tools/tools/ |
| HD | README | 33 html-mv Rename HTML generated filenames to human readable filenames.
|
| /NextBSD/contrib/subversion/subversion/libsvn_fs_x/ |
| HD | revprops.c | 766 const char **filenames, **filenames_end; in get_revprop_packname() local 816 for (filenames = (const char **)revprops->manifest->elts, in get_revprop_packname() 817 filenames_end = filenames + rev_count, in get_revprop_packname() 820 (filenames < filenames_end) && (buffer < buffer_end); in get_revprop_packname() 821 ++filenames) in get_revprop_packname() 824 *filenames = buffer; in get_revprop_packname() 845 if (filenames < filenames_end) in get_revprop_packname()
|
| /NextBSD/sys/fs/cd9660/ |
| HD | TODO.hibler | 16 filenames as they really are without lower-casing. Does this make sense?
|
| /NextBSD/contrib/byacc/ |
| HD | config_h.in | 39 /* Define to 1 if filesystem supports mixed-case filenames. */
|
| /NextBSD/contrib/tnftp/ |
| HD | README | 28 * retrieval of filenames listed in a given file (see `fget')
|
| /NextBSD/usr.bin/bmake/tests/ |
| HD | README | 102 This also lists special filenames. 134 List of pairs of filenames. Each pair is passed to ln(1).
|
| /NextBSD/contrib/libarchive/ |
| HD | README | 61 * GNU tar format (including GNU long filenames, long link names, and sparse files) 92 entries that require pax extensions (for long filenames, ACLs, etc).
|
| /NextBSD/contrib/binutils/binutils/ |
| HD | Makefile.am | 457 $(INCDIR)/hashtab.h bucomm.h arsup.h $(INCDIR)/filenames.h \ 462 $(INCDIR)/filenames.h bucomm.h arsup.h 472 $(INCDIR)/filenames.h $(BFDDIR)/libbfd.h $(INCDIR)/hashtab.h \ 520 $(INCDIR)/ansidecl.h debug.h budbg.h $(INCDIR)/filenames.h 545 budbg.h $(INCDIR)/filenames.h $(INCDIR)/fnmatch.h $(BFDDIR)/elf-bfd.h \ 628 debug.h budbg.h $(INCDIR)/filenames.h $(INCDIR)/aout/aout64.h \
|
| /NextBSD/cddl/contrib/dtracetoolkit/Examples/ |
| HD | opensnoop_example.txt | 7 shown, along with the filenames.
|
| /NextBSD/contrib/gperf/ |
| HD | NEWS | 10 * Fixed #line directives for filenames containing backslashes.
|
| /NextBSD/contrib/tcsh/ |
| HD | tcsh.man2html | 39 $shortfiles = 0; # Use long filenames 119 # Decide on HTML suffix and append it to filenames 220 $file = $#sectionlines; # Short filenames; use number 222 $file = $text; # Long filenames; use title
|
| /NextBSD/crypto/openssl/ |
| HD | INSTALL | 227 installation target filenames. 233 same filenames. This means that applications that use OpenSSL 248 To compile an application that uses old filenames -- e.g.
|
| /NextBSD/contrib/groff/src/preproc/refer/ |
| HD | TODO | 15 back to filenames.
|