Searched refs:file (Results 101 - 125 of 1427) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/man/
H A Dlink.x2 link \- call the link function to create a link to a file
H A Dpathchk.x2 pathchk \- check whether file names are valid or portable
H A Dreadlink.x2 readlink \- print value of a symbolic link or canonical file name
H A Dshred.x2 shred \- overwrite a file to hide its contents, and optionally delete it
H A Dsum.x2 sum \- checksum and count the blocks in a file
H A Dtruncate.x2 truncate \- shrink or extend the size of a file to the specified size
H A Dtty.x2 tty \- print the file name of the terminal connected to standard input
H A Dunlink.x2 unlink \- call the unlink function to remove the specified file
H A Dwc.x2 wc \- print newline, word, and byte counts for each file
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dopen-safer.c29 open_safer (char const *file, int flags, ...) argument
48 return fd_safer (open (file, flags, mode));
H A Dat-func.c31 AT_FUNC_NAME (int fd, char const *file AT_FUNC_POST_FILE_PARAM_DECLS)
37 if (fd == AT_FDCWD || IS_ABSOLUTE_FILE_NAME (file))
38 return CALL_FUNC (file);
42 char *proc_file = openat_proc_name (buf, fd, file);
73 err = CALL_FUNC (file);
/haiku-fatelf/src/bin/gdb/gdb/regformats/
H A Dregdat.sh6 # This file is part of GDB.
24 file=$1
25 if test -r ${file} && cmp -s "${file}" new-"${file}"
27 echo "${file} unchanged." 1>&2
29 mv new-"${file}" "${file}"
30 echo "${file} updated." 1>&2
100 This file i
[all...]
/haiku-fatelf/src/libs/ncurses/include/
H A DMKncurses_def.sh50 * This file is generated by $0
/haiku-fatelf/src/bin/bash/
H A Dxmalloc.c5 This file is part of GNU Bash, the GNU Bourne Again SHell.
137 sh_xmalloc (bytes, file, line)
139 char *file;
144 temp = sh_malloc (bytes, file, line);
150 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"), file, line, (unsigned long)bytes, (unsigned long)allocated);
152 fatal_error (_("xmalloc: %s:%d: cannot allocate %lu bytes"), file, line, (unsigned long)bytes);
160 sh_xrealloc (pointer, bytes, file, line)
163 char *file;
168 temp = pointer ? sh_realloc (pointer, bytes, file, line) : sh_malloc (bytes, file, lin
[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);
71 symlinkat (char const *contents, int fd, char const *file) argument
73 return symlinkat_reversed (fd, file, contents);
/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dobprintf.c3 This file is part of the GNU C Library.
33 struct _IO_FILE_plus file; member in struct:_IO_obstack_file
130 new_f.ofile.file.file._lock = NULL;
133 _IO_no_init (&new_f.ofile.file.file, _IO_USER_LOCK, -1, NULL, NULL);
134 _IO_JUMPS (&new_f.ofile.file) = &_IO_obstack_jumps;
157 assert (size == (new_f.ofile.file.file._IO_write_end
158 - new_f.ofile.file
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dconvert.c5 This file is part of GNU Wget.
84 char *file = file_array[i]; local
86 /* Determine the URL of the file. get_urls_{html,css} will need
88 url = hash_table_get (dl_file_url_map, file);
91 DEBUGP (("Apparently %s has been removed.\n", file));
95 DEBUGP (("Scanning %s (from %s)\n", file, url));
97 /* Parse the file... */
98 urls = is_css ? get_urls_css_file (file, url) :
99 get_urls_html (file, url, NULL, NULL);
102 the file i
203 convert_links(const char *file, struct urlpos *links) argument
418 write_backup_file(const char *file, downloaded_file_t downloaded_file_return) argument
605 local_quote_string(const char *file) argument
722 char *file = (char *)arg; local
738 dissociate_urls_from_file(const char *file) argument
751 register_download(const char *url, const char *file) argument
833 char *file; local
846 register_delete_file(const char *file) argument
864 register_html(const char *url, const char *file) argument
874 register_css(const char *url, const char *file) argument
961 downloaded_file(downloaded_file_t mode, const char *file) argument
[all...]
/haiku-fatelf/data/bin/
H A Dinstall-wifi-firmwares.sh109 local file=$2
113 if [ ! -e $dir/$file ] ; then
115 wget -nv -O $dir/$file $url
129 for file in * ; do
130 if [ "$file" != "$driver" ] && [ -f "$file" ] ; then
131 chmod a=r $file
167 local file='ipw2100-fw-1.3.tgz'
168 local url="${baseURL}/intel/${file}"
170 DownloadFileIfNotCached $url $file
[all...]
/haiku-fatelf/src/add-ons/media/plugins/musepack/mpc/
H A Din_mpc.h44 unsigned int StreamVersion; // Streamversion of current file
45 unsigned int Bitrate; // bitrate of current file (bps)
88 int ReadHeaderSV6 ( BPositionIO *file );
89 int ReadHeaderSV7 ( BPositionIO *file );
90 int ReadHeaderSV8 ( BPositionIO *file );
91 int ReadTags ( BPositionIO *file ); // reads all tags from file
92 int ReadID3v1Tag ( BPositionIO *file ); // reads ID3v1 tag
93 int ReadAPE1Tag ( BPositionIO *file ); // reads APE 1.0 tag
94 int ReadAPE2Tag ( BPositionIO *file ); // read
[all...]
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dgnupload70 Options and commands are applied in order. If the file $conffile exists
108 # Read local configuration file
110 echo "$0: Reading configuration file $conffile"
209 echo "$0: No file to upload" 1>&2
215 for file
217 if test ! -f $file; then
218 echo "$0: Cannot find \`$file'" 1>&2
221 linkname=`echo $file | sed "$symlink_expr"`
225 elif test "$linkname" = $file; then
226 echo "$0: symlink expression does not alter file nam
[all...]
/haiku-fatelf/src/tests/kits/storage/
H A DResourcesTest.cpp25 static const char *emptyFile = "/tmp/testDir/empty-file";
26 static const char *noResFile = "/tmp/testDir/no-res-file";
29 static const char *noSuchFile = "/tmp/testDir/no-such-file";
210 + " ; echo \"That's not a resource file.\" > " + noResFile
227 // x86 resource file
231 BFile file(x86ResFile, B_READ_ONLY);
232 CPPUNIT_ASSERT( file.InitCheck() == B_OK );
233 CPPUNIT_ASSERT( resources.SetTo(&file, false) == B_OK );
235 // ppc resource file
239 BFile file(ppcResFil
504 BFile file; local
906 BFile file; local
[all...]
/haiku-fatelf/src/kits/mail/
H A DHaikuMailFormatFilter.h21 BFile* file);
22 void BodyFetched(const entry_ref& ref, BFile* file);
25 BFile* file);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/consistency_check/
H A Dgenerate_hashs.cpp56 status_t Process(int file) argument
60 fFile = file;
151 fprintf(stderr, "Could not stat file \"%s\": %s\n", path,
163 int file = open(path, O_RDONLY); local
164 if (file < 0) {
165 fprintf(stderr, "Could not open file \"%s\": %s\n", path,
170 status_t status = gSHA.Process(file);
197 int file = open(name, O_WRONLY | O_TRUNC | O_CREAT); local
198 if (file < 0) {
199 fprintf(stderr, "%s: Could not write hash file \"
255 int file = open(hashFileName, O_RDONLY); local
[all...]
/haiku-fatelf/src/libs/zlib/
H A Dminigzip.c9 * full-featured gzip. No attempt is made to deal with file systems
12 * real thing. On MSDOS, use only on file names without extension
40 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
42 # define SET_BINARY_MODE(file)
52 # define fileno(file) file->__file
151 void file_compress OF((char *file, char *mode));
152 void file_uncompress OF((char *file));
199 /* Try compressing the input file a
357 gzFile file; local
[all...]
/haiku-fatelf/src/bin/gdb/readline/
H A Dhistfile.c1 /* histfile.c - functions to manipulate the history file. */
5 This file contains the GNU History Library (the Library), a set of
19 is generally kept in a file called COPYING or LICENSE. If you do not
36 # include <sys/file.h>
147 until the end of the file. If FILENAME is NULL, then read from
156 int file, current_line, chars_read; local
162 file = open (input, O_RDONLY|O_BINARY, 0666);
164 if ((file < 0) || (fstat (file, &finfo) == -1))
183 buffer = (char *)mmap (0, file_size, PROT_READ|PROT_WRITE, MAP_RFLAGS, file,
263 int file, chars_read, rv; local
376 int file, mode, rv; local
[all...]

Completed in 161 milliseconds

1234567891011>>