Searched refs:lastdot (Results 1 – 3 of 3) sorted by relevance
577 char *lastdot, *p; in normalize_filename() local595 lastdot = strrchr (orig, '.'); in normalize_filename()596 if (!lastdot) in normalize_filename()597 lastdot = orig + strlen (orig); in normalize_filename()598 strncpy (fname + i, orig, lastdot - orig); in normalize_filename()600 p < fname + i + (lastdot - orig) && p < fname + i + 8; in normalize_filename()605 if (*lastdot == '.') in normalize_filename()606 strncat (fname + i, lastdot, 4); in normalize_filename()
267 int lastdot; in deltype() local269 lastdot = dot - &message[0] + 1; in deltype()272 if (list[0] > lastdot) { in deltype()
6848 char * lastdot; local6859 lastdot = NULL;6881 if (lastdot != NULL) {7710 const char *lastdot; local7753 if (lastdot == NULL)7754 lastdot = unixptr + unixlen;7772 if (lastdot < lastslash)8410 char *lastdot; local8547 lastdot = strrchr(cp2,'.');8655 else if ((cp2 != lastdot) || (lastdot < dirend)) {[all …]