Searched refs:prop_len (Results 1 – 1 of 1) sorted by relevance
210 int prop_len = 0; in expand_props() local237 while (*c && *c != '}' && prop_len < PROP_NAME_MAX) in expand_props()238 prop[prop_len++] = *(c++); in expand_props()241 if (prop_len == PROP_NAME_MAX) in expand_props()249 prop[prop_len] = '\0'; in expand_props()252 while (*c && prop_len < PROP_NAME_MAX) in expand_props()253 prop[prop_len++] = *(c++); in expand_props()254 if (prop_len == PROP_NAME_MAX && *c != '\0') { in expand_props()258 prop[prop_len] = '\0'; in expand_props()263 if (prop_len == 0) { in expand_props()