Home
last modified time | relevance | path

Searched refs:copy_function (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/archivers/gcpio/cpio-2.13/src/
H A Dmain.c390 if (copy_function != 0) in parse_opt()
392 copy_function = process_copy_in; in parse_opt()
435 if (copy_function != 0) in parse_opt()
437 copy_function = process_copy_out; in parse_opt()
449 if (copy_function != 0) in parse_opt()
592 if (copy_function == 0) in process_args()
595 copy_function = process_copy_in; in process_args()
601 if (copy_function == process_copy_in) in process_args()
706 if (copy_function != process_copy_in && copy_function != process_copy_out) in process_args()
731 if (copy_function == process_copy_in) in initialize_buffers()
[all …]
/dports/lang/vala/vala-0.48.18/vapi/
H A Dlibgnome-menu-3.0.vapi26 …[CCode (cheader_filename = "gmenu-tree.h", copy_function = "g_boxed_copy", free_function = "g_boxe…
36 …[CCode (cheader_filename = "gmenu-tree.h", copy_function = "g_boxed_copy", free_function = "g_boxe…
51 …[CCode (cheader_filename = "gmenu-tree.h", copy_function = "g_boxed_copy", free_function = "g_boxe…
63 …[CCode (cheader_filename = "gmenu-tree.h", copy_function = "g_boxed_copy", free_function = "g_boxe…
70 …[CCode (cheader_filename = "gmenu-tree.h", copy_function = "g_boxed_copy", free_function = "g_boxe…
80 …[CCode (cheader_filename = "gmenu-tree.h", copy_function = "g_boxed_copy", free_function = "g_boxe…
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DHelpersDeepcopy.c38 static PyObject *DEEP_COPY_ITEM(PyObject *value, PyTypeObject **type, copy_func *copy_function);
137 copy_func copy_function = NULL; in DEEP_COPY_LIST() local
142 PyList_SET_ITEM(result, i, DEEP_COPY_ITEM(item, &type, &copy_function)); in DEEP_COPY_LIST()
147 if (copy_function) { in DEEP_COPY_LIST()
148 new_item = copy_function(item); in DEEP_COPY_LIST()
154 new_item = DEEP_COPY_ITEM(item, &type, &copy_function); in DEEP_COPY_LIST()
277 *copy_function = NULL; in DEEP_COPY_ITEM()
282 *copy_function = (copy_func)(Nuitka_CapsuleGetPointer(dispatcher)); in DEEP_COPY_ITEM()
283 return (*copy_function)(value); in DEEP_COPY_ITEM()
299 copy_func copy_function = (copy_func)(Nuitka_CapsuleGetPointer(dispatcher)); in DEEP_COPY() local
[all …]
/dports/net/mpich/mpich-3.4.3/src/include/
H A Dmpir_attr.h39 typedef struct copy_function { struct
52 } copy_function; argument
102 copy_function copyfn;
/dports/net/openmpi3/openmpi-3.1.6/opal/datatype/
H A Dopal_datatype_copy.c89 #define SET_CUDA_COPY_FCT(cuda_device_bufs, fct, copy_function) \ argument
92 fct = copy_function; \
96 #define SET_CUDA_COPY_FCT(cuda_device_bufs, fct, copy_function) argument
/dports/net/openmpi/openmpi-4.1.1/opal/datatype/
H A Dopal_datatype_copy.c89 #define SET_CUDA_COPY_FCT(cuda_device_bufs, fct, copy_function) \ argument
92 fct = copy_function; \
96 #define SET_CUDA_COPY_FCT(cuda_device_bufs, fct, copy_function) argument
/dports/sysutils/cfengine317/cfengine-3.17.0/libntech/libutils/
H A Dset.h42 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function);
64 …efix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function); \
88 …refix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function) \
90 SetJoin(set->impl, otherset->impl, (SetElementCopyFn) copy_function); \
H A Dset.c97 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function) in SetJoin() argument
109 if (copy_function != NULL) in SetJoin()
111 ptr = copy_function(ptr); in SetJoin()
/dports/sysutils/cfengine316/cfengine-3.16.0/libntech/libutils/
H A Dset.h42 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function);
64 …efix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function); \
88 …refix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function) \
90 SetJoin(set->impl, otherset->impl, (SetElementCopyFn) copy_function); \
H A Dset.c97 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function) in SetJoin() argument
109 if (copy_function != NULL) in SetJoin()
111 ptr = copy_function(ptr); in SetJoin()
/dports/sysutils/cfengine318/cfengine-3.18.1/libntech/libutils/
H A Dset.h42 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function);
64 …efix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function); \
88 …refix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function) \
90 SetJoin(set->impl, otherset->impl, (SetElementCopyFn) copy_function); \
/dports/sysutils/cfengine-devel/core-d08ae9eff/libntech/libutils/
H A Dset.h42 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function);
64 …efix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function); \
88 …refix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function) \
90 SetJoin(set->impl, otherset->impl, (SetElementCopyFn) copy_function); \
/dports/sysutils/cfengine/cfengine-3.19.0/libntech/libutils/
H A Dset.h42 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function);
64 …efix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function); \
88 …refix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function) \
90 SetJoin(set->impl, otherset->impl, (SetElementCopyFn) copy_function); \
/dports/sysutils/cfengine319/cfengine-3.19.0/libntech/libutils/
H A Dset.h42 void SetJoin(Set *set, Set *otherset, SetElementCopyFn copy_function);
64 …efix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function); \
88 …refix##SetJoin(const Prefix##Set *set, const Prefix##Set *otherset, Prefix##CopyFn copy_function) \
90 SetJoin(set->impl, otherset->impl, (SetElementCopyFn) copy_function); \
/dports/devel/scons/SCons-4.2.0/SCons/Tool/
H A Dinstall.py53 def scons_copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
126 ignore=ignore, copy_function=copy_function,
130 copy_function(srcname, dstname)
133 ignore=ignore, copy_function=copy_function,
138 copy_function(srcname, dstname)
/dports/lang/yap/yap-6.2.2/library/tries/
H A Dcore_dbtries.h222 …onstruct_function)(TrNode), void (*destruct_function)(TrNode), void (*copy_function)(TrNode, TrNod…
223 …onstruct_function)(TrNode), void (*destruct_function)(TrNode), void (*copy_function)(TrNode, TrNod…
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dshutil.py451 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
460 use_srcentry = copy_function is copy2 or copy_function is copy
491 copy_function, dirs_exist_ok=dirs_exist_ok)
493 copy_function(srcobj, dstname)
495 copytree(srcobj, dstname, symlinks, ignore, copy_function,
499 copy_function(srcobj, dstname)
516 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
558 ignore=ignore, copy_function=copy_function,
752 def move(src, dst, copy_function=copy2): argument
807 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dshutil.py451 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
460 use_srcentry = copy_function is copy2 or copy_function is copy
491 copy_function, dirs_exist_ok=dirs_exist_ok)
493 copy_function(srcobj, dstname)
495 copytree(srcobj, dstname, symlinks, ignore, copy_function,
499 copy_function(srcobj, dstname)
516 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
558 ignore=ignore, copy_function=copy_function,
752 def move(src, dst, copy_function=copy2): argument
807 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/lang/python310/Python-3.10.1/Lib/
H A Dshutil.py450 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
459 use_srcentry = copy_function is copy2 or copy_function is copy
490 copy_function, dirs_exist_ok=dirs_exist_ok)
492 copy_function(srcobj, dstname)
494 copytree(srcobj, dstname, symlinks, ignore, copy_function,
498 copy_function(srcobj, dstname)
515 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
557 ignore=ignore, copy_function=copy_function,
763 def move(src, dst, copy_function=copy2): argument
821 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/lang/python38/Python-3.8.12/Lib/
H A Dshutil.py451 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
460 use_srcentry = copy_function is copy2 or copy_function is copy
491 copy_function, dirs_exist_ok=dirs_exist_ok)
493 copy_function(srcobj, dstname)
495 copytree(srcobj, dstname, symlinks, ignore, copy_function,
499 copy_function(srcobj, dstname)
516 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
558 ignore=ignore, copy_function=copy_function,
752 def move(src, dst, copy_function=copy2): argument
807 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dshutil.py451 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
460 use_srcentry = copy_function is copy2 or copy_function is copy
491 copy_function, dirs_exist_ok=dirs_exist_ok)
493 copy_function(srcobj, dstname)
495 copytree(srcobj, dstname, symlinks, ignore, copy_function,
499 copy_function(srcobj, dstname)
516 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
558 ignore=ignore, copy_function=copy_function,
752 def move(src, dst, copy_function=copy2): argument
807 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/lang/python39/Python-3.9.9/Lib/
H A Dshutil.py460 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
469 use_srcentry = copy_function is copy2 or copy_function is copy
500 copy_function, dirs_exist_ok=dirs_exist_ok)
502 copy_function(srcobj, dstname)
504 copytree(srcobj, dstname, symlinks, ignore, copy_function,
508 copy_function(srcobj, dstname)
525 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
567 ignore=ignore, copy_function=copy_function,
773 def move(src, dst, copy_function=copy2): argument
831 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dshutil.py451 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
460 use_srcentry = copy_function is copy2 or copy_function is copy
491 copy_function, dirs_exist_ok=dirs_exist_ok)
493 copy_function(srcobj, dstname)
495 copytree(srcobj, dstname, symlinks, ignore, copy_function,
499 copy_function(srcobj, dstname)
516 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
558 ignore=ignore, copy_function=copy_function,
752 def move(src, dst, copy_function=copy2): argument
807 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dshutil.py452 def _copytree(entries, src, dst, symlinks, ignore, copy_function, argument
461 use_srcentry = copy_function is copy2 or copy_function is copy
492 copy_function, dirs_exist_ok=dirs_exist_ok)
494 copy_function(srcobj, dstname)
496 copytree(srcobj, dstname, symlinks, ignore, copy_function,
500 copy_function(srcobj, dstname)
517 def copytree(src, dst, symlinks=False, ignore=None, copy_function=copy2, argument
559 ignore=ignore, copy_function=copy_function,
765 def move(src, dst, copy_function=copy2): argument
823 copytree(src, real_dst, copy_function=copy_function,
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dshutil.pyi32 copy_function: Callable[[str, str], None] = ...,
43 copy_function: Callable[[str, str], None] = ...,
54 def move(src: StrPath, dst: StrPath, copy_function: _CopyFn = ...) -> _PathReturn: ...
58 def move(src: str, dst: StrPath, copy_function: _CopyFn = ...) -> _PathReturn: ...

12345678910>>...15