Home
last modified time | relevance | path

Searched refs:typetable (Results 1 – 25 of 67) sorted by relevance

123

/dports/mail/batv-milter/batv-milter-0.5.0/libsm/
H A Dvfprintf.c837 unsigned char *typetable; /* table of types */ local
847 typetable[nextarg++] = type, \
880 typetable = stattypetable;
1027 switch (typetable [n])
1080 if ((typetable != NULL) && (typetable != stattypetable))
1081 sm_free(typetable);
1096 sm_grow_type_table_x(typetable, tablesize) in sm_grow_type_table_x() argument
1097 unsigned char **typetable; in sm_grow_type_table_x()
1100 unsigned char *oldtable = *typetable;
1111 *typetable = (unsigned char *) sm_realloc_x(typetable,
[all …]
/dports/mail/libmilter/sendmail-8.16.1/libsm/
H A Dvfprintf.c838 unsigned char *typetable; /* table of types */ local
848 typetable[nextarg++] = type, \
881 typetable = stattypetable;
1028 switch (typetable [n])
1081 if ((typetable != NULL) && (typetable != stattypetable))
1082 sm_free(typetable);
1097 sm_grow_type_table_x(typetable, tablesize) in sm_grow_type_table_x() argument
1098 unsigned char **typetable; in sm_grow_type_table_x()
1101 unsigned char *oldtable = *typetable;
1112 *typetable = (unsigned char *) sm_realloc_x(typetable,
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/printf/
H A Dprintf-pos.c80 struct typetable { struct
88 static int __grow_type_table(struct typetable *); argument
95 inittypes(struct typetable *types) in inittypes()
111 freetypes(struct typetable *types) in freetypes()
123 _ensurespace(struct typetable *types) in _ensurespace()
150 addsarg(struct typetable *types, int flags) in addsarg()
173 adduarg(struct typetable *types, int flags) in adduarg()
199 addaster(struct typetable *types, char **fmtp) in addaster()
267 struct typetable types; /* table of types */ in _frr_find_arguments()
459 struct typetable types; /* table of types */ in _frr_find_warguments()
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/printf/
H A Dprintf-pos.c80 struct typetable { struct
88 static int __grow_type_table(struct typetable *); argument
95 inittypes(struct typetable *types) in inittypes()
111 freetypes(struct typetable *types) in freetypes()
123 _ensurespace(struct typetable *types) in _ensurespace()
150 addsarg(struct typetable *types, int flags) in addsarg()
173 adduarg(struct typetable *types, int flags) in adduarg()
199 addaster(struct typetable *types, char **fmtp) in addaster()
267 struct typetable types; /* table of types */ in _frr_find_arguments()
459 struct typetable types; /* table of types */ in _frr_find_warguments()
[all …]
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dsnprintf.c1145 typetable[nextarg++] = type) in __find_arguments()
1185 typetable = stattypetable; in __find_arguments()
1360 switch (typetable[n]) { in __find_arguments()
1451 if (typetable != NULL && typetable != stattypetable) { in __find_arguments()
1452 mmap_free(typetable, *argtablesiz); in __find_arguments()
1453 typetable = NULL; in __find_arguments()
1464 unsigned char *oldtable = *typetable; in __grow_type_table()
1471 *typetable = mmap_alloc(newsize); in __grow_type_table()
1472 if (*typetable == NULL) in __grow_type_table()
1480 mmap_free(*typetable, *tablesize); in __grow_type_table()
[all …]
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Ddisasm.cpp40 const type_elem_t *typetable, const bytecode::BytecodeFile *bcf) { in DisAsmIns() argument
104 auto ti = (TypeInfo *)(typetable + *ip++); in DisAsmIns()
200 auto typetable = (const type_elem_t *)bcf->typetable()->Data(); // Same. in DisAsm() local
204 ip = DisAsmIns(nfr, ss, ip, code, typetable, bcf); in DisAsm()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Diit_store.c403 if ((*type = Tableint_get(typetable,(void *) tag)) == 0) { in scan_header_div()
405 *type = Tableint_length(typetable) + 1; in scan_header_div()
408 Tableint_put(typetable,typestring,*type); in scan_header_div()
493 if ((*type = Tableint_get(typetable,(void *) p)) == 0) { in scan_header_univ()
495 *type = Tableint_length(typetable) + 1; in scan_header_univ()
498 Tableint_put(typetable,typestring,*type); in scan_header_univ()
636 scan_header_univ(&labellength,&(*typelist),typetable, in parse_fasta()
942 Tableint_T div_seenp, typetable; in main() local
1039 Tableint_put(typetable,typestring,/*type*/1); in main()
1048 fp,div_seenp,typetable,firstchar); in main()
[all …]
/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajfeatwrite.c2308 const AjPTable typetable = NULL; in ajFeattableWriteDasgff() local
3251 const AjPTable typetable; in featDumpEmbl() local
3260 typetable = ajFeatVocabGetTypesNuc("embl"); in featDumpEmbl()
3504 const AjPTable typetable; in featDumpRefseq() local
3511 typetable = ajFeatVocabGetTypesNuc("embl"); in featDumpRefseq()
3667 const AjPTable typetable; in featDumpRefseqp() local
3934 const AjPTable typetable; in featDumpSwiss() local
4080 const AjPTable typetable = NULL; in featDumpBed() local
4210 const AjPTable typetable = NULL; in featDumpGff2() local
4502 const AjPTable typetable = NULL; in featDumpGff3() local
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/stdio/
H A Dvfwprintf.c1614 if (typetable != stattypetable) \ in __find_arguments()
1615 free(typetable); \ in __find_arguments()
1624 typetable[nextarg++] = type; \ in __find_arguments()
1680 typetable = stattypetable; in __find_arguments()
1857 if (typetable != stattypetable) in __find_arguments()
1858 free(typetable); in __find_arguments()
1867 free(typetable); in __find_arguments()
1874 switch (typetable [n]) { in __find_arguments()
1960 if (typetable != stattypetable) in __find_arguments()
1961 free (typetable); in __find_arguments()
[all …]
/dports/devel/liteide/gocode-cfcb188102ae/_gccgo/
H A Dpackage.go144 typetable []*import_data_type member
153 this.typetable = make([]*import_data_type, 1, 50)
288 type_ := this.typetable[num]
293 this.typetable = append(this.typetable, &import_data_type{})
294 var type_ = this.typetable[len(this.typetable)-1]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/StdLib/LibC/Stdio/
H A Dvfwprintf.c1599 enum typeid *typetable; /* table of types */ in __find_arguments() local
1611 if (__grow_type_table(nextarg, &typetable, \ in __find_arguments()
1616 typetable[nextarg++] = type; \ in __find_arguments()
1670 typetable = stattypetable; in __find_arguments()
1675 typetable[n] = T_UNUSED; in __find_arguments()
1848 switch (typetable [n]) { in __find_arguments()
1931 if ((typetable != NULL) && (typetable != stattypetable)) in __find_arguments()
1932 free (typetable); in __find_arguments()
1940 __grow_type_table (int nextarg, enum typeid **typetable, int *tablesize) in __grow_type_table() argument
1942 enum typeid *const oldtable = *typetable; in __grow_type_table()
[all …]
/dports/databases/py-psycopg2/psycopg2-2.9.2/psycopg/
H A Dpsycopgmodule.c847 } typetable[] = { variable
878 for (i = 0; typetable[i].name; i++) { in add_module_types()
879 PyObject *type = (PyObject *)typetable[i].type; in add_module_types()
881 Py_SET_TYPE(typetable[i].type, &PyType_Type); in add_module_types()
882 if (0 > PyType_Ready(typetable[i].type)) { return -1; } in add_module_types()
885 if (0 > PyModule_AddObject(module, typetable[i].name, type)) { in add_module_types()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dbytecode_generated.h538 const flatbuffers::Vector<int32_t> *typetable() const { in typetable() function
585 verifier.VerifyVector(typetable()) && in Verify()
632 void add_typetable(flatbuffers::Offset<flatbuffers::Vector<int32_t>> typetable) { in add_typetable()
633 fbb_.AddOffset(BytecodeFile::VT_TYPETABLE, typetable); in add_typetable()
688 flatbuffers::Offset<flatbuffers::Vector<int32_t>> typetable = 0,
714 builder_.add_typetable(typetable);
726 const std::vector<int32_t> *typetable = nullptr,
744 typetable ? _fbb.CreateVector<int32_t>(*typetable) : 0,
H A Ddisasm.h38 const type_elem_t *typetable, const bytecode::BytecodeFile *bcf);
/dports/cad/verilator/verilator-4.216/docs/
H A Dxml.rst66 contents of that module, and a single ``<typetable>``\ ...
67 ``</typetable>`` element which lists all used types used within the
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/games/evq3/evq3/code/tools/lcc/src/
H A Dtypes.c11 } *typetable[128]; variable
69 &(NELEMS(typetable)-1); in type()
73 for (tn = typetable[h]; tn; tn = tn->link) in type()
84 tn->link = typetable[h]; in type()
85 typetable[h] = tn; in type()
175 for (i = 0; i < NELEMS(typetable); i++) { in rmtypes()
176 struct entry *tn, **tq = &typetable[i]; in rmtypes()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dlbextract.c266 static struct convtable typetable[NUM_TYPES][NUM_TYPES] = variable
628 switch (typetable[fi][ti].conversion) { in ConvertArrayContents()
635 if ((typetable[fi][ti].convfunc)(count, fromdp, todp) == ERROR) in ConvertArrayContents()
777 switch (typetable[cti][ni].hascommon) { in QueryArrayCommon()
779 comt = typetable[cti][ni].commontype; in QueryArrayCommon()
912 switch (typetable[ai][rti].conversion) { in QueryArrayConvert()

123