Home
last modified time | relevance | path

Searched refs:exportcmd (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dash.c10098 static int exportcmd(int, char **) FAST_FUNC;
10169 { BUILTIN_SPEC_REG_ASSG "export" , exportcmd },
10197 { BUILTIN_SPEC_REG_ASSG "readonly", exportcmd },
14014 exportcmd(int argc UNUSED_PARAM, char **argv) in exportcmd() function