HomeSort by: relevance | last modified time | path
    Searched defs:exeext (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
relocwrapper.c 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; local
78 they were packaged. In other words, EXEEXT may be ".exe"
81 const char *s2 = exeext;
90 /* Insert ".bin" before EXEEXT or its equivalent. *
    [all...]
progreloc.c 299 generally, their suffix is changed from $exeext to .bin$exeext.
303 const size_t exeext_len = sizeof (EXEEXT) - sizeof ("");
307 if (sizeof (EXEEXT) > sizeof (""))
311 they were packaged. In other words, EXEEXT may be ".exe"
313 static const char exeext[] = EXEEXT; local
315 const char *s2 = exeext;
325 /* Remove ".bin" before EXEEXT or its equivalent. */
333 if (sizeof (EXEEXT) > sizeof ("")
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
relocwrapper.c 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; local
78 they were packaged. In other words, EXEEXT may be ".exe"
81 const char *s2 = exeext;
90 /* Insert ".bin" before EXEEXT or its equivalent. *
    [all...]
progreloc.c 299 generally, their suffix is changed from $exeext to .bin$exeext.
303 const size_t exeext_len = sizeof (EXEEXT) - sizeof ("");
307 if (sizeof (EXEEXT) > sizeof (""))
311 they were packaged. In other words, EXEEXT may be ".exe"
313 static const char exeext[] = EXEEXT; local
315 const char *s2 = exeext;
325 /* Remove ".bin" before EXEEXT or its equivalent. */
333 if (sizeof (EXEEXT) > sizeof ("")
    [all...]
  /src/external/gpl2/gettext/dist/gnulib-local/lib/
relocwrapper.c 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; local
78 they were packaged. In other words, EXEEXT may be ".exe"
81 const char *s2 = exeext;
90 /* Insert ".bin" before EXEEXT or its equivalent. *
    [all...]

Completed in 17 milliseconds