Home
last modified time | relevance | path

Searched defs:toy_context (Results 1 – 2 of 2) sorted by relevance

/third_party/toybox/porting/liteos_a/
Dtoys.h104 extern struct toy_context { struct
105 struct toy_list *which; // Which entry in toy_list is this one?
106 char **argv; // Original command line arguments
107 char **optargs; // Arguments left over from get_optflags()
108 unsigned long long optflags; // Command line option flags from get_optflags()
109 int optc; // Count of optargs
110 int envc; // Count of original environ entries
111 int old_umask; // Old umask preserved by TOYFLAG_UMASK
112 short toycount; // Total number of commands in this build
113 short signal; // generic_signal() records what signal it saw here
[all …]
/third_party/toybox/
Dtoys.h98 extern struct toy_context { struct
99 struct toy_list *which; // Which entry in toy_list is this one?
100 char **argv; // Original command line arguments
101 char **optargs; // Arguments left over from get_optflags()
102 unsigned long long optflags; // Command line option flags from get_optflags()
103 int optc; // Count of optargs
104 int envc; // Count of original environ entries
105 int old_umask; // Old umask preserved by TOYFLAG_UMASK
106 short toycount; // Total number of commands in this build
107 short signal; // generic_signal() records what signal it saw here
[all …]