Searched refs:type_s (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | objc-gc-aggr-assign.m | 10 struct type_s { 17 struct type_s type_s_ivar; 19 - (void) setSome : (struct type_s) arg; argument 20 - (struct type_s) getSome; 21 @property(assign) struct type_s aggre_prop; 25 - (void) setSome : (struct type_s) arg 29 - (struct type_s) getSome argument 36 struct type_s some = {{1234}, (id)0}; struct 38 struct type_s get(void) struct 43 void f(const struct type_s *in, struct type_s *out) { [all …]
|
/external/tcpdump/ |
D | print-carp.c | 54 const char *type_s; in carp_print() local 60 type_s = "advertise"; in carp_print() 62 type_s = "unknown"; in carp_print() 63 printf("CARPv%d-%s %d: ", version, type_s, len); in carp_print()
|
D | print-vrrp.c | 91 const char *type_s; in vrrp_print() local 96 type_s = tok2str(type2str, "unknown type (%u)", type); in vrrp_print() 97 printf("VRRPv%u, %s", version, type_s); in vrrp_print()
|
/external/selinux/policycoreutils/newrole/ |
D | newrole.c | 800 char *type_s = NULL; /* type spec'd by user in argv[] */ in parse_command_line_arguments() local 840 if (type_s) { in parse_command_line_arguments() 845 type_s = optarg; in parse_command_line_arguments() 881 if (!(role_s || type_s || level_s)) { in parse_command_line_arguments() 887 if (role_s && !type_s) { in parse_command_line_arguments() 894 type_s = type_ptr; in parse_command_line_arguments() 912 if (type_s) in parse_command_line_arguments() 913 if (context_type_set(context, type_s)) { in parse_command_line_arguments() 915 type_s); in parse_command_line_arguments()
|
/external/libvpx/libvpx/ |
D | libs.doxy_template | 239 # typedef struct type_s {} type_t, will appear in the documentation as a struct 241 # namespace, or class. And the struct will be named type_s. This can typically
|