Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddata_extract_to_command.c101 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()
/busybox-1.35.0/include/
Dbb_archive.h96 const char* tar__to_command_shell; member
/busybox-1.35.0/archival/
Dtar.c1084 IF_FEATURE_TAR_TO_COMMAND(tar_handle->tar__to_command_shell = xstrdup(get_shell_name());) in tar_main()