Searched refs:CLONE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/diff/lib/
H A Dxalloc.h80 # define CLONE(p) xclone (p, sizeof *(p)) macro
/freebsd-10-stable/contrib/texinfo/lib/
H A Dxalloc.h77 # define CLONE(p) xclone (p, sizeof *(p)) macro
/freebsd-10-stable/gnu/usr.bin/grep/
H A Dxalloc.h84 # define CLONE(Src) CCLONE (Src, 1) macro
/freebsd-10-stable/contrib/gcc/cp/
H A Dcp-tree.h1734 #define FOR_EACH_CLONE(CLONE, FN) \
1738 for (CLONE = TREE_CHAIN (FN); \
1739 CLONE && DECL_CLONED_FUNCTION_P (CLONE); \
1740 CLONE = TREE_CHAIN (CLONE))

Completed in 169 milliseconds