HomeSort by relevance Sort by last modified time
    Searched full:replace_name (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/util/
subst.c 81 static char replace_name[128]; local
84 start = replace_name;
88 if (len > sizeof(replace_name)-2)
104 return (replace_name);
125 char *replace_name; local
148 replace_name = get_subst_symbol(name_ptr, len, 0);
149 if (!replace_name) {
153 ent = fetch_subst_entry(replace_name);
156 replace_name);
162 replace_name, ent->value)
    [all...]

Completed in 173 milliseconds