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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-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;

Completed in 188 milliseconds