Home | History | Annotate | Download | only in src

Lines Matching refs:idlen

2874   size_t idlen = 0;
2888 && (idlen == 0 || c < '0' || c > '9'))
2894 if (idlen == idmax)
2897 id = memcpy (newp, id, idlen);
2900 id[idlen++] = c;
2905 if (idlen == 6 && strncmp (id, "SHARED", 6) == 0)