Searched refs:file (Results 126 - 150 of 1427) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/sharutils/src/
H A Dunshar.c20 filter which removes the front part of a file and passes the rest to
28 /* Buffer size for holding a file name. FIXME: No fix limit in GNU... */
125 | Associated with a given file NAME, position FILE at the start of the |
126 | shell command portion of a shell archive file. Scan file from position |
131 find_archive (name, file, start)
133 FILE *file;
144 fseek (file, start, 0);
151 position = ftell (file);
155 if (!fgets (buffer, BUFSIZ, file))
348 FILE *file; local
[all...]
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dhistfile.c1 /* histfile.c - functions to manipulate the history file. */
5 This file contains the GNU History Library (History), a set of
40 # include <sys/file.h>
102 /* If non-zero, we write timestamps to the history file in history_do_write() */
160 until the end of the file. If FILENAME is NULL, then read from
169 int file, current_line, chars_read; local
182 file = open (input, O_RDONLY|O_BINARY, 0666);
184 if ((file < 0) || (fstat (file, &finfo) == -1))
199 buffer = (char *)mmap (0, file_size, PROT_READ|PROT_WRITE, MAP_RFLAGS, file,
311 int file, chars_read, rv; local
424 int file, mode, rv; local
[all...]
/haiku-fatelf/headers/private/kernel/boot/platform/amiga_m68k/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/atari_m68k/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/cfe/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/openfirmware/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/raspberrypi_arm/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/routerboard_mipsel/
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/headers/private/kernel/boot/platform/u-boot/
H A Dplatform_kernel_args.h9 # error This file is included from <boot/kernel_args.h> only
H A Dplatform_stage2_args.h9 # error This file is included from <boot/stage2_args.h> only
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.h91 void HeaderFetched(const entry_ref& ref, BFile* file);
92 void BodyFetched(const entry_ref& ref, BFile* file);
95 status_t _CheckForSpam(BFile* file);
103 status_t _AddSpamToSubject(BNode* file, float spamRatio);
/haiku-fatelf/src/add-ons/media/plugins/asf_reader/libasf/
H A Dheader.h1 /* libasf - An Advanced Systems Format media file parser
24 int asf_parse_header_validate(asf_file_t *file, asf_object_header_t *header);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dctype.h56 # define GL_LINK_WARNING1(file, line, message) \
57 GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */
58 # define GL_LINK_WARNING2(file, line, message) \
59 GL_LINK_WARNING3 (file ":" #line ": warning: " message)
H A Dfile-set.c20 #include "file-set.h"
25 /* Record file, FILE, and dev/ino from *STATS, in the hash table, HT.
29 record_file (Hash_table *ht, char const *file, struct stat const *stats) argument
37 ent->name = xstrdup (file);
59 for the file described by FILE and STATS. */
61 seen_file (Hash_table const *ht, char const *file, argument
69 new_ent.name = (char *) file;
H A Dlocale.h51 # define GL_LINK_WARNING1(file, line, message) \
52 GL_LINK_WARNING2 (file, line, message) /* macroexpand file and line */
53 # define GL_LINK_WARNING2(file, line, message) \
54 GL_LINK_WARNING3 (file ":" #line ": warning: " message)
H A Dopenat-proc.c37 /* The results of open() in this file are not used with fchdir,
57 openat_proc_name (char buf[OPENAT_BUFFER_SIZE], int fd, char const *file) argument
62 if (!*file)
72 /proc/self/fd mishandles "..", and any file name might expand
100 size_t bufsize = PROC_SELF_FD_NAME_SIZE_BOUND (strlen (file));
102 sprintf (result, PROC_SELF_FD_FORMAT, fd, file);
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfile-set.c20 #include "file-set.h"
25 /* Record file, FILE, and dev/ino from *STATS, in the hash table, HT.
29 record_file (Hash_table *ht, char const *file, struct stat const *stats) argument
37 ent->name = xstrdup (file);
59 for the file described by FILE and STATS. */
61 seen_file (Hash_table const *ht, char const *file, argument
69 new_ent.name = (char *) file;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dmacroscope.h5 This file is part of GDB.
30 in scope: a source file (either a main source file or an
31 #inclusion), and a line number in that file. */
33 struct macro_source_file *file; member in struct:macro_scope
/haiku-fatelf/src/bin/hid_decode/
H A Dhid_decode.cpp25 BFile file(argv[1], B_READ_ONLY);
26 if (!file.IsReadable()) {
27 printf("can't open file \"%s\" for reading\n", argv[1]);
32 file.GetSize(&descriptorLength);
40 ssize_t read = file.Read(reportDescriptor, descriptorLength);
42 printf("failed to read file of %lld bytes: %s\n", descriptorLength,
/haiku-fatelf/src/bin/keymap/
H A DKeymap.h30 status_t LoadSource(FILE* file);
34 status_t SaveAsSource(FILE* file);
47 void _SaveSourceText(FILE* file,
50 void _SaveSourceText(FILE* file);
/haiku-fatelf/src/bin/rc/
H A Dcompile.cpp41 static BFile file; variable
58 char* file; member in struct:mem_t
73 AddIncludeDir(const char *file);
81 AddIncludeDir::AddIncludeDir(const char *file) argument
83 // ignore the special stdin file
84 if (!strcmp(file, "-"))
87 if (fPath.SetTo(file) != B_OK
117 mem.file = strdup(lexfile);
136 free(i->file);
157 printf("%p allocated at %s:%ld\n", i->ptr, i->file,
193 compile_file(char *file) argument
[all...]
/haiku-fatelf/src/libs/ncurses/
H A Dmkinstalldirs12 for file in ${1+"$@"} ; do
13 set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`

Completed in 330 milliseconds

1234567891011>>