Home
last modified time | relevance | path

Searched refs:file (Results 1 – 25 of 2162) sorted by relevance

12345678910>>...87

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dutil.c16 struct file *file; in file_lookup() local
19 for (file = file_list; file; file = file->next) { in file_lookup()
22 return file; in file_lookup()
26 file = xmalloc(sizeof(*file)); in file_lookup()
27 memset(file, 0, sizeof(*file)); in file_lookup()
28 file->name = file_name; in file_lookup()
30 file_list = file; in file_lookup()
31 return file; in file_lookup()
39 struct file *file; in file_write_dep() local
52 for (file = file_list; file; file = file->next) { in file_write_dep()
[all …]
A Dkxgettext.c65 const char *file; member
76 self->file = file; in file_line__new()
93 const char *file, int lineno) in message__new() argument
100 self->files = file_line__new(file, lineno); in message__new()
137 struct file_line *fl = file_line__new(file, lineno); in message__add_file_line()
158 rc = message__add_file_line(m, file, lineno); in message__add()
160 m = message__new(escaped, option, file, lineno); in message__add()
176 menu->file == NULL ? "Root Menu" : menu->file->name, in menu_build_message_list()
181 menu->file == NULL ? "Root Menu" : menu->file->name, in menu_build_message_list()
197 printf("#: %s:%d", fl->file, fl->lineno); in message__print_file_lineno()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A DChangeLog50 * td_thr_tlsbase.c: New file.
331 * Versions: New file.
426 * shlib-versions: New file.
430 * Makefile: New file.
431 * proc_service.h: New file.
432 * td_init.c: New file.
433 * td_log.c: New file.
442 * td_ta_new.c: New file.
464 * td_thr_tsd.c: New file.
466 * thread_db.h: New file.
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dopen.c17 static __always_inline _syscall3(int, __syscall_open, const char *, file, in _syscall3() argument
22 _syscall2(int, __NC(open2), const char *, file, int, flags) in _syscall3()
28 int open(const char *file, int oflag, ...)
41 return __NC(open)(file, oflag, mode);
43 return openat(AT_FDCWD, file, oflag, mode);
49 int result = __NC(open)(file, oflag, mode);
51 int result = openat(AT_FDCWD, file, oflag, mode);
A Dutimes.c16 int utimes(const char *file, const struct timeval tvp[2]) in utimes() argument
29 return utimensat(AT_FDCWD, file, times, 0); in utimes()
33 _syscall2(int, utimes, const char *, file, const struct timeval *, tvp)
39 int utimes(const char *file, const struct timeval tvp[2])
50 return utime(file, times);
/l4re-core-master/l4sys/include/
A Dicu3 * \file
11 * This file is part of TUD:OS and distributed under the terms of the
13 * Please see the COPYING-GPL-2 file for details.
15 * As a special exception, you may use this file as part of a free software
17 * templates or use macros or inline functions from this file, or you compile
18 * this file and link it with other files to produce an executable, this
19 * file does not by itself cause the resulting executable to be covered by
21 * invalidate any other reasons why the executable file might be covered by
A Dtypeinfo_svr3 * \file
10 * This file is part of TUD:OS and distributed under the terms of the
12 * Please see the COPYING-GPL-2 file for details.
14 * As a special exception, you may use this file as part of a free software
16 * templates or use macros or inline functions from this file, or you compile
17 * this file and link it with other files to produce an executable, this
18 * file does not by itself cause the resulting executable to be covered by
20 * invalidate any other reasons why the executable file might be covered by
A Dvm3 * \file
11 * This file is part of TUD:OS and distributed under the terms of the
13 * Please see the COPYING-GPL-2 file for details.
15 * As a special exception, you may use this file as part of a free software
17 * templates or use macros or inline functions from this file, or you compile
18 * this file and link it with other files to produce an executable, this
19 * file does not by itself cause the resulting executable to be covered by
21 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/l4re/include/
A Dconsts4 * \file
11 * This file is part of TUD:OS and distributed under the terms of the
13 * Please see the COPYING-GPL-2 file for details.
15 * As a special exception, you may use this file as part of a free software
17 * templates or use macros or inline functions from this file, or you compile
18 * this file and link it with other files to produce an executable, this
19 * file does not by itself cause the resulting executable to be covered by
21 * invalidate any other reasons why the executable file might be covered by
A Dconsole7 * This file is part of TUD:OS and distributed under the terms of the
9 * Please see the COPYING-GPL-2 file for details.
11 * As a special exception, you may use this file as part of a free software
13 * templates or use macros or inline functions from this file, or you compile
14 * this file and link it with other files to produce an executable, this
15 * file does not by itself cause the resulting executable to be covered by
17 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/cxx/lib/io/include/
A Diostream4 * \file
12 * This file is part of TUD:OS and distributed under the terms of the
14 * Please see the COPYING-GPL-2 file for details.
16 * As a special exception, you may use this file as part of a free software
18 * templates or use macros or inline functions from this file, or you compile
19 * this file and link it with other files to produce an executable, this
20 * file does not by itself cause the resulting executable to be covered by
22 * invalidate any other reasons why the executable file might be covered by
A Dl4iostream4 * \file
11 * This file is part of TUD:OS and distributed under the terms of the
13 * Please see the COPYING-GPL-2 file for details.
15 * As a special exception, you may use this file as part of a free software
17 * templates or use macros or inline functions from this file, or you compile
18 * this file and link it with other files to produce an executable, this
19 * file does not by itself cause the resulting executable to be covered by
21 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/uclibc/lib/contrib/uclibc/test/math/
A Dgen-libm-test.pl205 my ($file, $args) = @_;
224 print $file $cline;
231 print $file $cline;
236 my ($file, $descr, $args) = @_;
416 print $file " $cline";
486 my ($file) = @_;
493 open ULP, $file or die ("Can't open $file: $!");
567 my ($file) = @_;
571 open NEWULP, ">$file" or die ("Can't open $file: $!");
685 my ($file, $test, $name) = @_;
[all …]
/l4re-core-master/l4sys/include/ARCH-arm/
A Dvm5 * This file is part of L4Re and distributed under the terms of the
7 * Please see the COPYING-GPL-2 file for details.
9 * As a special exception, you may use this file as part of a free software
11 * templates or use macros or inline functions from this file, or you compile
12 * this file and link it with other files to produce an executable, this
13 * file does not by itself cause the resulting executable to be covered by
15 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/l4sys/include/ARCH-arm64/
A Dvm5 * This file is part of L4Re and distributed under the terms of the
7 * Please see the COPYING-GPL-2 file for details.
9 * As a special exception, you may use this file as part of a free software
11 * templates or use macros or inline functions from this file, or you compile
12 * this file and link it with other files to produce an executable, this
13 * file does not by itself cause the resulting executable to be covered by
15 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/l4re/util/include/
A Dcap4 * \file cap
11 * This file is part of TUD:OS and distributed under the terms of the
13 * Please see the COPYING-GPL-2 file for details.
15 * As a special exception, you may use this file as part of a free software
17 * templates or use macros or inline functions from this file, or you compile
18 * this file and link it with other files to produce an executable, this
19 * file does not by itself cause the resulting executable to be covered by
21 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/cxx/lib/tl/include/
A Darith6 * This file is part of TUD:OS and distributed under the terms of the
8 * Please see the COPYING-GPL-2 file for details.
10 * As a special exception, you may use this file as part of a free software
12 * templates or use macros or inline functions from this file, or you compile
13 * this file and link it with other files to produce an executable, this
14 * file does not by itself cause the resulting executable to be covered by
16 * invalidate any other reasons why the executable file might be covered by
A Dstd_ops7 * This file is part of TUD:OS and distributed under the terms of the
9 * Please see the COPYING-GPL-2 file for details.
11 * As a special exception, you may use this file as part of a free software
13 * templates or use macros or inline functions from this file, or you compile
14 * this file and link it with other files to produce an executable, this
15 * file does not by itself cause the resulting executable to be covered by
17 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/l4re/include/video/
A Dview7 * This file is part of TUD:OS and distributed under the terms of the
9 * Please see the COPYING-GPL-2 file for details.
11 * As a special exception, you may use this file as part of a free software
13 * templates or use macros or inline functions from this file, or you compile
14 * this file and link it with other files to produce an executable, this
15 * file does not by itself cause the resulting executable to be covered by
17 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/
A DMakefile.in8 subdirs += libc/misc/file
10 MISC_FILE_DIR := $(top_srcdir)libc/misc/file
11 MISC_FILE_OUT := $(top_builddir)libc/misc/file
23 objclean-y += CLEAN_libc/misc/file
25 CLEAN_libc/misc/file:
/l4re-core-master/l4re_vfs/include/impl/
A Dns_fs_impl.h64 if (!file.is_valid()) in get_ds()
67 int err = _ns->query(path, file.get()); in get_ds()
72 *ds = cxx::move(file); in get_ds()
87 L4Re::Unique_cap<Dataspace> file; in get_entry() local
88 int err = get_ds(path, &file); in get_entry()
97 file.release(); in get_entry()
243 if (!file.is_valid()) in get_ds()
251 *ds = cxx::move(file); in get_ds()
266 L4Re::Unique_cap<Dataspace> file; in get_entry() local
267 int err = get_ds(path, &file); in get_entry()
[all …]
/l4re-core-master/cxx/lib/base/include/
A Dstd_exc_io3 * \file
12 * This file is part of TUD:OS and distributed under the terms of the
14 * Please see the COPYING-GPL-2 file for details.
16 * As a special exception, you may use this file as part of a free software
18 * templates or use macros or inline functions from this file, or you compile
19 * this file and link it with other files to produce an executable, this
20 * file does not by itself cause the resulting executable to be covered by
22 * invalidate any other reasons why the executable file might be covered by
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/std/
A Dfstream25 /** @file include/fstream
69 * external disk file, and maintains a joint file position for both
269 * @brief Opens an external file.
314 * @brief Opens an external file.
325 * @brief Opens an external file.
336 * @brief Opens an external file.
650 * @brief Opens an external file.
670 * @brief Opens an external file.
724 * @brief Close the file.
987 * @brief Close the file.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/std/
A Dfstream25 /** @file include/fstream
69 * external disk file, and maintains a joint file position for both
269 * @brief Opens an external file.
314 * @brief Opens an external file.
325 * @brief Opens an external file.
336 * @brief Opens an external file.
650 * @brief Opens an external file.
670 * @brief Opens an external file.
724 * @brief Close the file.
987 * @brief Close the file.
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/
A Dfstream25 /** @file include/fstream
74 * external disk file, and maintains a joint file position for both
274 * @brief Opens an external file.
319 * @brief Opens an external file.
330 * @brief Opens an external file.
341 * @brief Opens an external file.
655 * @brief Opens an external file.
675 * @brief Opens an external file.
729 * @brief Close the file.
992 * @brief Close the file.
[all …]

Completed in 95 milliseconds

12345678910>>...87