Searched refs:xsetenv (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dxsetenv.h28 extern void xsetenv (const char *name, const char *value, int replace);
H A Dxsetenv.c21 #include "xsetenv.h"
35 xsetenv (const char *name, const char *value, int replace) function
H A Dclasspath.c28 #include "xsetenv.h"
105 xsetenv (CLASSPATHVAR, new_CLASSPATH, 1);
118 xsetenv (CLASSPATHVAR, old_classpath, 1);
H A Djavaexec.c31 #include "xsetenv.h"
424 xsetenv ("JAVA_HOME", old_JAVA_HOME, 1);
H A DMakefile.in26 # Reproduce by: gnulib-tool --import --dir=gettext-tools --local-dir=gnulib-local --lib=libgettextlib --source-base=gnulib-lib --m4-base=gnulib-m4 --doc-base=doc --aux-dir=../build-aux --libtool --macro-prefix=gl alloca-opt atexit backupfile basename binary-io bison-i18n byteswap c-ctype c-strcase c-strcasestr c-strstr clean-temp closeout copy-file csharpcomp csharpexec error error-progname execute exit findprog fnmatch-posix fstrcmp full-write fwriteerror gcd gcj getline getopt gettext-h gettext-tools-misc hash iconv java javacomp javaexec linebreak localcharset lock memmove memset minmax obstack pathname pipe progname propername relocatable relocwrapper sh-quote stdbool stpcpy stpncpy strcspn strpbrk strtol strtoul ucs4-utf8 unistd unlocked-io utf16-ucs4 utf8-ucs4 vasprintf wait-process xalloc xallocsa xerror xsetenv xstriconv xvasprintf
217 xreadlink.c xsetenv.h xsetenv.c xsize.h xstriconv.h \
232 xreadlink.lo xsetenv.lo xstriconv.lo xvasprintf.lo \
545 xreadlink.h xreadlink.c xsetenv.h xsetenv.c xsize.h \
H A Djavacomp.c39 #include "xsetenv.h"
1801 xsetenv ("JAVA_HOME", old_JAVA_HOME, 1);
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/tests/
H A Dplural-1-prg.c25 #include "xsetenv.h"
36 xsetenv ("LC_ALL", argv[1], 1);
H A Dformat-c-5-prg.c26 #include "xsetenv.h"
49 xsetenv ("LC_ALL", argv[1], 1);
H A Dgettext-4-prg.c29 #include "xsetenv.h"
49 xsetenv ("LC_ALL", argv[1], 1);
H A Dlang-c17 #include "xsetenv.h"
24 xsetenv ("LC_ALL", argv[1], 1);
H A Dformat-c-3-prg.c29 #include "xsetenv.h"
52 xsetenv ("LC_ALL", argv[1], 1);
H A Dformat-c-4-prg.c29 #include "xsetenv.h"
52 xsetenv ("LC_ALL", argv[1], 1);
H A Dlang-objc33 #include "xsetenv.h"
40 xsetenv ("LC_ALL", argv[1], 1);
H A Dtstngettext.c36 #include "xsetenv.h"
116 xsetenv (optarg, separator + 1, 1);
H A Dtstgettext.c38 #include "xsetenv.h"
140 xsetenv (optarg, separator + 1, 1);
H A Dlang-c++36 #include "xsetenv.h"
45 xsetenv ("LC_ALL", argv[1], 1);
/netbsd-current/external/gpl2/gettext/lib/libnlsut/
H A DMakefile63 xsetenv.c \
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgexec.c53 #include "xsetenv.h"
337 xsetenv ("MSGEXEC_MSGCTXT", mp->msgctxt, 1);
340 xsetenv ("MSGEXEC_MSGID", mp->msgid, 1);
343 xsetenv ("MSGEXEC_LOCATION", location, 1);
H A Dmsginit.c86 #include "xsetenv.h"
759 xsetenv ("LC_ALL", locale, 1);
773 xsetenv ("LC_ALL", old_LC_ALL, 1), free (old_LC_ALL);
1423 xsetenv ("LC_ALL", locale, 1);
1425 xsetenv ("OUTPUT_CHARSET", encoding, 1);
1451 xsetenv ("LC_ALL", old_LC_ALL, 1), free (old_LC_ALL);
1456 xsetenv ("LANGUAGE", old_LANGUAGE, 1), free (old_LANGUAGE);
1461 xsetenv ("OUTPUT_CHARSET", old_OUTPUT_CHARSET, 1), free (old_OUTPUT_CHARSET);

Completed in 213 milliseconds