Searched refs:find_type (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | logmsg.c | 20 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 D | ChangeLog-96 | 1597 (find_type): Get type from logfile_info struct.
|
/netbsd-src/sbin/rndctl/ |
H A D | rndctl.c | 75 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 D | rpc_util.h | 126 bas_type *find_type(const char *);
|
H A D | rpc_cout.c | 416 ((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 D | rpc_util.c | 465 find_type(const char *type) in find_type() function
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/ |
H A D | printers.py | 89 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 D | printers.py | 85 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 D | ChangeLog.2000 | 337 * kdc/kerberos5.c (find_type): make sure of always setting
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2019 | 490 * python/libstdcxx/v6/printers.py (find_type): Fail more gracefully 499 find_type. 504 instead of find_type.
|
H A D | ChangeLog-2012 | 4446 (find_type): New function.
|
H A D | ChangeLog-2017 | 3169 * python/libstdcxx/v6/printers.py (find_type): Avoid gdb.Type.name
|
H A D | ChangeLog-2015 | 360 * python/libstdcxx/v6/printers.py (find_type): Handle "const" in
|
H A D | ChangeLog-2021 | 7980 * python/libstdcxx/v6/printers.py (find_type): Use tag attribute
|