Home
last modified time | relevance | path

Searched refs:pto (Results 1 – 25 of 1192) sorted by relevance

12345678910>>...48

/dports/chinese/tintin++/tt/src/
H A Dregex.c485 pto += strlen(pto); in tintin_regexp()
539 pto += strlen(pto); in tintin_regexp()
546 pto += strlen(pto); in tintin_regexp()
553 pto += strlen(pto); in tintin_regexp()
560 pto += strlen(pto); in tintin_regexp()
567 pto += strlen(pto); in tintin_regexp()
573 pto += strlen(pto); in tintin_regexp()
579 pto += strlen(pto); in tintin_regexp()
598 pto += strlen(pto); in tintin_regexp()
605 pto += strlen(pto); in tintin_regexp()
[all …]
H A Dutf8.c422 *pto++ = 0; in unicode_to_utf8()
429 *pto++ = 0; in unicode_to_utf8()
579 *pto = 0; in utf8_to_iso1()
607 *pto = 0; in iso1_to_utf8()
667 *pto = 0; in utf8_to_iso2()
737 *pto = 0; in iso2_to_utf8()
797 *pto = 0; in utf8_to_cp1251()
868 *pto = 0; in cp1251_to_utf8()
928 *pto = 0; in utf8_to_koi8()
998 *pto = 0; in koi8_to_utf8()
[all …]
H A Dsubstitute.c1180 pto += strlen(pto); in substitute()
1254 pto += sprintf(pto, "$result"); in substitute()
1359 pto += strlen(pto); in substitute()
1465 pto += strlen(pto); in substitute()
1599 pto += strlen(pto); in substitute()
2037 pto += unicode_8_bit(pti + 2, pto); in substitute()
2042 pto += unicode_12_bit(pti + 2, pto); in substitute()
2049 pto += unicode_16_bit(pti + 2, pto); in substitute()
2054 pto += unicode_20_bit(pti + 2, pto); in substitute()
2067 pto += unicode_16_bit(pti + 1, pto); in substitute()
[all …]
H A Dbase.c144 char *pto; in str_to_base64() local
149 pto = out; in str_to_base64()
176 *pto++ = 0; in str_to_base64()
184 char *pto; in base64_to_str() local
187 pto = out; in base64_to_str()
207 *pto++ = 0; in base64_to_str()
215 char *pto; in str_to_base252() local
220 pto = out; in str_to_base252()
253 *pto++ = 0; in str_to_base252()
261 char *pto; in base252_to_str() local
[all …]
H A Dutils.c135 *pto++ = 0; in unicode_8_bit()
142 *pto++ = 0; in unicode_8_bit()
159 *pto++ = 0; in unicode_12_bit()
166 *pto++ = 0; in unicode_12_bit()
185 *pto++ = 0; in unicode_16_bit()
192 *pto++ = 0; in unicode_16_bit()
200 *pto++ = 0; in unicode_16_bit()
225 *pto++ = 0; in unicode_20_bit()
233 *pto++ = 0; in unicode_20_bit()
242 *pto++ = 0; in unicode_20_bit()
[all …]
H A Dtext.c191 los = pto; in word_wrap()
195 pto += sprintf(pto, "%s", color); in word_wrap()
230 pto += sprintf(pto, "%s", color); in word_wrap()
239 pto += sprintf(pto, "%s", color); in word_wrap()
246 pto++; in word_wrap()
286 *pto = 0; in word_wrap()
397 pto += sprintf(pto, "%s", color); in word_wrap_split()
443 pto += sprintf(pto, "%s", color); in word_wrap_split()
460 pto += sprintf(pto, "%s", color); in word_wrap_split()
475 pto += sprintf(pto, "%s", color); in word_wrap_split()
[all …]
/dports/net/tintin++/tt/src/
H A Dregex.c485 pto += strlen(pto); in tintin_regexp()
539 pto += strlen(pto); in tintin_regexp()
546 pto += strlen(pto); in tintin_regexp()
553 pto += strlen(pto); in tintin_regexp()
560 pto += strlen(pto); in tintin_regexp()
567 pto += strlen(pto); in tintin_regexp()
573 pto += strlen(pto); in tintin_regexp()
579 pto += strlen(pto); in tintin_regexp()
598 pto += strlen(pto); in tintin_regexp()
605 pto += strlen(pto); in tintin_regexp()
[all …]
H A Dutf8.c422 *pto++ = 0; in unicode_to_utf8()
429 *pto++ = 0; in unicode_to_utf8()
579 *pto = 0; in utf8_to_iso1()
607 *pto = 0; in iso1_to_utf8()
667 *pto = 0; in utf8_to_iso2()
737 *pto = 0; in iso2_to_utf8()
797 *pto = 0; in utf8_to_cp1251()
868 *pto = 0; in cp1251_to_utf8()
928 *pto = 0; in utf8_to_koi8()
998 *pto = 0; in koi8_to_utf8()
[all …]
H A Dsubstitute.c1180 pto += strlen(pto); in substitute()
1254 pto += sprintf(pto, "$result"); in substitute()
1359 pto += strlen(pto); in substitute()
1465 pto += strlen(pto); in substitute()
1599 pto += strlen(pto); in substitute()
2037 pto += unicode_8_bit(pti + 2, pto); in substitute()
2042 pto += unicode_12_bit(pti + 2, pto); in substitute()
2049 pto += unicode_16_bit(pti + 2, pto); in substitute()
2054 pto += unicode_20_bit(pti + 2, pto); in substitute()
2067 pto += unicode_16_bit(pti + 1, pto); in substitute()
[all …]
H A Dbase.c144 char *pto; in str_to_base64() local
149 pto = out; in str_to_base64()
176 *pto++ = 0; in str_to_base64()
184 char *pto; in base64_to_str() local
187 pto = out; in base64_to_str()
207 *pto++ = 0; in base64_to_str()
215 char *pto; in str_to_base252() local
220 pto = out; in str_to_base252()
253 *pto++ = 0; in str_to_base252()
261 char *pto; in base252_to_str() local
[all …]
H A Dutils.c135 *pto++ = 0; in unicode_8_bit()
142 *pto++ = 0; in unicode_8_bit()
159 *pto++ = 0; in unicode_12_bit()
166 *pto++ = 0; in unicode_12_bit()
185 *pto++ = 0; in unicode_16_bit()
192 *pto++ = 0; in unicode_16_bit()
200 *pto++ = 0; in unicode_16_bit()
225 *pto++ = 0; in unicode_20_bit()
233 *pto++ = 0; in unicode_20_bit()
242 *pto++ = 0; in unicode_20_bit()
[all …]
H A Dtext.c191 los = pto; in word_wrap()
195 pto += sprintf(pto, "%s", color); in word_wrap()
230 pto += sprintf(pto, "%s", color); in word_wrap()
239 pto += sprintf(pto, "%s", color); in word_wrap()
246 pto++; in word_wrap()
286 *pto = 0; in word_wrap()
397 pto += sprintf(pto, "%s", color); in word_wrap_split()
443 pto += sprintf(pto, "%s", color); in word_wrap_split()
460 pto += sprintf(pto, "%s", color); in word_wrap_split()
475 pto += sprintf(pto, "%s", color); in word_wrap_split()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_functoolsmodule.c124 if (pto == NULL) in partial_new()
127 pto->fn = func; in partial_new()
147 pto->dict = NULL; in partial_new()
162 Py_TYPE(pto)->tp_free(pto); in partial_dealloc()
173 assert (pto->kw == Py_None || PyDict_Check(pto->kw)); in partial_call()
265 tmp = pto->dict; in partial_set_dict()
287 return Py_BuildValue("O(O)(OOOO)", Py_TYPE(pto), pto->fn, pto->fn, in partial_reduce()
288 pto->args, pto->kw, in partial_reduce()
289 pto->dict ? pto->dict : Py_None); in partial_reduce()
303 pto->fn = fn; in partial_setstate()
[all …]
/dports/games/stendhal/stendhal-1.35/tests/games/stendhal/client/
H A DPerceptionToObjectTest.java101 pto.onClear(); in testOnClear2Listeners1Object()
132 pto.register(object, listener); in testOnClear()
141 pto.onClear(); in testOnClear()
170 pto.register(object, listener); in testOnDeleted()
179 pto.onDeleted(object); in testOnDeleted()
207 pto.register(object, listener); in testOnException()
216 pto.onException(null, null); in testOnException()
364 pto.unregister(listener); in testRegisterUnregister()
381 pto.onClear(); in testabsentObject()
382 pto.onDeleted(object); in testabsentObject()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_functoolsmodule.c107 partialobject *pto; in partial_new() local
124 if (pto == NULL) in partial_new()
127 pto->fn = func; in partial_new()
154 Py_TYPE(pto)->tp_free(pto); in partial_dealloc()
207 Py_VISIT(pto->fn); in partial_traverse()
209 Py_VISIT(pto->kw); in partial_traverse()
238 return pto->dict; in partial_get_dict()
258 tmp = pto->dict; in partial_set_dict()
280 return Py_BuildValue("O(O)(OOOO)", Py_TYPE(pto), pto->fn, pto->fn, in partial_reduce()
281 pto->args, pto->kw, in partial_reduce()
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A D_functoolsmodule.c107 partialobject *pto; in partial_new() local
124 if (pto == NULL) in partial_new()
127 pto->fn = func; in partial_new()
154 Py_TYPE(pto)->tp_free(pto); in partial_dealloc()
207 Py_VISIT(pto->fn); in partial_traverse()
209 Py_VISIT(pto->kw); in partial_traverse()
238 return pto->dict; in partial_get_dict()
258 tmp = pto->dict; in partial_set_dict()
280 return Py_BuildValue("O(O)(OOOO)", Py_TYPE(pto), pto->fn, pto->fn, in partial_reduce()
281 pto->args, pto->kw, in partial_reduce()
[all …]
/dports/devel/kpublictransport/kpublictransport-21.12.3/src/coverage/
H A Dpublic_transport_coverage.geojson5 { "type": "Feature", "properties": { "id": 51, "pto": "de_nw_vrs" }, "geometry": { "type": "MultiPo…
6 { "type": "Feature", "properties": { "id": 1, "pto": "de_bb_vbb" }, "geometry": { "type": "MultiPol…
7 { "type": "Feature", "properties": { "id": 2, "pto": "at_oebb" }, "geometry": { "type": "MultiPolyg…
9 { "type": "Feature", "properties": { "id": 4, "pto": "be_sncb" }, "geometry": { "type": "MultiPolyg…
10 { "type": "Feature", "properties": { "id": 5, "pto": "dk_dsb" }, "geometry": { "type": "MultiPolygo…
11 { "type": "Feature", "properties": { "id": 6, "pto": "nl_ns" }, "geometry": { "type": "MultiPolygon…
12 { "type": "Feature", "properties": { "id": 7, "pto": "ch_sbb" }, "geometry": { "type": "MultiPolygo…
20 { "type": "Feature", "properties": { "id": 15, "pto": "de_nw_vrr" }, "geometry": { "type": "MultiPo…
28 { "type": "Feature", "properties": { "id": 23, "pto": "it_atm" }, "geometry": { "type": "MultiPolyg…
39 { "type": "Feature", "properties": { "id": 34, "pto": "lu" }, "geometry": { "type": "MultiPolygon",…
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dstore.h92 (*(pto) = *(pfrom))
104 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
113 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
116 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
118 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
120 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
122 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
124 (ref_save_in(mem,pcont,pto,cname), ref_assign_new_in(mem,pto,pfrom))
126 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
128 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dstore.h92 (*(pto) = *(pfrom))
104 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
113 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
116 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
118 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
120 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
122 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
124 (ref_save_in(mem,pcont,pto,cname), ref_assign_new_in(mem,pto,pfrom))
126 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
128 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dstore.h75 (*(pto) = *(pfrom))
91 (*(pto) = *(pfrom))
103 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
112 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
115 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
117 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
119 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
121 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
125 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
127 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dstore.h77 (*(pto) = *(pfrom))
105 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
114 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
117 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
119 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
121 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
123 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
125 (ref_save_in(mem,pcont,pto,cname), ref_assign_new_in(mem,pto,pfrom))
127 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
129 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dstore.h77 (*(pto) = *(pfrom))
105 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
114 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
117 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
119 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
121 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
123 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
125 (ref_save_in(mem,pcont,pto,cname), ref_assign_new_in(mem,pto,pfrom))
127 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
129 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dstore.h77 (*(pto) = *(pfrom))
105 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
114 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
117 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
119 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
121 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
123 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
125 (ref_save_in(mem,pcont,pto,cname), ref_assign_new_in(mem,pto,pfrom))
127 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
129 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dstore.h77 (*(pto) = *(pfrom))
105 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
114 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
117 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
119 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
121 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
123 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
125 (ref_save_in(mem,pcont,pto,cname), ref_assign_new_in(mem,pto,pfrom))
127 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
129 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dstore.h75 (*(pto) = *(pfrom))
91 (*(pto) = *(pfrom))
103 #define ref_must_save(pto) ref_must_save_in(idmemory, pto) argument
112 discard((ref_must_save(pto) ? ref_do_save(pcont, pto, cname) : 0))
115 #define ref_mark_new(pto) ref_mark_new_in(idmemory, pto) argument
117 discard((ref_assign(pto,pfrom), ref_mark_new_in(mem,pto)))
119 discard((ref_assign(pto,pfrom), ref_mark_new(pto)))
121 discard((ref_assign_inline(pto,pfrom), ref_mark_new(pto)))
125 (ref_save(pcont,pto,cname), ref_assign_new(pto,pfrom))
127 (ref_save(pcont,pto,cname), ref_assign_new_inline(pto,pfrom))
[all …]

12345678910>>...48