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 83 static char replace_name[128]; local
86 start = replace_name;
90 if (len > sizeof(replace_name)-2)
106 return (replace_name);
127 char *replace_name; local
150 replace_name = get_subst_symbol(name_ptr, len, 0);
151 if (!replace_name) {
155 ent = fetch_subst_entry(replace_name);
158 replace_name);
164 replace_name, ent->value)
    [all...]

Completed in 110 milliseconds