Home
last modified time | relevance | path

Searched refs:lastdot (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dfiles.c578 char *lastdot, *p; in normalize_filename() local
596 lastdot = strrchr (orig, '.'); in normalize_filename()
597 if (!lastdot) in normalize_filename()
598 lastdot = orig + strlen (orig); in normalize_filename()
599 strncpy (fname + i, orig, lastdot - orig); in normalize_filename()
601 p < fname + i + (lastdot - orig) && p < fname + i + 8; in normalize_filename()
606 if (*lastdot == '.') in normalize_filename()
607 strncat (fname + i, lastdot, 4); in normalize_filename()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duri.d445 ptrdiff_t lastdot; variable
458 lastdot = i;
463 if (!lastdot)
515 ptrdiff_t lastdot; variable
525 lastdot = i;
530 if (!lastdot || (i - lastdot != 3 && i - lastdot != 4))
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Duri.d477 ptrdiff_t lastdot; variable
490 lastdot = i;
495 if (!lastdot)
555 ptrdiff_t lastdot; variable
565 lastdot = i;
570 if (!lastdot || (i - lastdot != 3 && i - lastdot != 4))
/netbsd-src/usr.bin/mail/
H A Dcmd2.c370 int lastdot; in deltype() local
373 lastdot = get_msgnum(dot); in deltype()
376 if (list[0] > lastdot) { in deltype()