Searched refs:action (Results 1 – 13 of 13) sorted by relevance
/picolibc-latest/newlib/libc/search/ |
D | twalk.c | 53 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 …]
|
D | hcreate.c | 71 ACTION action) in hsearch() argument 75 hsearch_r (item, action, &retval, &htab); in hsearch()
|
D | hcreate_r.c | 153 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r() argument 176 else if (action == FIND) in hsearch_r()
|
D | hash.c | 618 HASH_ACTION action, argument 695 switch (action) { 713 switch (action) {
|
/picolibc-latest/.github/workflows/ |
D | steps-head | 19 # 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
|
D | head | 46 uses: docker/setup-buildx-action@v3 50 uses: docker/build-push-action@v6
|
D | head-zephyr | 47 uses: docker/setup-buildx-action@v3 51 uses: docker/build-push-action@v6
|
/picolibc-latest/newlib/libc/stdlib/ |
D | mbtowc_r.c | 869 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/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/picolibc-latest/newlib/libc/stdio/ |
D | vfwprintf.c | 1728 __ACTION action; in get_arg() local 1761 action = __action_table[state][chtype]; in get_arg() 1764 switch (action) in get_arg()
|
D | vfprintf.c | 1804 __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/ |
D | makedocbook.py | 838 options.add_option('-v', '--verbose', action='count', dest='verbose', default=0)
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1069 Complete action from 2001-12-18:
|