Searched refs:find_type (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/rndctl/
H A Drndctl.c73 static u_int32_t find_type(const char *name);
93 find_type(const char *name) function
420 type = find_type(optarg);
/netbsd-6-1-5-RELEASE/usr.bin/rpcgen/
H A Drpc_util.h125 bas_type *find_type __P((char *));
H A Drpc_cout.c445 ((ptr = find_type(dl->decl.type)) != NULL) &&
484 if ((dl->decl.prefix == NULL) && ((ptr = find_type(dl->decl.type)) != NULL) && ((dl->decl.rel == REL_ALIAS) || (dl->decl.rel == REL_VECTOR))) {
H A Drpc_util.c502 find_type(type) function
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dlogmsg.c18 static int find_type (Node * p, void *closure);
70 if (walklist (changes, find_type, NULL) != 0)
83 if (walklist (changes, find_type, NULL) != 0)
96 if (walklist (changes, find_type, NULL) != 0)
114 find_type (Node *p, void *closure) function
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/db/
H A Dt_db.c102 char *find_type; local
133 find_type = T_ARG(7);
205 textregion.base = find_type;
206 textregion.length = strlen(find_type);
210 find_type,
2427 char *find_type; local
2452 find_type = T_ARG(6);
2463 textregion.base = find_type;
2464 textregion.length = strlen(find_type);
2468 find_type,
[all...]

Completed in 85 milliseconds