Home
last modified time | relevance | path

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

/external/e2fsprogs/util/
Dsubst.c78 static char replace_name[128]; in get_subst_symbol() local
81 start = replace_name; in get_subst_symbol()
85 if (len > sizeof(replace_name)-2) in get_subst_symbol()
101 return (replace_name); in get_subst_symbol()
122 char *replace_name; in substitute_line() local
145 replace_name = get_subst_symbol(name_ptr, len, 0); in substitute_line()
146 if (!replace_name) { in substitute_line()
150 ent = fetch_subst_entry(replace_name); in substitute_line()
153 replace_name); in substitute_line()
159 replace_name, ent->value); in substitute_line()
[all …]