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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/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/
ld.c 190 static error_t parse_opt_1st (int key, char *arg, struct argp_state *state);
191 static error_t parse_opt_2nd (int key, char *arg, struct argp_state *state);
503 static error_t
687 static error_t
    [all...]
size.c 75 static error_t parse_opt (int key, char *arg, struct argp_state *state);
212 static error_t
nm.c 99 static error_t parse_opt (int key, char *arg, struct argp_state *state);
251 static error_t
    [all...]
strip.c 79 static error_t parse_opt (int key, char *arg, struct argp_state *state);
192 static error_t
    [all...]
elflint.c 69 static error_t parse_opt (int key, char *arg, struct argp_state *state);
191 static error_t
    [all...]
readelf.c 82 static error_t parse_opt (int key, char *arg, struct argp_state *state);
250 static error_t
    [all...]

Completed in 651 milliseconds