Searched refs:action (Results 1 – 11 of 11) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/search/ |
D | twalk.c | 55 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 …]
|
D | hcreate.c | 73 ACTION action) in hsearch() argument 77 hsearch_r (item, action, &retval, &htab); in hsearch()
|
D | hcreate_r.c | 155 hsearch_r(ENTRY item, ACTION action, ENTRY **retval, struct hsearch_data *htab) in hsearch_r() argument 178 else if (action == FIND) in hsearch_r()
|
D | hash.c | 624 HASH_ACTION action, argument 701 switch (action) { 719 switch (action) {
|
/picolibc-3.5.0-3.4.0/.github/workflows/ |
D | head | 35 uses: docker/setup-buildx-action@v1 39 uses: docker/build-push-action@v2
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdlib/ |
D | mbtowc_r.c | 880 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/ |
D | CODE_OF_CONDUCT.md | 37 behavior and are expected to take appropriate and fair corrective action in
|
/picolibc-3.5.0-3.4.0/newlib/libc/stdio/ |
D | vfwprintf.c | 1719 __ACTION action; in get_arg() local 1752 action = __action_table[state][chtype]; in get_arg() 1755 switch (action) in get_arg()
|
D | vfprintf.c | 2030 __ACTION action; local 2086 action = __action_table[state][chtype]; 2089 switch (action)
|
/picolibc-3.5.0-3.4.0/newlib/doc/ |
D | makedocbook.py | 838 options.add_option('-v', '--verbose', action='count', dest='verbose', default=0)
|
/picolibc-3.5.0-3.4.0/newlib/ |
D | ChangeLog-2015 | 1069 Complete action from 2001-12-18:
|