Home
last modified time | relevance | path

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

/busybox-1.35.0/shell/
Dhush.c7306 void re_execute_shell(char ***to_free, const char *s,
7359 static void re_execute_shell(char ***to_free, const char *s,
7362 static void re_execute_shell(char ***to_free, const char *s, in re_execute_shell() argument
7427 *to_free = argv = pp = xzalloc(sizeof(argv[0]) * cnt); in re_execute_shell()
7578 char **to_free = NULL; in generate_stream_from_string() local
7656 re_execute_shell(&to_free, in generate_stream_from_string()
7674 free(to_free); in generate_stream_from_string()
7726 char **to_free; in setup_heredoc() local
7764 to_free = NULL; in setup_heredoc()
7781 re_execute_shell(&to_free, heredoc, NULL, NULL, NULL); in setup_heredoc()
[all …]