Home
last modified time | relevance | path

Searched refs:xsetenv (Results 1 – 25 of 64) sorted by relevance

123

/third_party/gettext/gettext-tools/src/
Dmsgexec.c383 xsetenv ("MSGEXEC_MSGCTXT", mp->msgctxt, 1); in process_string()
386 xsetenv ("MSGEXEC_MSGID", mp->msgid, 1); in process_string()
388 xsetenv ("MSGEXEC_MSGID_PLURAL", mp->msgid_plural, 1); in process_string()
393 xsetenv ("MSGEXEC_LOCATION", location, 1); in process_string()
396 xsetenv ("MSGEXEC_PREV_MSGCTXT", mp->prev_msgctxt, 1); in process_string()
400 xsetenv ("MSGEXEC_PREV_MSGID", mp->prev_msgid, 1); in process_string()
404 xsetenv ("MSGEXEC_PREV_MSGID_PLURAL", mp->prev_msgid_plural, 1); in process_string()
465 xsetenv ("MSGEXEC_PLURAL_FORM", plural_form_string, 1); in process_message()
Dmsgfilter.c705 xsetenv ("MSGFILTER_MSGCTXT", mp->msgctxt, 1); in process_message()
708 xsetenv ("MSGFILTER_MSGID", mp->msgid, 1); in process_message()
710 xsetenv ("MSGFILTER_MSGID_PLURAL", mp->msgid_plural, 1); in process_message()
715 xsetenv ("MSGFILTER_LOCATION", location, 1); in process_message()
718 xsetenv ("MSGFILTER_PREV_MSGCTXT", mp->prev_msgctxt, 1); in process_message()
722 xsetenv ("MSGFILTER_PREV_MSGID", mp->prev_msgid, 1); in process_message()
726 xsetenv ("MSGFILTER_PREV_MSGID_PLURAL", mp->prev_msgid_plural, 1); in process_message()
746 xsetenv ("MSGFILTER_PLURAL_FORM", plural_form_string, 1); in process_message()
Dmsginit.c376 xsetenv ("PATH", augmented_path, 1); in main()
846 xsetenv ("LC_ALL", locale, 1); in canonical_locale_charset()
858 xsetenv ("LC_ALL", old_LC_ALL, 1), free (old_LC_ALL); in canonical_locale_charset()
1693 xsetenv ("LC_ALL", locale, 1); in get_title()
1695 xsetenv ("OUTPUT_CHARSET", encoding, 1); in get_title()
1719 xsetenv ("LC_ALL", old_LC_ALL, 1), free (old_LC_ALL); in get_title()
1724 xsetenv ("LANGUAGE", old_LANGUAGE, 1), free (old_LANGUAGE); in get_title()
1729 xsetenv ("OUTPUT_CHARSET", old_OUTPUT_CHARSET, 1), free (old_OUTPUT_CHARSET); in get_title()
/third_party/gettext/gettext-tools/tests/
Dintl-1-prg.c26 # define xsetenv setenv macro
47 xsetenv ("LC_ALL", locale, 1); in main()
Dintl-3-prg.c26 # define xsetenv setenv macro
48 xsetenv ("LC_ALL", locale, 1); in main()
Dplural-1-prg.c26 # define xsetenv setenv macro
49 xsetenv ("LC_ALL", argv[1], 1); in main()
Dintl-4-prg.c30 # define xsetenv setenv macro
53 xsetenv ("LC_ALL", argv[1], 1); in main()
Dformat-c-5-prg.c32 # define xsetenv setenv macro
53 xsetenv ("LC_ALL", argv[1], 1); in main()
Dformat-c-3-prg.c30 # define xsetenv setenv macro
64 xsetenv ("LC_ALL", argv[1], 1); in main()
Dformat-c-4-prg.c30 # define xsetenv setenv macro
64 xsetenv ("LC_ALL", argv[1], 1); in main()
Dintl-6-prg.c73 xsetenv ("LC_ALL", locale, 1); in main()
Dlang-c25 xsetenv ("LC_ALL", argv[1], 1);
Dlang-objc40 xsetenv ("LC_ALL", argv[1], 1);
Dtstngettext.c116 xsetenv (optarg, separator + 1, 1); in main()
Dtstgettext.c139 xsetenv (optarg, separator + 1, 1); in main()
Dlang-c++46 xsetenv ("LC_ALL", argv[1], 1);
DChangeLog.0293 * lang-c: Include config.h, needed by xsetenv.h.
324 * lang-c: Use xsetenv before setlocale.
/third_party/toybox/lib/
Denv.c32 void xsetenv(char *name, char *val) in xsetenv() function
85 xsetenv(name, 0); in xunsetenv()
99 for (i=0; i < ARRAY_LEN(stuff); i++) if (stuff[i]) xsetenv(stuff[i], 0); in reset_env()
Dlib.h286 void xsetenv(char *name, char *val);
/third_party/toybox/toys/posix/
Dtar.c738 xsetenv("TAR_FILETYPE", "f"); in unpack_tar()
739 xsetenv(xmprintf("TAR_MODE=%o", TT.hdr.mode), 0); in unpack_tar()
740 xsetenv(xmprintf("TAR_SIZE=%lld", TT.hdr.ssize), 0); in unpack_tar()
741 xsetenv("TAR_FILENAME", TT.hdr.name); in unpack_tar()
742 xsetenv("TAR_UNAME", TT.hdr.uname); in unpack_tar()
743 xsetenv("TAR_GNAME", TT.hdr.gname); in unpack_tar()
744 xsetenv(xmprintf("TAR_MTIME=%llo", (long long)TT.hdr.mtime), 0); in unpack_tar()
745 xsetenv(xmprintf("TAR_UID=%o", TT.hdr.uid), 0); in unpack_tar()
746 xsetenv(xmprintf("TAR_GID=%o", TT.hdr.gid), 0); in unpack_tar()
Denv.c46 if (strchr(*ev, '=')) xsetenv(xstrdup(*ev), 0); in env_main()
/third_party/gettext/gettext-tools/po/
DPOTFILES.in30 gnulib-lib/xsetenv.c
/third_party/gettext/gnulib-local/lib/
DChangeLog.0245 * xsetenv.h (xsetenv): Likewise.
246 * xsetenv.c (xsetenv): Likewise.
533 * xsetenv.h: Likewise.
549 * xsetenv.h: New file.
550 * xsetenv.c: New file.
552 * classpath.c (set_classpath): Use xsetenv instead of setenv.
/third_party/toybox/porting/liteos_a/lib/
Dlib.h287 void xsetenv(char *name, char *val);
/third_party/toybox/toys/pending/
Dsh.c251 xsetenv(s, 0); in setvar()

123