Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlogmsg.c20 static int find_type (Node * p, void *closure);
72 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile()
85 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile()
98 if (walklist (changes, find_type, NULL) != 0) in setup_tmpfile()
116 find_type (Node *p, void *closure) in find_type() function
H A DChangeLog-961597 (find_type): Get type from logfile_info struct.
/netbsd-src/sbin/rndctl/
H A Drndctl.c75 static u_int32_t find_type(const char *name);
101 find_type(const char *name) in find_type() function
633 type = find_type(optarg); in main()
/netbsd-src/usr.bin/rpcgen/
H A Drpc_util.h126 bas_type *find_type(const char *);
H A Drpc_cout.c416 ((ptr = find_type(dl->decl.type)) != NULL) && in emit_struct()
455 …if ((dl->decl.prefix == NULL) && ((ptr = find_type(dl->decl.type)) != NULL) && ((dl->decl.rel == R… in emit_struct()
H A Drpc_util.c465 find_type(const char *type) in find_type() function
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py89 def find_type(orig, name): function
150 valtype = find_type(containertype, 'value_type')
256 ptr_type = find_type(self.val['_M_refcount'].type, 'pointer')
1036 self.node_type = find_type(hashtable.type, '_Node').pointer()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py85 def find_type(orig, name): function
137 valtype = find_type(containertype, 'value_type')
945 self.node_type = find_type(hashtable.type, '_Node').pointer()
/netbsd-src/crypto/external/bsd/heimdal/dist/
H A DChangeLog.2000337 * kdc/kerberos5.c (find_type): make sure of always setting
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2019490 * python/libstdcxx/v6/printers.py (find_type): Fail more gracefully
499 find_type.
504 instead of find_type.
H A DChangeLog-20124446 (find_type): New function.
H A DChangeLog-20173169 * python/libstdcxx/v6/printers.py (find_type): Avoid gdb.Type.name
H A DChangeLog-2015360 * python/libstdcxx/v6/printers.py (find_type): Handle "const" in
H A DChangeLog-20217980 * python/libstdcxx/v6/printers.py (find_type): Use tag attribute