| /src/external/bsd/libarchive/dist/tar/test/ |
| test_copy.c | 116 create_tree(void) function 354 create_tree(); /* Create sample files in "original" dir. */
|
| test_copy.c | 116 create_tree(void) function 354 create_tree(); /* Create sample files in "original" dir. */
|
| /src/external/apache2/llvm/dist/clang/tools/clang-format/ |
| git-clang-format | 359 return create_tree(filenames, '--stdin') 392 return create_tree(index_info_generator(), '--index-info') 395 def create_tree(input_lines, mode): function
|
| git-clang-format | 359 return create_tree(filenames, '--stdin') 392 return create_tree(index_info_generator(), '--index-info') 395 def create_tree(input_lines, mode): function
|
| /src/external/gpl2/xcvs/dist/lib/ |
| regcomp.c | 115 static bin_tree_t *create_tree (re_dfa_t *dfa, 1302 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); 1303 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); 1304 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls; 1305 tree = create_tree (dfa, op, tree1, CONCAT); 2080 eor = create_tree (dfa, NULL, NULL, END_OF_RE); 2082 root = create_tree (dfa, tree, eor, CONCAT); 2124 tree = create_tree (dfa, tree, branch, OP_ALT); 2163 tree = create_tree (dfa, tree, exp, CONCAT); 2207 tree = create_tree (dfa, tree, mbc_remain, CONCAT) 3659 create_tree (re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, function [all...] |
| regcomp.c | 115 static bin_tree_t *create_tree (re_dfa_t *dfa, 1302 op = create_tree (dfa, NULL, NULL, OP_OPEN_SUBEXP); 1303 cls = create_tree (dfa, NULL, NULL, OP_CLOSE_SUBEXP); 1304 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls; 1305 tree = create_tree (dfa, op, tree1, CONCAT); 2080 eor = create_tree (dfa, NULL, NULL, END_OF_RE); 2082 root = create_tree (dfa, tree, eor, CONCAT); 2124 tree = create_tree (dfa, tree, branch, OP_ALT); 2163 tree = create_tree (dfa, tree, exp, CONCAT); 2207 tree = create_tree (dfa, tree, mbc_remain, CONCAT) 3659 create_tree (re_dfa_t *dfa, bin_tree_t *left, bin_tree_t *right, function [all...] |