Home
last modified time | relevance | path

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

/busybox-1.35.0/init/
Dinit.c432 unsigned command_size = strlen(command) + 8; in init_exec() local
434 char buf[command_size]; in init_exec()
436 char *cmd[command_size / 2]; in init_exec()