Home
last modified time | relevance | path

Searched refs:first (Results 1 – 9 of 9) sorted by relevance

/posix/
A Dregister-atfork.c79 struct fork_handler *first = fork_handler_list_find (&fork_handlers, in __unregister_atfork() local
85 if (first != NULL) in __unregister_atfork()
87 struct fork_handler *new_end = first; in __unregister_atfork()
88 first++; in __unregister_atfork()
89 for (; first != fork_handler_list_end (&fork_handlers); ++first) in __unregister_atfork()
91 if (first->dso_handle != dso_handle) in __unregister_atfork()
93 *new_end = *first; in __unregister_atfork()
98 ptrdiff_t removed = first - new_end; in __unregister_atfork()
A Dtst-fnmatch.c303 int first = 1; in flag_output() local
309 first = 0; in flag_output()
313 if (! first) in flag_output()
316 first = 0; in flag_output()
320 if (! first) in flag_output()
323 first = 0; in flag_output()
327 if (! first) in flag_output()
330 first = 0; in flag_output()
334 if (! first) in flag_output()
337 first = 0; in flag_output()
[all …]
A Dannexc.c715 int first = 1; in get_null_defines() local
776 if (first) in get_null_defines()
779 first = 0; in get_null_defines()
A DVersions118 # under GLIBC_2.0; the first instance in the script is taken as the
A Dregcomp.c999 Idx first, i; in create_initial_state() local
1005 first = dfa->str_tree->first->node_idx; in create_initial_state()
1006 dfa->init_node = first; in create_initial_state()
1007 err = re_node_set_init_copy (&init_nodes, dfa->eclosures + first); in create_initial_state()
1387 node->first = node->left->first; in calc_first()
1392 node->first = node; in calc_first()
1412 node->left->next = node->right->first; in calc_next()
1448 left = node->left->first->node_idx; in link_nfa_nodes()
1452 right = node->right->first->node_idx; in link_nfa_nodes()
3843 tree->first = NULL; in create_token_tree()
A DBOOST.tests7 ; changes to regular expression compile flags start with a "-" as the first
12 ; the first token contains the expression to compile, the second the string
14 ; not compile, that is the first string is an invalid regular expression.
19 ; match at all, if the first value is -1 then no part of the expression should
191 ; try some literals first
A Dregex_internal.h473 struct bin_tree_t *first; member
A Dtst-regex.input2127 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
2128 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
2129 * sysdeps/mach/hurd/mips/init-first.c: Likewise.
2130 * sysdeps/arm/init-first.c: Likewise.
2280 * sysdeps/mach/hurd/i386/init-first.c
3865 sequence first.
7293 * sysdeps/arm/init-first.c: Likewise.
9101 incremented in the first place.
9102 (NEXT_WIDE_CHAR): Set First, not first.
9352 directory first and ignore install error.
[all …]
/posix/rxspencer/
A Dtests383 # first the obvious, which looks okay at first glance...

Completed in 31 milliseconds