Searched refs:FILE (Results 101 - 125 of 266) sorted by relevance

1234567891011

/haiku/src/tests/servers/app/code_to_name/
H A Dcode_to_name.cpp48 FILE* file = fopen(path.Path(), "r");
/haiku/src/tests/system/libroot/posix/
H A Dtst-ungetwc1.c14 FILE *fp;
H A Dtst-ungetwc2.c14 FILE *fp;
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp79 OuputWriter(FILE* output, const BMessage& package)
162 FILE* fOutput;
253 FILE* input = fopen(opdName, "r");
261 FILE* output = packageInfoName != NULL
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DFortuneFilter.cpp67 FILE *fd;
/haiku/src/tests/kits/interface/
H A DWidthBufferTest.cpp67 FILE *file = fopen("/boot/beos/etc/termcap", "r");
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf_size.c42 # define FILE _IO_FILE macro
46 ssize_t __printf_pad __P ((FILE *, char pad, int n)); /* In vfprintf.c. */
92 extern int __printf_fp (FILE *fp, const struct printf_info *info,
97 printf_size (FILE *fp, const struct printf_info *info, const void *const *args)
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFileReader.h41 FILE* fFile;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Drealpath.c46 FILE *f;
H A Dlogging.c202 static FILE * ntfs_log_get_stream(u32 level)
204 FILE *stream;
437 * Note: For this handler, @data is a pointer to a FILE output stream.
454 FILE *stream;
456 if (!data) /* Interpret data as a FILE stream. */
458 stream = (FILE*)data;
548 * Note: For this handler, @data is a pointer to a FILE output stream.
581 * Note: For this handler, @data is a pointer to a FILE output stream.
613 * Note: For this handler, @data is a pointer to a FILE output stream.
/haiku/src/bin/
H A Dpidof.cpp20 usage(FILE* output = stdout)
H A Dcheckfs.cpp20 usage(FILE* output)
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.h62 FILE* fOutputFile;
/haiku/src/system/libnetwork/netresolv/net/
H A Dsethostent.c97 sethostent_r(FILE **hf)
114 endhostent_r(FILE **hf)
166 FILE *hf;
274 FILE *hf;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dacconvert.h240 FILE *RootFile);
/haiku/src/kits/device/
H A DJoystickTweaker.cpp40 FILE *_BJoystickTweaker::sLogFile = NULL;
161 FILE *file = fopen(configFilePath.String(), "r");
/haiku/src/libs/print/libprint/
H A DPackBits.cpp165 FILE *input = fopen(*++argv, "rb");
170 FILE *output = fopen("rle.out", "wb");
/haiku/src/system/libroot/posix/glibc/libio/
H A Diolibio.h4 (_IO_ungetc instead of ungetc), and using _IO_FILE instead of FILE. */
61 #define _IO_rewind(FILE) \
62 (void) _IO_seekoff_unlocked (FILE, 0, 0, _IOS_INPUT|_IOS_OUTPUT)
/haiku/src/bin/multiuser/
H A Dmultiuser_utils.cpp24 FILE* in = stdin;
25 FILE* out = stdout;
/haiku/src/system/libnetwork/netresolv/dst/
H A Dsupport.c304 * NON-NULL (FILE *) of opened file.
306 FILE *
309 FILE *fp;
/haiku/headers/cpp/
H A Diostdio.h37 typedef _IO_FILE FILE; typedef
98 /* We can use the libc versions of these, since they don't pass FILE*s. */
/haiku/src/libs/stdc++/legacy/
H A Dstdiostream.cc34 // A stdiobuf is "tied" to a FILE object (as used by the stdio package).
35 // Thus a stdiobuf is always synchronized with the corresponding FILE,
55 stdiobuf::stdiobuf(FILE *f) : filebuf(fileno(f))
58 // Turn off buffer in stdiobuf. Instead, rely on buffering in (FILE).
59 // Thus the stdiobuf will be synchronized with the FILE.
/haiku/headers/private/mail/
H A Dmail_util.h71 ssize_t readfoldedline(FILE *file, char **buffer, size_t *buflen);
75 // memory buffer, FILE* or BPositionIO, after folding \r?\n(\s)->$1. Return
/haiku/headers/libs/udis86/libudis86/
H A Dextern.h58 extern LIBUDIS86_DLLEXTERN void ud_set_input_file(struct ud*, FILE*);
/haiku/headers/private/shared/
H A DSettingsHandler.h87 FILE* fFile;

Completed in 214 milliseconds

1234567891011