Searched refs:stem_arr (Results 1 - 1 of 1) sorted by relevance

/external/libselinux/src/
H A Dlabel_file.c57 stem_t *stem_arr; member in struct:saved_data
89 /* find the stem of a file spec, returns the index into stem_arr for a new
100 if (stem_len == data->stem_arr[i].len
101 && !strncmp(buf, data->stem_arr[i].buf, stem_len))
107 tmp_arr = realloc(data->stem_arr,
111 data->stem_arr = tmp_arr;
113 data->stem_arr[num].len = stem_len;
114 data->stem_arr[num].buf = malloc(stem_len + 1);
115 if (!data->stem_arr[num].buf)
117 memcpy(data->stem_arr[nu
227 stem_t *stem_arr = data->stem_arr; local
[all...]

Completed in 192 milliseconds