Lines Matching refs:index
908 free(arg->dynarray.index);
2767 * the index into where the array starts.
2781 arg->dynarray.index = 0;
2838 arg->dynarray.index = 0;
3927 int index;
3951 index = size - (len + 1);
3953 index = len;
3955 snprintf(buf, 3, "%02x", *((unsigned char *)data + index));
4967 const int *index = uuid_index;
4978 index = guid_index;
5017 trace_seq_printf(s, format, buf[index[i]] & 0xff);
5314 int index;
5337 index = 2;
5343 switch (format[index]) {
5348 index++;
5358 switch (format[index]) {
5364 index++;
5374 if (format[index] == 'c')