Searched refs:file (Results 726 - 737 of 737) sorted by relevance

<<21222324252627282930

/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c863 fs_walk(fs_volume *_volume, fs_vnode *_base, const char *file, ino_t *vnid) argument
869 //dprintf("nfs: walk(%s)\n", file);//XXX:mmu_man:debug
874 if (!strcmp(".", file))
880 if ((result = nfs_lookup(ns, &base->fhandle, file, &newNode->fhandle,
2488 /* VM file access */
2516 /* file operations */
/haiku/src/libs/stdc++/legacy/
H A Diostream.cc4 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
24 the executable file might be covered by the GNU General Public License. */
891 { Is in osform.cc, to avoid pulling in all of _IO_vfprintf by this file. */ }
/haiku/src/add-ons/translators/raw/
H A DRAW.cpp100 FILE* file = fopen("/tmp/RAW.out", "wb");
101 if (file == NULL)
104 fwrite(data, length, 1, file);
105 fclose(file);
2794 /*! Reads a TIFF tag and positions the file stream to its data section
/haiku/src/tests/kits/game/chart/
H A DChartWindow.cpp303 /* this function will play a wav sound file, with the specified
330 /* return the version_info of a file, described by its name
337 BFile file; local
345 /* find the file */
347 file.SetTo(path.Path(), O_RDONLY);
348 if ((res = file.InitCheck()) != B_NO_ERROR)
352 if ((res = appinfo.SetTo(&file)) != B_NO_ERROR)
/haiku/src/system/kernel/fs/
H A Dvfs.cpp20 #include <sys/file.h>
123 /*! \brief Structure to manage a mounted file system
356 // file descriptor operation prototypes
748 /*! Tries to open the specified file system module.
749 Accepts a file system name of the form "bfs" or "file_systems/bfs/v1".
750 Returns a pointer to file system module interface, or NULL if it
772 /*! Accepts a file system name of the form "bfs" or "file_systems/bfs/v1"
784 // the name already seems to be the module's file name
806 /*! Accepts a list of file system names separated by a colon, one for each
807 layer and returns the file syste
4388 VnodePutter file; local
[all...]
/haiku/src/libs/agg/src/
H A Dagg_gsv_text.cpp545 void gsv_text::load_font(const char* file) argument
548 FILE* fd = fopen(file, "rb");
/haiku/src/system/kernel/arch/m68k/
H A Darch_vm_translation_map_impl.cpp16 #error This file is included from arch_*_mmu.cpp
/haiku/src/system/libroot/posix/glibc/libio/
H A DlibioP.h2 This file is part of the GNU C Library.
19 As a special exception, if you link the code in this file with
23 however invalidate any other reasons why the executable file
199 relative to the start of the file (if DIR==0), the current position
200 (MODE==1), or the end of the file (MODE==2).
217 /* The 'setbuf' hook gives a buffer to the file.
224 of the file with the external state.
230 /* The 'doallocate' hook is used to tell the file to allocate a buffer.
242 parameter is used instead of a integer file descriptor; the default
248 /* The 'sysread' hook is used to read data from the external file int
345 _IO_FILE file; member in struct:_IO_FILE_plus
[all...]
/haiku/src/kits/interface/
H A DView.cpp4223 // "Begins recording a picture to the file with the given filename
4225 // will be written to the file until EndPicture() is called. The
4226 // stored commands may be played from the file with DrawPicture()."
4443 BFile file(filename, B_READ_ONLY);
4444 if (file.InitCheck() < B_OK)
4447 file.Seek(offset, SEEK_SET);
4450 if (picture.Unflatten(&file) < B_OK)
H A DTextView.cpp1182 BTextView::SetText(BFile* file, int32 offset, int32 length, argument
1189 if (file == NULL)
1195 if (!fText->InsertText(file, offset, length, 0))
/haiku/src/bin/network/telnet/
H A Dcommands.c44 # include <sys/file.h>
711 "don't read ~/.telnetrc file",
714 "skip reading of ~/.telnetrc file" },
885 { "tracefile", "file to write trace information to", SetNetTrace, (cc_t *)NetTraceFile},
/haiku/src/bin/network/traceroute/
H A Dtraceroute.c149 * file that came with the source to this program for a description
197 #include <sys/file.h>
316 int s; /* receive (icmp) socket file descriptor */
317 int sndsock; /* send (udp) socket file descriptor */

Completed in 138 milliseconds

<<21222324252627282930