Home | History | Annotate | Download | only in gnulib-lib

Lines Matching defs:exeext

60    More generally, it replaces "${EXEEXT}" at the end with ".bin${EXEEXT}".  */
69 if (sizeof (EXEEXT) > sizeof (""))
71 /* EXEEXT handling. */
72 const size_t exeext_len = sizeof (EXEEXT) - sizeof ("");
73 static const char exeext[] = EXEEXT;
78 they were packaged. In other words, EXEEXT may be ".exe"
81 const char *s2 = exeext;
90 /* Insert ".bin" before EXEEXT or its equivalent. */