Searched defs:type (Results 1 - 6 of 6) sorted by relevance
/pkg/src/modules/ |
H A D | elfextract.h | 82 int type; /* e_type */ member in struct:hdrinfo 96 extern char *pkg_string_from_type(int type);
|
H A D | elfextract.c | 61 pkg_string_from_type(int type) argument 63 switch (type) { 247 hi->type = hdr->e_type;
|
/pkg/src/modules/solver/ |
H A D | py_solver.c | 204 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 D | solver.c | 1129 int type; local 1140 for (type = 0; type < 2; type++){ 1141 vecp* cs = type ? &s->learnts : &s->clauses;
|
/pkg/src/modules/client/ |
H A D | rad_pkg.py | 96 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 D | zoneproxyd.c | 1065 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