| /src/usr.bin/rpcgen/ |
| rpc_util.h | 126 bas_type *find_type(const char *);
|
| rpc_cout.c | 416 ((ptr = find_type(dl->decl.type)) != NULL) && 455 if ((dl->decl.prefix == NULL) && ((ptr = find_type(dl->decl.type)) != NULL) && ((dl->decl.rel == REL_ALIAS) || (dl->decl.rel == REL_VECTOR))) {
|
| rpc_util.c | 465 find_type(const char *type) function
|
| /src/external/gpl2/xcvs/dist/src/ |
| logmsg.c | 20 static int find_type (Node * p, void *closure); 72 if (walklist (changes, find_type, NULL) != 0) 85 if (walklist (changes, find_type, NULL) != 0) 98 if (walklist (changes, find_type, NULL) != 0) 116 find_type (Node *p, void *closure) function
|
| /src/sbin/rndctl/ |
| rndctl.c | 75 static u_int32_t find_type(const char *name); 101 find_type(const char *name) function 633 type = find_type(optarg);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/ |
| printers.py | 89 def find_type(orig, name): function 130 # Use this to find container node types instead of find_type, 150 valtype = find_type(containertype, 'value_type') 266 ptr_type = find_type(self.val['_M_refcount'].type, 'pointer') 1046 self.node_type = find_type(hashtable.type, '_Node').pointer()
|
| /src/external/bsd/wpa/dist/src/p2p/ |
| p2p_i.h | 432 enum p2p_discovery_type find_type; member in struct:p2p_data
|
| p2p.c | 1035 (p2p->find_type == P2P_FIND_PROGRESSIVE || 1036 p2p->find_type == P2P_FIND_START_WITH_FULL)) { 1040 } else if ((p2p->find_type == P2P_FIND_PROGRESSIVE && 1042 (p2p->find_type == P2P_FIND_START_WITH_FULL && 1252 p2p->find_type = type;
|