Searched refs:toy_context (Results 1 - 5 of 5) sorted by relevance
/third_party/toybox/ |
H A D | main.c | 22 struct toy_context toys; 135 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
|
H A D | toys.h | 98 extern struct toy_context { struct
|
/third_party/toybox/porting/liteos_a/ |
H A D | main.c | 23 struct toy_context toys; 136 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
|
H A D | toys.h | 104 extern struct toy_context { struct
|
/third_party/toybox/toys/pending/ |
H A D | sh.c | 475 struct toy_context temp; in run_command() 479 memcpy(&temp, &toys, sizeof(struct toy_context)); in run_command() 480 memset(&toys, 0, sizeof(struct toy_context)); in run_command() 492 memcpy(&toys, &temp, sizeof(struct toy_context)); in run_command()
|
Completed in 6 milliseconds