HomeSort by: relevance | last modified time | path
    Searched refs:T_NULL (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
gsyms.h 60 T_NULL = 0,
  /src/external/gpl3/gcc.old/dist/gcc/
gsyms.h 60 T_NULL = 0,
  /src/external/ibm-public/postfix/dist/src/dns/
dns_strtype.c 92 #ifdef T_NULL
93 T_NULL, "NULL",
  /src/external/bsd/tcpdump/dist/
nameser.h 92 #ifdef T_NULL
93 #undef T_NULL
129 #define T_NULL 10 /* null resource record */
  /src/external/bsd/libbind/dist/irs/
nis.c 41 #ifdef T_NULL
42 #undef T_NULL /* Silence re-definition warning of T_NULL. */
nis_ng.c 48 #ifdef T_NULL
49 #undef T_NULL /* Silence re-definition warning of T_NULL. */
nis_pr.c 36 #ifdef T_NULL
37 #undef T_NULL /* Silence re-definition warning of T_NULL. */
nis_nw.c 38 #ifdef T_NULL
39 #undef T_NULL /* Silence re-definition warning of T_NULL. */
nis_sv.c 37 #ifdef T_NULL
38 #undef T_NULL /* Silence re-definition warning of T_NULL. */
nis_ho.c 38 #ifdef T_NULL
39 #undef T_NULL /* Silence re-definition warning of T_NULL. */
  /src/external/cddl/osnet/dist/head/
syms.h 94 #define T_NULL 0
  /src/include/arpa/
nameser_compat.h 152 #define T_NULL ns_t_null
  /src/external/gpl3/binutils/dist/binutils/
coffgrok.h 21 #define T_NULL 0
rdcoff.c 222 case T_NULL:
716 /* Ignore static symbols with a type of T_NULL. These
718 if (syment.n_type == T_NULL)
  /src/external/gpl3/binutils.old/dist/binutils/
coffgrok.h 21 #define T_NULL 0
  /src/external/mpl/dhcp/dist/includes/arpa/
nameser_compat.h 136 #define T_NULL ns_t_null
  /src/external/bsd/libbind/dist/include/arpa/
nameser_compat.h 187 #define T_NULL ns_t_null
  /src/external/gpl3/binutils/dist/bfd/
cofflink.c 83 ret->type = T_NULL;
482 && (*sym_hash)->type == T_NULL)
489 if (sym.n_type != T_NULL)
497 if ((*sym_hash)->type != T_NULL
500 && (BTYPE ((*sym_hash)->type) == T_NULL
501 || BTYPE (sym.n_type) == T_NULL)))
511 if (BTYPE (sym.n_type) != T_NULL
512 || (*sym_hash)->type == T_NULL)
1572 && isym.n_type == T_NULL
1710 && islp->n_type != T_NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
cofflink.c 83 ret->type = T_NULL;
482 && (*sym_hash)->type == T_NULL)
489 if (sym.n_type != T_NULL)
497 if ((*sym_hash)->type != T_NULL
500 && (BTYPE ((*sym_hash)->type) == T_NULL
501 || BTYPE (sym.n_type) == T_NULL)))
511 if (BTYPE (sym.n_type) != T_NULL
512 || (*sym_hash)->type == T_NULL)
1584 && isym.n_type == T_NULL
1722 && islp->n_type != T_NULL
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
cofflink.c 82 ret->type = T_NULL;
481 && (*sym_hash)->type == T_NULL)
488 if (sym.n_type != T_NULL)
496 if ((*sym_hash)->type != T_NULL
499 && (BTYPE ((*sym_hash)->type) == T_NULL
500 || BTYPE (sym.n_type) == T_NULL)))
510 if (BTYPE (sym.n_type) != T_NULL
511 || (*sym_hash)->type == T_NULL)
1545 && isym.n_type == T_NULL
1683 && islp->n_type != T_NULL
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
cofflink.c 83 ret->type = T_NULL;
482 && (*sym_hash)->type == T_NULL)
489 if (sym.n_type != T_NULL)
497 if ((*sym_hash)->type != T_NULL
500 && (BTYPE ((*sym_hash)->type) == T_NULL
501 || BTYPE (sym.n_type) == T_NULL)))
511 if (BTYPE (sym.n_type) != T_NULL
512 || (*sym_hash)->type == T_NULL)
1584 && isym.n_type == T_NULL
1722 && islp->n_type != T_NULL
    [all...]
  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_hpux11.h 60 /* if T_NULL is defined, undefine it due to a conflict with <arpa/nameser.h> */
61 #ifdef T_NULL
62 # undef T_NULL
63 #endif /* T_NULL */
  /src/lib/libc/resolv/
res_mkquery.c 182 ns_put16(T_NULL, cp);
  /src/external/bsd/libbind/dist/resolv/
res_mkquery.c 168 ns_put16(T_NULL, cp);
  /src/external/bsd/am-utils/dist/include/
am_defs.h 1214 * Some systems like AIX have multiple definitions for T_NULL and others
1218 # ifdef T_NULL
1219 # undef T_NULL
1220 # endif /* T_NULL */

Completed in 92 milliseconds

1 2 3