Home
last modified time | relevance | path

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

/oneTBB/integration/mac/env/
H A Dvars.sh91 if [ "$(set | grep -Fq "KSH_VERSION=.sh.version" ; echo $?)" -eq 0 ] ; then # ksh
96 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
105 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
110 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
111 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "sh: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ] …
118 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
119 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "^.+: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ]…
/oneTBB/integration/linux/env/
H A Dvars.sh95 if [ "$(set | grep -Fq "KSH_VERSION=.sh.version" ; echo $?)" -eq 0 ] ; then # ksh
100 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
109 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
114 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
115 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "sh: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ] …
122 vars_script_name="$( (echo "${.sh.file}") 2>&1 )" || : ;
123 …if [ "$(printf "%s" "$vars_script_name" | grep -Eq "^.+: [0-9]+: .*vars\.sh: " ; echo $?)" -eq 0 ]…
/oneTBB/examples/common/gui/
H A Dxvideo.cpp180 XSizeHints sh; in init_window() local
181 sh.flags = PSize | PMinSize | PMaxSize; in init_window()
182 sh.width = sh.min_width = sh.max_width = xsize; in init_window()
183 sh.height = sh.min_height = sh.max_height = ysize; in init_window()
184 XSetStandardProperties(dpy, win, g_video->title, g_video->title, None, nullptr, 0, &sh); in init_window()
/oneTBB/cmake/
H A Dvars_utils.cmake20 set(TBB_VARS_TEMPLATE "mac/env/vars.sh.in")
22 set(TBB_VARS_TEMPLATE "linux/env/vars.sh.in")
/oneTBB/integration/linux/sys_check/
H A Dsys_check.sh18 source $LOC/../../../common.sh $@
/oneTBB/
H A D.gitattributes12 *.sh text
H A DINSTALL.md83 ```sh
86 ./bootstrap-vcpkg.sh #.\bootstrap-vcpkg.bat(for Windows)
/oneTBB/doc/GSG/
H A Dnext_steps.rst17 * On Linux* OS: ``vars.{sh|csh} in <install_dir>/tbb/latest/env``
/oneTBB/.github/workflows/
H A Dci.yml44 ${GITHUB_WORKSPACE}/.github/scripts/codespell.sh `pwd`