Lines Matching refs:pos
199 const int pos = strlen(buffer); in tomoyo_addprintf() local
202 vsnprintf(buffer + pos, len - pos - 1, fmt, args); in tomoyo_addprintf()
282 size_t pos = head->r.avail; in tomoyo_io_printf() local
283 int size = head->readbuf_size - pos; in tomoyo_io_printf()
288 len = vsnprintf(head->read_buf + pos, size, fmt, args) + 1; in tomoyo_io_printf()
290 if (pos + len >= head->readbuf_size) { in tomoyo_io_printf()
295 tomoyo_set_string(head, head->read_buf + pos); in tomoyo_io_printf()
2205 unsigned int pos = 0; in tomoyo_read_query() local
2217 if (pos++ != head->r.query_index) in tomoyo_read_query()
2230 pos = 0; in tomoyo_read_query()
2235 if (pos++ != head->r.query_index) in tomoyo_read_query()