Home
last modified time | relevance | path

Searched refs:rpathx_value (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathy/
H A Drpathy.c1 extern int rpathx_value (void);
2 int rpathy_value () { return 10 * rpathx_value () + 7; } in rpathy_value()
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathlx/
H A Dusex.c1 extern int rpathx_value (void);
2 int main () { return !(rpathx_value () == 5); } in main()
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathz/
H A Drpathz.c1 extern int rpathx_value (void);
3 int rpathz_value () { return 1000 * rpathx_value () + 3 * rpathy_value (); } in rpathz_value()
/netbsd-src/external/gpl2/gettext/dist/autoconf-lib-link/tests/rpathx/
H A Drpathx.c1 int rpathx_value () { return 5; } in rpathx_value() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/tests/
H A DChangeLog.027 * rpathlx/usex.c (rpathx_value): Likewise.
32 * rpathy/rpathy.c (rpathx_value): Likewise.
33 * rpathz/rpathz.c (rpathx_value, rpathy_value): Likewise.