Lines Matching defs:dot
253 const char *dot, *t;272 for (t = p, dot = NULL; *t; ++t) {275 if (*t == '.' && dot == NULL) {276 dot = t;282 if (dot != NULL) { /* .ss */283 dot++; /* *dot++ = '\0'; */284 if (strlen(dot) != 2)286 lt->tm_sec = ATOI2(dot);294 switch (strlen(p) - ((dot != NULL) ? 3 : 0)) {