Home
last modified time | relevance | path

Searched refs:ng_test (Results 1 – 13 of 13) sorted by relevance

/dports/dns/libbind/libbind-6.0/irs/
H A Dnul_ng.c55 static int ng_test(struct irs_ng *,
77 ng->test = ng_test; in irs_nul_ng()
104 ng_test(struct irs_ng *this, const char *name, in ng_test() function
H A Dirp_ng.c57 static int ng_test(struct irs_ng *, const char *,
92 ng->test = ng_test; in irs_irp_ng()
200 ng_test(struct irs_ng *this, const char *name, in ng_test() function
H A Dgen_ng.c57 static int ng_test(struct irs_ng *, const char *,
87 ng->test = ng_test; in irs_gen_ng()
129 ng_test(struct irs_ng *this, const char *name, in ng_test() function
H A Dnis_ng.c86 static int ng_test(struct irs_ng *,
118 ng->test = ng_test; in irs_nis_ng()
149 ng_test(struct irs_ng *this, const char *name, in ng_test() function
H A Dlcl_ng.c94 static int ng_test(struct irs_ng *, const char *,
126 ng->test = ng_test; in irs_lcl_ng()
200 ng_test(struct irs_ng *this, const char *name, in ng_test() function
/dports/net/nss_ldap/nss_ldap-265/
H A Dirs-netgrp.c33 IRS_EXPORT int ng_test (struct irs_ng *, const char *, const char *,
39 ng_test (struct irs_ng *this, in ng_test() function
184 ng->test = ng_test; in ng_pvtinit()
H A Dexports.aix28 ng_test
/dports/biology/gemma/GEMMA-0.98.3/src/
H A Dlm.h47 size_t ng_total, ng_test; // Number of genes. variable
H A Dlm.cpp68 ng_test = 0; in CopyFromParam()
79 cPar.ng_test = ng_test; in CopyToParam()
H A Dlmm.h73 size_t ng_total, ng_test; // Number of genes. variable
H A Dparam.h242 size_t ng_total, ng_test; // Number of genes. variable
H A Dlmm.cpp79 ng_test = 0; in CopyFromParam()
93 cPar.ng_test = ng_test; in CopyToParam()
H A Dgemma.cpp3314 outfile << "## number of analyzed genes = " << cPar.ng_test << endl; in WriteLog()