Searched refs:type_s (Results 1 – 3 of 3) sorted by relevance
10 struct type_s {17 struct type_s type_s_ivar;19 - (void) setSome : (struct type_s) arg; argument20 - (struct type_s) getSome;21 @property(assign) struct type_s aggre_prop;25 - (void) setSome : (struct type_s) arg29 - (struct type_s) getSome argument36 struct type_s some = {{1234}, (id)0}; struct38 struct type_s get(void) struct43 void f(const struct type_s *in, struct type_s *out) {[all …]
91 const char *type_s; in vrrp_print() local96 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print()97 printf("VRRPv%u, %s", version, type_s); in vrrp_print()
239 # typedef struct type_s {} type_t, will appear in the documentation as a struct241 # namespace, or class. And the struct will be named type_s. This can typically