Home
last modified time | relevance | path

Searched refs:toy_context (Results 1 - 5 of 5) sorted by relevance

/third_party/toybox/
H A Dmain.c22 struct toy_context toys;
135 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
H A Dtoys.h98 extern struct toy_context { struct
/third_party/toybox/porting/liteos_a/
H A Dmain.c23 struct toy_context toys;
136 memset(&toys, 0, offsetof(struct toy_context, rebound)); in toy_init()
H A Dtoys.h104 extern struct toy_context { struct
/third_party/toybox/toys/pending/
H A Dsh.c475 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