/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
argz.h | 34 typedef int error_t; typedef 43 extern error_t __argz_create (char *__const __argv[], char **__restrict __argz, 45 extern error_t argz_create (char *__const __argv[], char **__restrict __argz, 52 extern error_t __argz_create_sep (__const char *__restrict __string, 55 extern error_t argz_create_sep (__const char *__restrict __string, 78 extern error_t __argz_append (char **__restrict __argz, 82 extern error_t argz_append (char **__restrict __argz, 88 extern error_t __argz_add (char **__restrict __argz, 91 extern error_t argz_add (char **__restrict __argz, 97 extern error_t __argz_add_sep (char **__restrict __argz [all...] |
errno.h | 63 /* The Hurd <bits/errno.h> defines `error_t' as an enumerated type so 64 that printing `error_t' values in the debugger shows the names. We 69 typedef int error_t; typedef
|
envz.h | 50 extern error_t envz_add (char **__restrict __envz, 58 extern error_t envz_merge (char **__restrict __envz,
|
argp.h | 70 typedef int error_t; typedef 155 typedef error_t (*argp_parser_t) (int __key, char *__arg, 415 extern error_t argp_parse (__const struct argp *__restrict __argp, 419 extern error_t __argp_parse (__const struct argp *__restrict __argp, 452 extern error_t argp_err_exit_status;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
argz.h | 34 typedef int error_t; typedef 43 extern error_t __argz_create (char *__const __argv[], char **__restrict __argz, 45 extern error_t argz_create (char *__const __argv[], char **__restrict __argz, 52 extern error_t __argz_create_sep (__const char *__restrict __string, 55 extern error_t argz_create_sep (__const char *__restrict __string, 78 extern error_t __argz_append (char **__restrict __argz, 82 extern error_t argz_append (char **__restrict __argz, 88 extern error_t __argz_add (char **__restrict __argz, 91 extern error_t argz_add (char **__restrict __argz, 97 extern error_t __argz_add_sep (char **__restrict __argz [all...] |
errno.h | 63 /* The Hurd <bits/errno.h> defines `error_t' as an enumerated type so 64 that printing `error_t' values in the debugger shows the names. We 69 typedef int error_t; typedef
|
envz.h | 50 extern error_t envz_add (char **__restrict __envz, 58 extern error_t envz_merge (char **__restrict __envz,
|
argp.h | 70 typedef int error_t; typedef 155 typedef error_t (*argp_parser_t) (int __key, char *__arg, 415 extern error_t argp_parse (__const struct argp *__restrict __argp, 419 extern error_t __argp_parse (__const struct argp *__restrict __argp, 452 extern error_t argp_err_exit_status;
|
/external/elfutils/src/ |
arlib-argp.c | 39 static error_t
|
findtextrel.c | 79 static error_t parse_opt (int key, char *arg, struct argp_state *state); 172 static error_t
|
ld.c | 195 static error_t parse_opt_1st (int key, char *arg, struct argp_state *state); 196 static error_t parse_opt_2nd (int key, char *arg, struct argp_state *state); 537 static error_t 751 static error_t [all...] |
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_posix.cc | 174 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *errno_p) { 192 error_t *error_p) { 202 error_t *error_p) { 211 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) {
|
sanitizer_common.h | 223 error_t *errno_p = nullptr); 228 uptr *bytes_read = nullptr, error_t *error_p = nullptr); 230 uptr *bytes_written = nullptr, error_t *error_p = nullptr); 233 error_t *error_p = nullptr); 251 error_t *errno_p = nullptr); 318 const char *mmap_type, error_t err,
|
sanitizer_win.cc | 464 fd_t OpenFile(const char *filename, FileAccessMode mode, error_t *last_error) { 488 error_t *error_p) { 509 error_t *error_p) { 513 error_t dummy_error; 542 bool RenameFile(const char *oldpath, const char *newpath, error_t *error_p) {
|
sanitizer_internal_defs.h | 87 typedef unsigned error_t; typedef in namespace:__sanitizer 90 typedef int error_t; typedef in namespace:__sanitizer
|
sanitizer_coverage_mapping_libcdep.cc | 98 error_t err;
|
sanitizer_flag_parser.cc | 134 error_t err;
|
sanitizer_common.cc | 167 const char *mmap_type, error_t err, 187 uptr *read_len, uptr max_len, error_t *errno_p) {
|
/external/elfutils/lib/ |
color.c | 44 static error_t parse_opt (int key, char *arg, struct argp_state *state); 87 static error_t
|
/external/elfutils/libdwfl/ |
argp-std.c | 103 static error_t 116 inline error_t fail (Dwfl *dwfl, int errnum, const char *msg)
|
/external/elfutils/tests/ |
dwflsyms.c | 213 error_t res;
|
dwflmodtest.c | 218 static error_t
|
/frameworks/compile/mclinker/include/mcld/Config/ |
Config.h.cmake | 117 /* Define to 1 if the system has the type `error_t'. */ 596 /* Define to a type to use for `error_t' if it is not otherwise available. */ 597 #cmakedefine error_t ${error_t}
|
/external/llvm/device/include/llvm/Config/ |
config.h | 117 /* Define to 1 if the system has the type `error_t'. */ 681 /* Define to a type to use for `error_t' if it is not otherwise available. */ 682 /* #undef error_t */
|
/external/llvm/host/include/llvm/Config/ |
config.h | 114 /* Define to 1 if the system has the type `error_t'. */ 736 /* Define to a type to use for `error_t' if it is not otherwise available. */ 737 /* #undef error_t */
|