HomeSort by relevance Sort by last modified time
    Searched defs:error_t (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
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
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...]
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/compiler-rt/lib/sanitizer_common/
sanitizer_internal_defs.h 87 typedef unsigned error_t; typedef in namespace:__sanitizer
90 typedef int error_t; typedef in namespace:__sanitizer
  /external/swiftshader/third_party/LLVM/include/llvm/Config/
config.h 124 /* Define to 1 if the system has the type `error_t'. */
689 /* Define to a type to use for `error_t' if it is not otherwise available. */
690 #define error_t int macro

Completed in 152 milliseconds