Searched refs:ntype (Results 26 - 42 of 42) sorted by relevance

12

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls_m.c2599 int ret, ntype = IS_DNS, nlen, dlen; local
2633 ntype = IS_IP6;
2638 if (inet_aton(name, (struct in_addr *)&addr)) ntype = IS_IP4;
2640 if (ntype == IS_DNS ) {
2675 if ( ntype != IS_DNS ) continue;
2690 if ( ntype == IS_DNS ) continue;
2693 if (ntype == IS_IP6 && hlen != sizeof(struct in6_addr)) {
2697 if (ntype == IS_IP4 && hlen != sizeof(struct in_addr)) {
/macosx-10.9.5/swig-10/Source/Swig/
H A Dtypemap.c480 SwigType *ntype = SwigType_typedef_resolve(type); local
481 if (ntype && (Cmp(ntype, type) != 0)) {
482 sm = typemap_get(ntype, name, ts);
484 Delete(ntype);
H A Dsymbol.c671 String *ntype = Getattr(n, "nodeType"); local
672 if ((Equal(ntype, Getattr(c, "nodeType"))) && ((Equal(ntype, "namespace")))) {
H A Dtypesys.c957 char *ntype = Char(nodeType(n)); local
958 if (strcmp(ntype, "enumitem") == 0) {
971 } else if ((strcmp(ntype, "cdecl") == 0) && (Getattr(n, "value"))) {
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/libproc/
H A Ddfile.c136 Lf->ntype = Ntype;
/macosx-10.9.5/lsof-52/lsof/
H A Dlsof.h718 int ntype; /* node type -- N_* value */ member in struct:lfile
H A Dprint.c2035 if (((Lf->ntype == N_BLK) || (Lf->ntype == N_CHR))
2037 && printdevname(&Lf->dev, &Lf->rdev, 0, Lf->ntype))
H A Dproc.c232 Lf->ntype = Ntype = N_REGLR;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dparse.tcl285 set ntype [$t get $n type]
287 switch -exact -- $ntype {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dparse.tcl284 set ntype [$t get $n type]
286 switch -exact -- $ntype {
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dmach-o.c441 unsigned char ntype = 0; local
448 ntype = (s->udata.i >> 24) & 0xff;
453 bfd_h_put_8 (abfd, ntype, buf + 4);
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddnode.c968 Lf->ntype = Ntype;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dvmasm.vim175 syn match vmasmDirective "\.ntype\>"
/macosx-10.9.5/swig-10/Source/CParse/
H A Dparser.y1343 SwigType *ntype = Copy(nodeType(function));
1344 char *cntype = Char(ntype);
1345 Node *new_function = new_node(ntype);
1416 Delete(ntype);
3628 SwigType *ntype = ni ? nodeType(ni) : 0;
3629 while (ni && Strcmp(ntype,"namespace") == 0) {
3632 ntype = nodeType(ni);
H A Dparser.c1657 SwigType *ntype = Copy(nodeType(function)); local
1658 char *cntype = Char(ntype);
1659 Node *new_function = new_node(ntype);
1730 Delete(ntype);
6834 SwigType *ntype = ni ? nodeType(ni) : 0;
6835 while (ni && Strcmp(ntype,"namespace") == 0) {
6838 ntype = nodeType(ni);
6831 SwigType *ntype = ni ? nodeType(ni) : 0; local
/macosx-10.9.5/awk-18/src/
H A Db.c42 #define info(v) (v)->ntype /* badly overloaded here */
/macosx-10.9.5/cctools-845/as/
H A Darm.c2071 struct neon_type ntype;
2122 if (parse_neon_type (&ntype, &p) == SUCCESS)
2132 if (ntype.elems != 1)
2137 typeinfo.eltype = ntype.el[0];
2070 struct neon_type ntype; local

Completed in 403 milliseconds

12