Home
last modified time | relevance | path

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

/dflybsd-src/contrib/cvs-1.12/src/
H A Dlogmsg.c18 static int find_type (Node * p, void *closure);
70 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile()
83 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile()
96 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile()
114 find_type (Node *p, void *closure) in find_type() function
/dflybsd-src/usr.bin/rpcgen/
H A Drpc_util.h182 bas_type *find_type(const char *);
H A Drpc_cout.c391 ((ptr = find_type(dl->decl.type)) != NULL) && in inline_struct()
555 ((ptr = find_type(dl->decl.type)) != NULL) && in emit_struct()
H A Drpc_util.c438 find_type(const char *type) in find_type() function
/dflybsd-src/contrib/wpa_supplicant/src/p2p/
H A Dp2p_i.h429 enum p2p_discovery_type find_type; member
H A Dp2p.c1014 (p2p->find_type == P2P_FIND_PROGRESSIVE || in p2p_search()
1015 p2p->find_type == P2P_FIND_START_WITH_FULL)) { in p2p_search()
1019 } else if ((p2p->find_type == P2P_FIND_PROGRESSIVE && in p2p_search()
1021 (p2p->find_type == P2P_FIND_START_WITH_FULL && in p2p_search()
1230 p2p->find_type = type; in p2p_find()