/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/error/ |
A D | error.c | 62 void error_at_line (int status, int errnum, const char *file_name, in error_at_line() argument 72 (file_name == old_file_name || !strcmp (old_file_name, file_name))) in error_at_line() 76 old_file_name = file_name; in error_at_line() 87 if (file_name != NULL) in error_at_line() 88 fprintf (stderr, "%s:%d: ", file_name, line_number); in error_at_line()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | lstat64.c | 19 int lstat64(const char *file_name, struct stat64 *buf) in lstat64() argument 21 return fstatat64(AT_FDCWD, file_name, buf, AT_SYMLINK_NOFOLLOW); in lstat64() 29 static __always_inline _syscall2(int, __syscall_lstat64, const char *, file_name, 32 int lstat64(const char *file_name, struct stat64 *buf) 37 result = __syscall_lstat64(file_name, &kbuf);
|
A D | stat64.c | 20 int stat64(const char *file_name, struct stat64 *buf) in stat64() argument 22 return fstatat64(AT_FDCWD, file_name, buf, 0); in stat64() 31 const char *, file_name, struct kernel_stat64 *, buf) 33 int stat64(const char *file_name, struct stat64 *buf) 38 result = __syscall_stat64(file_name, &kbuf);
|
A D | stat.c | 19 int stat(const char *file_name, struct stat *buf) in stat() argument 21 return fstatat(AT_FDCWD, file_name, buf, 0); in stat() 27 int stat(const char *file_name, struct stat *buf) in stat() argument 37 result = INLINE_SYSCALL(stat64, 2, file_name, &kbuf); in stat() 44 result = INLINE_SYSCALL(stat, 2, file_name, &kbuf); in stat()
|
A D | lstat.c | 17 int lstat(const char *file_name, struct stat *buf) in lstat() argument 19 return fstatat(AT_FDCWD, file_name, buf, AT_SYMLINK_NOFOLLOW); in lstat() 26 int lstat(const char *file_name, struct stat *buf) 36 result = INLINE_SYSCALL(lstat64, 2, file_name, &kbuf); 43 result = INLINE_SYSCALL(lstat, 2, file_name, &kbuf);
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | util.c | 17 const char *file_name = sym_expand_string_value(name); in file_lookup() local 21 free((void *)file_name); in file_lookup() 28 file->name = file_name; in file_lookup()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/ |
A D | dl-syscall.h | 91 static __always_inline int _dl_stat(const char *file_name, in _syscall3() 94 return _dl_fstatat64(AT_FDCWD, file_name, buf, 0); in _syscall3() 98 static __always_inline _syscall2(int, _dl_stat, const char *, file_name,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | lstat.c | 16 _syscall2(int, lstat, const char *, file_name, struct stat *, buf)
|
A D | lstat64.c | 16 _syscall2(int, lstat64, const char *, file_name, struct stat64 *, buf)
|
A D | stat.c | 16 _syscall2(int, stat, const char *, file_name, struct stat *, buf)
|
A D | stat64.c | 16 _syscall2(int, stat64, const char *, file_name, struct stat64 *, buf)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/experimental/ |
A D | source_location | 72 constexpr const char* file_name() const noexcept { return _M_file; }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/experimental/ |
A D | source_location | 73 constexpr const char* file_name() const noexcept { return _M_file; }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/std/ |
A D | source_location | 70 file_name() const noexcept
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/experimental/ |
A D | source_location | 72 constexpr const char* file_name() const noexcept { return _M_file; }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/experimental/ |
A D | source_location | 73 constexpr const char* file_name() const noexcept { return _M_file; }
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/experimental/ |
A D | source_location | 71 constexpr const char* file_name() const noexcept { return _M_file; }
|