Home
last modified time | relevance | path

Searched defs:CLONE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dxalloc.h79 # define CLONE(p) xclone (p, sizeof *(p)) macro
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dxalloc.h81 # define CLONE(Src) CCLONE (Src, 1) macro
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxalloc.h86 # define CLONE(Src) CCLONE (Src, 1) macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dhash.c25 #define CLONE(o, t, n) ((t *) memcpy (MALLOC (t, (n)), (o), sizeof (t) * (n))) macro
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.h2975 #define FOR_EACH_CLONE(CLONE, FN) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.h3159 #define FOR_EACH_CLONE(CLONE, FN) \ argument
H A Dmodule.cc3885 #define FOR_EVERY_CLONE(CLONE, FN) \ argument