Lines Matching refs:bufpos
1471 char *bufpos = buf;1477 n = sprintf(bufpos, "%04lx\n", id);1478 bufpos += n;1489 char *bufpos = buf;1506 n = sprintf(bufpos, "%02lx.%04lx\n", apid,1508 bufpos += n;1514 n = sprintf(bufpos, "%02lx.\n", apid);1515 bufpos += n;1520 n = sprintf(bufpos, ".%04lx\n", apqi);1521 bufpos += n;