shorter 480 maint/gnulib/lib/progreloc.c char *shorter = (char *) xmalloc (argv0_len - 4 + 1); shorter 482 maint/gnulib/lib/progreloc.c if (shorter != NULL) shorter 485 maint/gnulib/lib/progreloc.c memcpy (shorter, argv0, argv0_len - exeext_len - 4); shorter 487 maint/gnulib/lib/progreloc.c memcpy (shorter + argv0_len - exeext_len - 4, shorter 490 maint/gnulib/lib/progreloc.c shorter[argv0_len - 4] = '\0'; shorter 491 maint/gnulib/lib/progreloc.c argv0_stripped = shorter;