Searched refs:concat_name (Results 1 – 22 of 22) sorted by relevance
3666 char *concat_name;3678 concat_name = xstrdup (wrapper);3679 if (check_executable (concat_name))3680 return concat_name;3681 XFREE (concat_name);3688 concat_name = xstrdup (wrapper);3689 if (check_executable (concat_name))3690 return concat_name;3691 XFREE (concat_name);3724 concat_name =[all …]
4632 char *concat_name;4644 concat_name = xstrdup (wrapper);4645 if (check_executable (concat_name))4646 return concat_name;4647 XFREE (concat_name);4654 concat_name = xstrdup (wrapper);4655 if (check_executable (concat_name))4656 return concat_name;4657 XFREE (concat_name);4691 concat_name =[all …]
4629 char *concat_name;4641 concat_name = xstrdup (wrapper);4642 if (check_executable (concat_name))4643 return concat_name;4644 XFREE (concat_name);4651 concat_name = xstrdup (wrapper);4652 if (check_executable (concat_name))4653 return concat_name;4654 XFREE (concat_name);4688 concat_name =[all …]
6010 char *concat_name;6022 concat_name = xstrdup (wrapper);6023 if (check_executable (concat_name))6024 return concat_name;6025 XFREE (concat_name);6032 concat_name = xstrdup (wrapper);6033 if (check_executable (concat_name))6034 return concat_name;6035 XFREE (concat_name);6069 concat_name =[all …]
6225 char *concat_name;6237 concat_name = xstrdup (wrapper);6238 if (check_executable (concat_name))6239 return concat_name;6240 XFREE (concat_name);6247 concat_name = xstrdup (wrapper);6248 if (check_executable (concat_name))6249 return concat_name;6250 XFREE (concat_name);6284 concat_name =[all …]
5886 char *concat_name;5898 concat_name = xstrdup (wrapper);5899 if (check_executable (concat_name))5900 return concat_name;5901 XFREE (concat_name);5908 concat_name = xstrdup (wrapper);5909 if (check_executable (concat_name))5910 return concat_name;5911 XFREE (concat_name);5945 concat_name =[all …]
6102 char *concat_name;6114 concat_name = xstrdup (wrapper);6115 if (check_executable (concat_name))6116 return concat_name;6117 XFREE (concat_name);6124 concat_name = xstrdup (wrapper);6125 if (check_executable (concat_name))6126 return concat_name;6127 XFREE (concat_name);6161 concat_name =[all …]
6058 char *concat_name;6070 concat_name = xstrdup (wrapper);6071 if (check_executable (concat_name))6072 return concat_name;6073 XFREE (concat_name);6080 concat_name = xstrdup (wrapper);6081 if (check_executable (concat_name))6082 return concat_name;6083 XFREE (concat_name);6117 concat_name =[all …]
1705 const string& concat_name = concat_node->name(); in HoistChainForConcat() local1716 ctx().node_map->UpdateInput(concat_name, concat_input, tail_input); in HoistChainForConcat()1723 tail->set_input(0, concat_name); in HoistChainForConcat()1724 ctx().node_map->UpdateInput(tail->name(), tail_input, concat_name); in HoistChainForConcat()