Searched defs:CLONE (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | xalloc.h | 79 # define CLONE(p) xclone (p, sizeof *(p)) macro
|
/netbsd-src/external/gpl2/diffutils/dist/lib/ |
H A D | xalloc.h | 81 # define CLONE(Src) CCLONE (Src, 1) macro
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | xalloc.h | 86 # define CLONE(Src) CCLONE (Src, 1) macro
|
/netbsd-src/external/gpl2/gmake/dist/ |
H A D | hash.c | 25 #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 D | cp-tree.h | 2975 #define FOR_EACH_CLONE(CLONE, FN) \ argument
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cp-tree.h | 3159 #define FOR_EACH_CLONE(CLONE, FN) \ argument
|
H A D | module.cc | 3885 #define FOR_EVERY_CLONE(CLONE, FN) \ argument
|