Searched refs:nodetype (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D20030224-2.c10 jint16_t nodetype; member in struct:node
20 .nodetype = (jint16_t) {0x2003},
25 if (marker.nodetype.v16 != 0x2003)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/execute/
H A D20030224-2.c10 jint16_t nodetype; member in struct:node
20 .nodetype = (jint16_t) {0x2003},
25 if (marker.nodetype.v16 != 0x2003)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py49 def __init__(self, nodetype, head):
50 self.nodetype = nodetype
61 elt = self.base.cast(self.nodetype).dereference()
76 nodetype = gdb.lookup_type('std::_List_node<%s>' % itype).pointer()
78 nodetype = gdb.lookup_type('std::__norm::_List_node<%s>' % itype).pointer()
81 return self._iterator(nodetype, self.val['_M_impl']['_M_node'])
100 nodetype = gdb.lookup_type('std::_List_node<%s>' % itype).pointer()
102 nodetype = gdb.lookup_type('std::__norm::_List_node<%s>' % itype).pointer()
105 return self.val['_M_node'].cast(nodetype)
[all...]
/netbsd-6-1-5-RELEASE/usr.sbin/mtree/
H A Dextern.h64 const char *nodetype(u_int);
H A Dspec.c334 appendfield(pathlast, "type=%s", nodetype(cur->type));
480 cur->name, nodetype(cur->type),
481 nodetype(new->type));
H A Dmisc.c272 nodetype(u_int type) function
H A Dverify.c249 nodetype(p->type));
H A Dcompare.c173 nodetype(s->type), inotype(p->fts_statp->st_mode));
/netbsd-6-1-5-RELEASE/usr.sbin/puffs/mount_sysctlfs/
H A Dsysctlfs.c163 getnode(struct puffs_usermount *pu, struct puffs_pathobj *po, int nodetype) argument
184 * don't know nodetype? query...
186 * XXX1: nothing really guarantees 0 is an invalid nodetype
190 if (!nodetype) {
205 nodetype = sn[i].sysctl_flags;
209 if (!nodetype)
214 sfs->sysctl_flags = nodetype;
543 int nodetype; local
569 nodetype = sn[i].sysctl_flags;
571 nodetype
[all...]

Completed in 92 milliseconds