Home
last modified time | relevance | path

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

/busybox-1.35.0/miscutils/
Ddevfsd.c1206 static const char *get_variable(const char *variable, void *info) in get_variable()
1327 const char *(*get_variable_func)(const char *variable, void *info), in expand_expression()
1614 const char *(*get_variable_func)(const char *variable, in st_expr_expand()
1707 const char *(*func)(const char *variable, in expand_variable()
1850 static const char *get_variable_v2(const char *variable, in get_variable_v2()
1851 const char *(*func)(const char *variable, void *info), in get_variable_v2()
/busybox-1.35.0/shell/
Dhush.c775 struct variable { struct
776 struct variable *next; argument
777 char *varstr; /* points to "name=" portion */
778 int max_len; /* if > 0, name is part of initial env; else name is malloced */
779 uint16_t var_nest_level;
780 smallint flg_export; /* putenv should be done on this var */
781 smallint flg_read_only;