Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/search/
Dtwalk.c53 void (*action)(const void *, VISIT, int), int level);
57 trecurse(const node_t *root, void (*action)(const void *, VISIT, int), int level) in trecurse()
61 (*action)(root, leaf, level); in trecurse()
63 (*action)(root, preorder, level); in trecurse()
65 trecurse(root->llink, action, level + 1); in trecurse()
66 (*action)(root, postorder, level); in trecurse()
68 trecurse(root->rlink, action, level + 1); in trecurse()
69 (*action)(root, endorder, level); in trecurse()
76 void (*action)(const void *, VISIT, int)) in twalk()
78 if (vroot != NULL && action != NULL) in twalk()
[all …]
Dhcreate.c71 ACTION action) in hsearch() argument
75 hsearch_r (item, action, &retval, &htab); in hsearch()
Dhcreate_r.c153 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r() argument
176 else if (action == FIND) in hsearch_r()
Dhash.c618 HASH_ACTION action, argument
695 switch (action) {
713 switch (action) {
/picolibc-latest/.github/workflows/
Dsteps-head19 # The docker image contains ccache, but the ccache action uses the ccache
21 # Install in /usr/bin so the ccache action gets the expected environment.
33 uses: hendrikmuhs/ccache-action@v1.2.14
Dhead46 uses: docker/setup-buildx-action@v3
50 uses: docker/build-push-action@v6
Dhead-zephyr47 uses: docker/setup-buildx-action@v3
51 uses: docker/build-push-action@v6
/picolibc-latest/newlib/libc/stdlib/
Dmbtowc_r.c869 JIS_ACTION action; in __jis_mbtowc() local
923 action = JIS_action_table[curr_state][ch]; in __jis_mbtowc()
926 switch (action) in __jis_mbtowc()
/picolibc-latest/
DCODE_OF_CONDUCT.md37 behavior and are expected to take appropriate and fair corrective action in
/picolibc-latest/newlib/libc/stdio/
Dvfwprintf.c1728 __ACTION action; in get_arg() local
1761 action = __action_table[state][chtype]; in get_arg()
1764 switch (action) in get_arg()
Dvfprintf.c1804 __ACTION action; in get_arg() local
1860 action = __action_table[state][chtype]; in get_arg()
1863 switch (action) in get_arg()
/picolibc-latest/newlib/doc/
Dmakedocbook.py838 options.add_option('-v', '--verbose', action='count', dest='verbose', default=0)
/picolibc-latest/newlib/
DChangeLog-20151069 Complete action from 2001-12-18: