Home
last modified time | relevance | path

Searched refs:to_name (Results 1 – 25 of 1047) sorted by relevance

12345678910>>...42

/dports/databases/erlang-epgsql/epgsql-4.1.0/src/
H A Depgsql_errcodes.erl3 -export([to_name/1]).
5 to_name(<<"00000">>) -> successful_completion; function
6 to_name(<<"01000">>) -> warning; function
14 to_name(<<"02000">>) -> no_data; function
34 to_name(<<"20000">>) -> case_not_found; function
36 to_name(<<"22000">>) -> data_exception; function
74 to_name(<<"22027">>) -> trim_error; function
186 to_name(<<"53100">>) -> disk_full; function
205 to_name(<<"58030">>) -> io_error; function
211 to_name(<<"HV000">>) -> fdw_error; function
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/
H A DBuiltinCodes.py41 to_name=to_name,
84 to_name=to_name,
142 to_name=to_name,
156 to_name=to_name,
169 to_name=to_name,
185 to_name=to_name,
198 to_name=to_name,
214 to_name=to_name,
231 to_name=to_name,
245 to_name=to_name,
[all …]
H A DStringCodes.py36 to_name=to_name,
53 to_name=to_name,
75 to_name=to_name,
91 to_name=to_name,
110 to_name=to_name,
121 to_name=to_name, expression=expression, emit=emit, context=context
127 to_name=to_name,
140 to_name=to_name,
185 to_name=value_name,
203 to_name, "format_result", expression, emit, context
[all …]
H A DCallCodes.py81 to_name=to_name,
91 to_name=to_name,
103 to_name=to_name,
113 to_name=to_name,
126 to_name=to_name,
135 to_name=to_name,
158 to_name=to_name,
168 to_name=to_name,
186 to_name=to_name,
196 to_name=to_name,
[all …]
H A DIteratorCodes.py90 "to_name": to_name,
105 context.addCleanupTempName(to_name)
112 to_name=value_name,
161 to_name=iterator_name,
213 to_name=to_name,
231 to_name=to_name,
246 to_name=to_name,
259 to_name=to_name,
275 to_name=to_name,
288 to_name=to_name,
[all …]
H A DComparisonCodes.py145 to_name=to_name,
151 to_name=to_name, condition="%s == %s" % (left_name, right_name), emit=emit
191 to_name=to_name,
214 to_name=to_name,
228 to_name=inst_name,
234 to_name=cls_name,
254 to_name=to_name, condition="%s != 0" % res_name, emit=emit
263 to_name=cls_name,
289 to_name=to_name, condition="%s != 0" % res_name, emit=emit
297 to_name=cls_name,
[all …]
H A DEvalCodes.py86 to_name=source_name,
92 to_name=filename_name,
98 to_name=mode_name,
108 to_name=flags_name,
160 to_name, argument
185 check_name=to_name,
202 to_name, argument
231 check_name=to_name,
349 to_name=globals_name,
356 to_name=locals_name,
[all …]
H A DConditionalCodes.py91 to_name=truth_name,
131 to_name=to_name,
146 to_name=to_name,
156 context.addCleanupTempName(to_name)
179 to_name=to_name,
184 needs_ref1 = context.needsCleanup(to_name)
188 context.removeCleanupTempName(to_name)
194 to_name=to_name,
200 needs_ref2 = context.needsCleanup(to_name)
212 getTakeReferenceCode(to_name, emit)
[all …]
H A DPythonAPICodes.py33 to_name, argument
61 to_name=to_name,
73 to_name, argument
84 to_name=to_name,
98 to_name, argument
109 to_name=to_name,
126 if to_name.c_type == "PyObject *":
127 value_name = to_name
147 if to_name is not value_name:
148 to_name.getCType().emitAssignConversionCode(
[all …]
H A DCodeHelpers.py54 to_name=to_name,
101 to_name=to_name, expression=expression, emit=emit, context=context
114 to_name=to_name, expression=expression, emit=emit, context=context
117 to_name = None
119 result.append(to_name)
253 value_name = to_name
261 to_name=to_name,
278 value_name = to_name
286 to_name=to_name,
331 value_name = to_name
[all …]
H A DSetCodes.py36 def generateSetCreationCode(to_name, expression, emit, context): argument
45 to_name, "set_result", expression, emit, context
57 context.addCleanupTempName(to_name)
80 to_name, "set_result", expression, emit, context
122 to_name=set_arg_name,
130 to_name=value_arg_name,
169 to_name, "setupdate_result", expression, emit, context
175 if to_name.c_type == "nuitka_void":
179 def generateBuiltinSetCode(to_name, expression, emit, context): argument
181 to_name=to_name,
[all …]
H A DAttributeCodes.py83 to_name=target_name,
116 to_name, "attribute_value", expression, emit, context
206 to_name=to_name,
223 check_name=to_name,
230 context.addCleanupTempName(to_name)
250 to_name.getCType().emitAssignmentCodeFromBoolCondition(
251 to_name=to_name, condition="%s != 0" % res_name, emit=emit
273 to_name.getCType().emitAssignmentCodeFromBoolCondition(
274 to_name=to_name, condition=res_name, emit=emit
280 to_name=to_name,
[all …]
H A DTupleCodes.py42 def generateTupleCreationCode(to_name, expression, emit, context): argument
44 to_name, "tuple_value", expression, emit, context
48 to_name=value_name,
55 def getTupleCreationCode(to_name, elements, emit, context): argument
57 to_name.getCType().emitAssignmentCodeFromConstant(
58 to_name=to_name,
84 emit("%s = PyTuple_New(%d);" % (to_name, len(elements)))
91 "tuple_build", to_name, needs_exception_exit, emit, context
102 def generateBuiltinTupleCode(to_name, expression, emit, context): argument
104 to_name=to_name,
[all …]
H A DDictCodes.py39 to_name=seq_name,
98 to_name=value_name,
208 to_name=value_arg_name,
216 to_name=dict_arg_name,
280 to_name=to_name,
297 to_name=dict_arg_name,
305 to_name=key_arg_name,
331 to_name=key_arg_name,
347 to_name=dict_arg_name,
374 to_name=dict_arg_name,
[all …]
H A DOperationCodes.py38 def generateOperationBinaryCode(to_name, expression, emit, context): argument
47 to_name=to_name,
57 def generateOperationNotCode(to_name, expression, emit, context): argument
74 to_name.getCType().emitAssignmentCodeFromBoolCondition(
75 to_name=to_name, condition="%s == 0" % res_name, emit=emit
79 def generateOperationUnaryCode(to_name, expression, emit, context): argument
85 to_name=to_name,
96 to_name, expression, operator, arg_names, in_place, emit, context argument
141 emit("%s = %s;" % (to_name, arg_names[0]))
147 context.addCleanupTempName(to_name)
[all …]
H A DSliceCodes.py56 getMinIndexCode(to_name=lower_name, emit=emit)
73 getMaxIndexCode(to_name=upper_name, emit=emit)
112 to_name=source_name,
123 to_name=result_name,
146 to_name=result_name,
274 to_name, "sliceobj_value", expression, emit, context
356 to_name,
364 check_name=to_name,
370 context.addCleanupTempName(to_name)
378 % (to_name, source_name, lower_name, upper_name)
[all …]
H A DExceptionCodes.py42 def generateExceptionRefCode(to_name, expression, emit, context): argument
46 to_name, "exception_name", expression, emit, context
95 to_name, "exception_caught_tb", expression, emit, context
172 to_name=exception_arg_name,
183 to_name, "exception_made", expression, emit, context
188 to_name=value_name,
199 to_name=value_name,
218 to_name=exception_importerror_name,
231 % (to_name, exception_importerror_name)
242 to_name=exception_importerror_path,
[all …]
H A DIndexCodes.py29 def getMaxIndexCode(to_name, emit): argument
30 emit("%s = PY_SSIZE_T_MAX;" % to_name)
33 def getMinIndexCode(to_name, emit): argument
34 emit("%s = 0;" % to_name)
37 def getIndexCode(to_name, value_name, emit, context): argument
38 emit("%s = CONVERT_TO_INDEX(%s);" % (to_name, value_name))
41 condition="%s == -1 && ERROR_OCCURRED()" % to_name, emit=emit, context=context
45 def getIndexValueCode(to_name, value, emit): argument
46 emit("%s = %d;" % (to_name, value))
H A DImportCodes.py48 to_name, "imported_value", expression, emit, context
53 to_name=value_name,
78 to_name,
93 check_name=to_name,
100 context.addCleanupTempName(to_name)
105 to_name, argument
120 to_name=to_name,
136 to_name, "imported_value", expression, emit, context
151 to_name, "imported_value", expression, emit, context
186 to_name=module_name,
[all …]
H A DIntegerCodes.py33 def generateBuiltinLong1Code(to_name, expression, emit, context): argument
38 to_name=to_name,
42 conversion_check=decideConversionCheckNeeded(to_name, expression),
49 def generateBuiltinLong2Code(to_name, expression, emit, context): argument
57 to_name, "long_value", expression, emit, context
72 def generateBuiltinInt1Code(to_name, expression, emit, context): argument
75 to_name=to_name,
79 conversion_check=decideConversionCheckNeeded(to_name, expression),
86 def generateBuiltinInt2Code(to_name, expression, emit, context): argument
92 to_name, "int_value", expression, emit, context
H A DGlobalsLocalsCodes.py46 def generateBuiltinLocalsRefCode(to_name, expression, emit, context): argument
52 to_name, "locals_ref_value", expression, emit, context
58 def generateBuiltinLocalsCode(to_name, expression, emit, context): argument
72 to_name, "locals_ref_value", expression, emit, context
92 emit("%s = PyDict_New();" % (to_name,))
111 def generateBuiltinGlobalsCode(to_name, expression, emit, context): argument
113 to_name, "globals_value", expression, emit, context
204 def generateBuiltinDir1Code(to_name, expression, emit, context): argument
206 to_name=to_name,
217 def generateBuiltinVarsCode(to_name, expression, emit, context): argument
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/xinstall/
H A Dxinstall.c154 char *p, *to_name; in main() local
387 to_name); in main()
401 backup(to_name); in main()
662 to_name, in install()
664 to_name = pathbuf; in install()
686 oto_name = to_name; in install()
687 to_name = tmpl; in install()
691 backup(to_name); in install()
722 strip(to_name); in install()
885 to_name); in copy()
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/kmk/kmkbuiltin/
H A Dinstall.c438 to_name, in install()
440 to_name = pathbuf; in install()
452 warn("%s", to_name); in install()
503 unlink(to_name); in install()
656 to_name); in install()
702 (void)unlink(to_name); in install()
729 (void)unlink(to_name); in install()
745 (void)unlink(to_name); in install()
769 (void)unlink(to_name); in install()
1023 (void)unlink(to_name); in strip()
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/codegen/c_types/
H A DCTypePyObjectPtrs.py83 to_type = to_name.getCType()
86 int_name=to_name,
99 assert to_name.c_type == "int", to_name
136 % (to_name, truth_name)
234 if to_name.c_type == "PyObject *":
235 value_name = to_name
241 if to_name is not value_name:
243 to_name=to_name,
324 emit("%s = %s;" % (to_name, value_name))
328 to_name=to_name,
[all …]
H A DCTypeNuitkaBools.py48 to_name=value_name, condition=test_code, emit=emit
57 cls, to_name, value_name, needs_check, emit, context argument
59 assert False, to_name
77 emit("%s = %s;" % (to_name, value_name))
80 to_name=to_name,
89 cls, to_name, constant, may_escape, emit, context argument
94 % (to_name, "NUITKA_BOOL_TRUE" if constant else "NUITKA_BOOL_FALSE")
115 cls, to_name, value_name, needs_check, tolerant, emit, context argument
122 emit("%s = %s != NUITKA_BOOL_UNASSIGNED;" % (to_name, value_name))
126 def emitAssignmentCodeFromBoolCondition(cls, to_name, condition, emit): argument
[all …]

12345678910>>...42