Lines Matching refs:pos
104 int pos = 0; in iface_flags2str() local
107 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
112 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
117 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
120 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
125 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
130 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
135 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
140 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
145 pos += snprintk(str + pos, sizeof(str) - pos, in iface_flags2str()
150 str[pos - 1] = '\0'; in iface_flags2str()