Searched refs:tar__to_command_shell (Results 1 – 3 of 3) sorted by relevance
101 execl(archive_handle->tar__to_command_shell, in data_extract_to_command()102 archive_handle->tar__to_command_shell, in data_extract_to_command()106 bb_perror_msg_and_die("can't execute '%s'", archive_handle->tar__to_command_shell); in data_extract_to_command()
96 const char* tar__to_command_shell; member
1084 IF_FEATURE_TAR_TO_COMMAND(tar_handle->tar__to_command_shell = xstrdup(get_shell_name());) in tar_main()