Searched refs:duplicated (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dxattrs.c361 BOOL duplicated; local
377 duplicated = FALSE;
381 duplicated = TRUE;
382 if (duplicated) {
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c1438 Note that duplicated nodes have constraint INIT_CONSTRAINT in addition
1505 /* Search for a duplicated node which satisfies the constraint. */
1509 /* There is no such duplicated node, create a new one. */
1524 /* There is a duplicated node which satisfies the constraint,
1545 /* Search for a node which is duplicated from the node ORG_NODE, and
1553 for (idx = dfa->nodes_len - 1; dfa->nodes[idx].duplicated && idx > 0; --idx)
1574 dfa->nodes[dup_idx].duplicated = 1;
1668 && !dfa->nodes[dfa->edests[node].elems[0]].duplicated)
3735 tree->token.duplicated = 0;
3767 if (node->type == COMPLEX_BRACKET && node->duplicated
[all...]
H A Dregex_internal.h307 unsigned int duplicated : 1; member in struct:__anon5497

Completed in 49 milliseconds