Searched refs:contents (Results 1 - 25 of 200) sorted by relevance

12345678

/haiku-fatelf/src/bin/coreutils/man/
H A Ddir.x2 dir \- list directory contents
H A Dls.x2 ls \- list directory contents
H A Dvdir.x2 vdir \- list directory contents
H A Dptx.x2 ptx \- produce a permuted index of file contents
H A Dshred.x2 shred \- overwrite a file to hide its contents, and optionally delete it
/haiku-fatelf/src/apps/glteapot/
H A Dutil.h13 template <class contents>
15 contents* car;
19 inline LispNode(contents* value)
23 inline LispNode(contents* value, LispNode* next)
27 inline LispNode(LispNode* prev, contents* value)
32 template <class contents>
34 LispNode<contents> *first;
45 inline LispList(LispNode<contents>* _first)
66 inline int is_present(contents* element)
68 for (LispNode<contents>* nod
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsymlinkat.c44 symlink_reversed (char const *file, char const *contents) argument
46 return symlink (contents, file);
52 symlinkat_reversed (int fd, char const *file, char const *contents);
56 # define AT_FUNC_POST_FILE_PARAM_DECLS , char const *contents
57 # define AT_FUNC_POST_FILE_ARGS , contents
71 symlinkat (char const *contents, int fd, char const *file) argument
73 return symlinkat_reversed (fd, file, contents);
86 /* Read the contents of symlink FILE into buffer BUF of size LEN, in the
H A Dsymlink.c33 rpl_symlink (char const *contents, char const *name) argument
43 return symlink (contents, name);
50 symlink (char const *contents _GL_UNUSED,
/haiku-fatelf/data/bin/
H A Duserguide4 http://cgit.haiku-os.org/haiku/plain/docs/userguide/en/contents.html"
6 userGuide=$userGuideDir/en/contents.html
7 localizedUserGuide=$userGuideDir/"$LANG"/contents.html
/haiku-fatelf/src/kits/storage/
H A DSymLink.cpp101 //! Reads the contents of the symbolic link into a buffer.
134 /*! \brief Combines a directory path and the contents of this symbolic link to
162 /*! \brief Combines a directory path and the contents of this symbolic link to
179 char contents[B_PATH_NAME_LENGTH]; local
180 ssize_t result = ReadLink(contents, sizeof(contents));
182 if (BPrivate::Storage::is_absolute_path(contents))
183 result = path->SetTo(contents);
185 result = path->SetTo(dir, contents);
202 char contents[B_PATH_NAME_LENGT local
[all...]
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf32-avr.c489 contents, rel, relocation)
493 bfd_byte * contents;
504 contents += rel->r_offset;
516 x = bfd_get_16 (input_bfd, contents);
518 bfd_put_16 (input_bfd, x, contents);
522 contents += rel->r_offset;
551 x = bfd_get_16 (input_bfd, contents);
553 bfd_put_16 (input_bfd, x, contents);
557 contents += rel->r_offset;
559 x = bfd_get_16 (input_bfd, contents);
693 bfd_put_16 (input_bfd, (bfd_vma) srel & 0xffff, contents+2); local
[all...]
H A Dcoff-tic80.c494 input_section, contents, relocs, syms,
500 bfd_byte *contents;
535 size of the symbol is included in the section contents, or it
609 contents, addr, val, addend);
620 contents + 2, addr, val, addend);
629 hold = contents[addr + 4];
630 contents[addr + 4] &=~ 0x20;
631 contents[addr + 4] |= (contents[addr] >> 1) & 0x20;
633 contents
[all...]
H A Delf-m10200.c229 input_section, contents, offset, value,
235 bfd_byte *contents;
244 bfd_byte *hit_data = contents + offset;
333 contents, relocs, local_syms, local_sections)
338 bfd_byte *contents;
391 contents, rel->r_offset,
494 bfd_byte *contents = NULL;
531 /* Get the section contents if we haven't done so already. */
532 if (contents == NULL)
535 if (elf_section_data (sec)->this_hdr.contents !
493 bfd_byte *contents = NULL; local
1164 bfd_byte *contents; local
[all...]
H A Delf32-h8300.c313 bfd_byte *contents, bfd_vma offset,
319 bfd_byte *hit_data = contents + offset;
358 /* Retrieve the type byte for value from the section contents. */
403 bfd_byte *contents, Elf_Internal_Rela *relocs,
453 contents, rel->r_offset,
666 bfd_byte *contents = NULL;
715 /* Get the section contents if we haven't done so already. */
716 if (contents == NULL)
719 if (elf_section_data (sec)->this_hdr.contents != NULL)
720 contents
310 elf32_h8_final_link_relocate(unsigned long r_type, bfd *input_bfd, bfd *output_bfd ATTRIBUTE_UNUSED, asection *input_section ATTRIBUTE_UNUSED, bfd_byte *contents, bfd_vma offset, bfd_vma value, bfd_vma addend, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sym_sec ATTRIBUTE_UNUSED, int is_local ATTRIBUTE_UNUSED) argument
400 elf32_h8_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *relocs, Elf_Internal_Sym *local_syms, asection **local_sections) argument
665 bfd_byte *contents = NULL; local
1272 bfd_byte *contents; local
[all...]
H A Delf32-crx.c424 asection *input_section, bfd_byte *contents,
431 bfd_byte *hit_data = contents + offset;
581 bfd_byte *contents; local
593 contents = elf_section_data (sec)->this_hdr.contents;
605 memmove (contents + addr, contents + addr + count,
620 isym = (Elf_Internal_Sym *) symtab_hdr->contents;
642 rsym = (Elf_Internal_Sym *) symtab_hdr->contents + r_symndx;
702 particular set of section contents, speciall
422 crx_elf_final_link_relocate(reloc_howto_type *howto, bfd *input_bfd, bfd *output_bfd ATTRIBUTE_UNUSED, asection *input_section, bfd_byte *contents, bfd_vma offset, bfd_vma Rvalue, bfd_vma addend, struct bfd_link_info *info ATTRIBUTE_UNUSED, asection *sec ATTRIBUTE_UNUSED, int is_local ATTRIBUTE_UNUSED) argument
794 elf32_crx_relocate_section(bfd *output_bfd, struct bfd_link_info *info, bfd *input_bfd, asection *input_section, bfd_byte *contents, Elf_Internal_Rela *relocs, Elf_Internal_Sym *local_syms, asection **local_sections) argument
930 bfd_byte *contents = NULL; local
[all...]
H A Delf32-msp430.c302 asection * input_section, bfd_byte * contents,
312 contents += rel->r_offset;
330 x = bfd_get_16 (input_bfd, contents);
332 bfd_put_16 (input_bfd, x, contents);
336 contents += rel->r_offset;
354 x = bfd_get_16 (input_bfd, contents);
356 bfd_put_16 (input_bfd, x, contents);
358 x = bfd_get_16 (input_bfd, contents - 2);
361 bfd_put_16 (input_bfd, x, contents - 2);
366 contents
301 msp430_final_link_relocate(reloc_howto_type * howto, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * rel, bfd_vma relocation) argument
422 elf32_msp430_relocate_section(bfd * output_bfd ATTRIBUTE_UNUSED, struct bfd_link_info * info, bfd * input_bfd, asection * input_section, bfd_byte * contents, Elf_Internal_Rela * relocs, Elf_Internal_Sym * local_syms, asection ** local_sections) argument
835 bfd_byte *contents; local
908 bfd_byte * contents = NULL; local
[all...]
H A Delf32-m68hc11.c401 loc = stub_sec->contents + stub_entry->stub_offset;
545 m68hc11_relax_group (bfd *abfd, asection *sec, bfd_byte *contents,
559 code = bfd_get_8 (abfd, contents + offset);
564 code = bfd_get_8 (abfd, contents + offset);
584 code = bfd_get_8 (abfd, contents + offset);
589 code = bfd_get_8 (abfd, contents + offset);
625 new_value = (unsigned) bfd_get_8 (abfd, contents + offset + 1);
629 bfd_put_8 (abfd, code, contents + offset);
630 bfd_put_8 (abfd, new_value, contents + offset + 1);
665 bfd_byte *contents
543 m68hc11_relax_group(bfd *abfd, asection *sec, bfd_byte *contents, unsigned value, unsigned long offset, unsigned long end_group) argument
663 bfd_byte *contents = NULL; local
1102 bfd_byte *contents; local
[all...]
H A Delf32-ip2k.c32 bfd_byte * contents; member in struct:misc
361 ip2k_nominal_page_bits (abfd, sec, addr, contents)
365 bfd_byte *contents;
385 ip2k_get_mem (abfd, contents + addr, 2, code);
390 if (ip2k_is_switch_table_128 (abfd, sec, addr, contents) != -1)
394 if (ip2k_is_switch_table_256 (abfd, sec, addr, contents) != -1)
401 ip2k_get_mem (abfd, contents + addr - 2, 2, code);
434 ip2k_nominal_page_bits (abfd, sec, irel->r_offset, misc->contents))
448 /* Note that we've changed the relocs, section contents, etc. */
450 elf_section_data (sec)->this_hdr.contents
807 bfd_byte *contents = NULL; local
1077 bfd_byte *contents; local
1300 bfd_byte *contents = elf_section_data (sec)->this_hdr.contents; local
[all...]
H A Delf-m10300.c978 input_section, contents, offset, value,
984 bfd_byte *contents;
995 bfd_byte *hit_data = contents + offset;
1098 (bfd_byte *) (((Elf32_External_Rela *) sreloc->contents)
1316 sgot->contents + off);
1326 bfd_put_32 (output_bfd, value, sgot->contents + off);
1343 srelgot->contents)
1388 contents, relocs, local_syms, local_sections)
1393 bfd_byte *contents;
1489 contents, re
1667 bfd_byte *contents = NULL; local
3441 bfd_byte *contents; local
[all...]
/haiku-fatelf/src/bin/sharutils/contrib/
H A Dshar.sh48 contents='' # no files so far.
60 contents="$contents $unpack_name"
92 # echo "# Contents: $contdirs$contents"
94 # Complex and cosmetic version to pack contents list onto lines that fit on
99 for item in $contdirs $contents
162 FALSE) wc $contents | sed 's=[^ ]*/==' ;;
165 echo "wc $contents | sed 's=[^ ]*/==' | "'diff -b $temp - >$dtemp'
/haiku-fatelf/src/apps/mediaplayer/support/
H A DFileReadWrite.cpp38 FileReadWrite::Write(const BString& contents) const
40 ssize_t written = fFile->Write(contents.String(), contents.Length());
41 if (written != contents.Length())
H A DFileReadWrite.h23 status_t Write(const BString& contents) const;
/haiku-fatelf/build/scripts/
H A Dbuild_archive56 echo "Preparing contents of archive $archive ..."
77 contents=$(ls)
78 tar --format ustar -czf $archive $contents
/haiku-fatelf/src/kits/storage/disk_device/jobs/
H A DMoveJob.h22 PartitionReference** contents,
/haiku-fatelf/src/tests/system/libroot/posix/
H A Dseek_and_write_test.cpp16 test_for_content(int fd, off_t start, const char* contents, size_t length) argument
27 if (memcmp(contents, buffer, toRead)) {
32 contents += toRead;
106 // Truncate it again in order to remove its contents
115 // Test contents

Completed in 209 milliseconds

12345678