Lines Matching defs:count
799 int count = 0, offset = 0, valid;804 while (path[count] != '\0')808 while ((path[count] != ':') && (path[count] != '\0'))811 if ((unsigned int)(count - offset) < sizeof (dir))812 dir[count - offset] = path[count];815 count++;831 if (path[count] == '\0')833 count++;834 offset = count;