Searched refs:file (Results 1 - 25 of 737) sorted by path

1234567891011>>

/haiku/3rdparty/kallisti5/
H A DlicenseReport.rb7 # Give a file, and I guess the license.
14 @file = ARGV.first
26 return "empty file" if lines == nil
39 puts "#{@file}: #{check_license(@file)}"
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php37 // (you will have to move the VncViewer.jar file around)
78 // default arguments: no network, emulate tablet, readonly image file.
530 // redirect output to log file
596 "or open <a href=\"" . $_SERVER['PHP_SELF'] . "?getfile=vncinfo&slot=" . vnc_display() . "\">this file</a>, " .
/haiku/3rdparty/mmu_man/scripts/
H A Dbootstrap-haiku.sh34 file="${url##*/}"
40 #if [ ! -e "$file" ]; then
41 log "Downloading latest revision: $file"
50 unzip "$file"
82 #file=haiku-nightly-r37641-x86gcc2hybrid-raw.zip
/haiku/build/scripts/
H A Dgenerate_CountryFlags.sh9 for file in *
11 id=`echo "$file" | cut -b -2`
12 name=`echo "${file%%.*}" | cut -b 4-`
16 tail -n +3 "$file" >> $destination
/haiku/data/config/boot/
H A DUserBootscript6 for file in $HOME/config/settings/boot/launch/*
8 /bin/open "$file" &
15 # This file is a standard bash script. For more information regarding shell
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex41 attributes resources are part of the file contents and thus do not require a
42 special file system handling, but rather a special file format.
44 (resource files), on the other hand these are file formats extended to
49 Section \ref{file-formats} explains how the resources format is embedded in
50 different file formats. Section \ref{resources-format} discusses the resources
59 \label{file-formats}
61 In all file formats described in this section the resources are being located
68 after the magic number identifying the file format:
127 In an ELF file, resource
[all...]
/haiku/docs/develop/media/
H A DMediaFileProducer.h101 const entry_ref & file,
105 const entry_ref & file,
H A DMediaFileProducerAddOn.h43 const entry_ref & file,
/haiku/headers/cpp/
H A Deditbuf.h4 This file is part of the GNU IO Library. This library is free
16 along with this library; see the file COPYING. If not, write to the Free
23 the executable file might be covered by the GNU General Public License.
49 FILE *file;
/haiku/headers/libs/agg/
H A Dagg_gsv_text.h50 void load_font(const char* file);
/haiku/headers/libs/print/libprint/
H A DDbgMsg.h20 void DUMP_BFILE(BFile *file, const char *name);
26 #define DUMP_BFILE(file, name) (void)0
H A DGraphicsDriver.h76 bool _SetupData(BFile* file);
86 bool _PrintJob(BFile* file);
H A DPrintProcess.h25 PictureData(BFile *file);
35 PageData(BFile *file, bool reverse);
52 SpoolData(BFile *file, int32 page_count, int32 nup, bool reverse);
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h33 * Description: This file defines a few x86 macros that can be used by the
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku/headers/os/add-ons/mail_daemon/
H A DMailFilter.h24 virtual BMailFilterAction HeaderFetched(entry_ref& ref, BFile& file,
26 virtual void BodyFetched(const entry_ref& ref, BFile& file,
32 BFile& file);
33 virtual void MessageSent(const entry_ref& ref, BFile& file);
/haiku/headers/os/add-ons/registrar/
H A DMimeSnifferAddon.h27 virtual float GuessMimeType(BFile* file,
/haiku/headers/os/app/
H A DNotification.h61 status_t SetOnClickFile(const entry_ref* file);
/haiku/headers/os/drivers/bus/
H A DATA.h38 union ata_task_file *file, ata_reg_mask mask);
40 union ata_task_file *file, ata_reg_mask mask);
/haiku/headers/os/mail/
H A DMailAttachment.h21 virtual status_t SetTo(BFile *file, bool deleteFileWhenDone = false) = 0;
38 BSimpleMailAttachment(BFile *file, bool delete_when_done);
44 virtual status_t SetTo(BFile *file, bool delete_file_when_done = false);
85 BAttributedMailAttachment(BFile *file, bool delete_when_done);
91 virtual status_t SetTo(BFile *file, bool delete_file_when_done = false);
97 //-----we pay no attention to entry, but set it to the location of our file in /tmp
/haiku/headers/os/media/
H A DFileInterface.h30 virtual status_t SniffRef(const entry_ref& file,
33 virtual status_t SetRef(const entry_ref& file,
/haiku/headers/os/package/hpkg/
H A DPackageReader.h40 status_t Init(BPositionIO* file, bool keepFile,
H A DPackageWriter.h76 status_t Init(BPositionIO* file, bool keepFile,
/haiku/headers/os/storage/
H A DAppFileInfo.h52 BAppFileInfo(BFile* file);
55 status_t SetTo(BFile* file);
H A DDirectory.h57 status_t CreateFile(const char *path, BFile *file,
H A DFile.h20 BFile(const BFile &file);
46 BFile &operator=(const BFile &file);
63 // The file's open mode.

Completed in 299 milliseconds

1234567891011>>