Searched refs:replace_name (Results 1 – 2 of 2) sorted by relevance
95 static char replace_name[128]; in get_subst_symbol() local98 start = replace_name; in get_subst_symbol()102 if (len > sizeof(replace_name)-2) in get_subst_symbol()118 return (replace_name); in get_subst_symbol()139 char *replace_name; in substitute_line() local162 replace_name = get_subst_symbol(name_ptr, len, 0); in substitute_line()163 if (!replace_name) { in substitute_line()167 ent = fetch_subst_entry(replace_name); in substitute_line()170 replace_name); in substitute_line()176 replace_name, ent->value); in substitute_line()[all …]
246 auto replace_name = [](const char* const prefix, string* name) { in FunctionDefToGraphDef() local256 if (!replace_name(IONamePrefixes::kInputPHName, node.mutable_name())) { in FunctionDefToGraphDef()257 if (replace_name(IONamePrefixes::kOutputPHName, node.mutable_name())) { in FunctionDefToGraphDef()268 if (!replace_name(IONamePrefixes::kInputPHName, &input)) { in FunctionDefToGraphDef()269 replace_name(IONamePrefixes::kOutputPHName, &input); in FunctionDefToGraphDef()