Searched defs:type (Results 1 - 6 of 6) sorted by relevance

/pkg/src/modules/
H A Delfextract.h82 int type; /* e_type */ member in struct:hdrinfo
96 extern char *pkg_string_from_type(int type);
H A Delfextract.c61 pkg_string_from_type(int type) argument
63 switch (type) {
247 hi->type = hdr->e_type;
/pkg/src/modules/solver/
H A Dpy_solver.c204 msat_new(PyTypeObject *type, PyObject *args, PyObject *kwds);
279 msat_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
285 if ((self = (msat_solver *) type->tp_alloc(type, 0)) == NULL)
H A Dsolver.c1129 int type; local
1140 for (type = 0; type < 2; type++){
1141 vecp* cs = type ? &s->learnts : &s->clauses;
/pkg/src/modules/client/
H A Drad_pkg.py96 subcommand: a string type pkg subcommand.
103 pkg_image: a string type alternate image path.
235 type = property(get_any("_type"), set_any("_type")) variable in class:PkgSource
336 raise PkgException(ERROR, "Wrong value type")
349 raise PkgException(ERROR, "Wrong value type")
408 subcommand: a string type pkg subcommand.
/pkg/src/zoneproxy/zoneproxyd/
H A Dzoneproxyd.c1065 ips_contract_open(ctid_t ctid, const char *type, const char *file, int oflag) argument
1070 if (type == NULL)
1071 type = "all";
1073 n = snprintf(path, PATH_MAX, CTFS_ROOT "/%s/%d/%s", type, ctid, file);

Completed in 153 milliseconds