Home
last modified time | relevance | path

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

/external/e2fsprogs/util/
Dsubst.c95 static char replace_name[128]; in get_subst_symbol() local
98 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() local
162 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 …]