Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c1068 static int builtin_getopts(char **argv) FAST_FUNC;
1167 BLTIN("getopts" , builtin_getopts , NULL),
11406 static int FAST_FUNC builtin_getopts(char **argv) in builtin_getopts() function