Home
last modified time | relevance | path

Searched refs:action (Results 1 – 11 of 11) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/search/
Dtwalk.c55 void (*action)(const void *, VISIT, int), int level);
59 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), int level) in trecurse()
63 (*action)(root, leaf, level); in trecurse()
65 (*action)(root, preorder, level); in trecurse()
67 trecurse(root->llink, action, level + 1); in trecurse()
68 (*action)(root, postorder, level); in trecurse()
70 trecurse(root->rlink, action, level + 1); in trecurse()
71 (*action)(root, endorder, level); in trecurse()
78 void (*action)(const void *, VISIT, int)) in twalk()
80 if (vroot != NULL && action != NULL) in twalk()
[all …]
Dhcreate.c73 ACTION action) in hsearch() argument
77 hsearch_r (item, action, &retval, &htab); in hsearch()
Dhcreate_r.c155 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r() argument
178 else if (action == FIND) in hsearch_r()
Dhash.c624 HASH_ACTION action, argument
701 switch (action) {
719 switch (action) {
/picolibc-3.5.0-3.4.0/.github/workflows/
Dhead35 uses: docker/setup-buildx-action@v1
39 uses: docker/build-push-action@v2
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/
Dmbtowc_r.c880 JIS_ACTION action; in __jis_mbtowc() local
934 action = JIS_action_table[curr_state][ch]; in __jis_mbtowc()
937 switch (action) in __jis_mbtowc()
/picolibc-3.5.0-3.4.0/
DCODE_OF_CONDUCT.md37 behavior and are expected to take appropriate and fair corrective action in
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/
Dvfwprintf.c1719 __ACTION action; in get_arg() local
1752 action = __action_table[state][chtype]; in get_arg()
1755 switch (action) in get_arg()
Dvfprintf.c2030 __ACTION action; local
2086 action = __action_table[state][chtype];
2089 switch (action)
/picolibc-3.5.0-3.4.0/newlib/doc/
Dmakedocbook.py838 options.add_option('-v', '--verbose', action='count', dest='verbose', default=0)
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20151069 Complete action from 2001-12-18: