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 78 static char replace_name[128]; local
81 start = replace_name;
85 if (len > sizeof(replace_name)-2)
101 return (replace_name);
122 char *replace_name; local
145 replace_name = get_subst_symbol(name_ptr, len, 0);
146 if (!replace_name) {
150 ent = fetch_subst_entry(replace_name);
153 replace_name);
159 replace_name, ent->value)
    [all...]

Completed in 6018 milliseconds