Home
last modified time | relevance | path

Searched refs:struct_t_uderr (Results 1 – 2 of 2) sorted by relevance

/dports/devel/florist-gpl/florist-gpl-2017-src/lynxos5/
H A Dposix-c.ads2037 type struct_t_uderr is record type
2042 for struct_t_uderr use record
2047 pragma Convention (C_Pass_By_Copy, struct_t_uderr);
2048 for struct_t_uderr'Alignment use ALIGNMENT;
2052 for struct_t_uderr'Size use 224;
2054 type t_uderr_ptr is access constant struct_t_uderr;
2056 type t_uderr_var_ptr is access all struct_t_uderr;
/dports/devel/florist-gpl/florist-gpl-2017-src/gensrc.elinos/
H A Dposix-c.ads2052 type struct_t_uderr is record type
2057 for struct_t_uderr use record
2062 pragma Convention (C_Pass_By_Copy, struct_t_uderr);
2063 for struct_t_uderr'Alignment use ALIGNMENT;
2067 for struct_t_uderr'Size use 224;
2069 type t_uderr_ptr is access constant struct_t_uderr;
2071 type t_uderr_var_ptr is access all struct_t_uderr;