/third_party/gettext/gettext-tools/src/ |
D | msgexec.c | 383 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()
|
D | msgfilter.c | 705 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()
|
D | msginit.c | 376 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/ |
D | intl-1-prg.c | 26 # define xsetenv setenv macro 47 xsetenv ("LC_ALL", locale, 1); in main()
|
D | intl-3-prg.c | 26 # define xsetenv setenv macro 48 xsetenv ("LC_ALL", locale, 1); in main()
|
D | plural-1-prg.c | 26 # define xsetenv setenv macro 49 xsetenv ("LC_ALL", argv[1], 1); in main()
|
D | intl-4-prg.c | 30 # define xsetenv setenv macro 53 xsetenv ("LC_ALL", argv[1], 1); in main()
|
D | format-c-5-prg.c | 32 # define xsetenv setenv macro 53 xsetenv ("LC_ALL", argv[1], 1); in main()
|
D | format-c-3-prg.c | 30 # define xsetenv setenv macro 64 xsetenv ("LC_ALL", argv[1], 1); in main()
|
D | format-c-4-prg.c | 30 # define xsetenv setenv macro 64 xsetenv ("LC_ALL", argv[1], 1); in main()
|
D | intl-6-prg.c | 73 xsetenv ("LC_ALL", locale, 1); in main()
|
D | lang-c | 25 xsetenv ("LC_ALL", argv[1], 1);
|
D | lang-objc | 40 xsetenv ("LC_ALL", argv[1], 1);
|
D | tstngettext.c | 116 xsetenv (optarg, separator + 1, 1); in main()
|
D | tstgettext.c | 139 xsetenv (optarg, separator + 1, 1); in main()
|
D | lang-c++ | 46 xsetenv ("LC_ALL", argv[1], 1);
|
D | ChangeLog.0 | 293 * lang-c: Include config.h, needed by xsetenv.h. 324 * lang-c: Use xsetenv before setlocale.
|
/third_party/toybox/lib/ |
D | env.c | 32 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()
|
D | lib.h | 286 void xsetenv(char *name, char *val);
|
/third_party/toybox/toys/posix/ |
D | tar.c | 738 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()
|
D | env.c | 46 if (strchr(*ev, '=')) xsetenv(xstrdup(*ev), 0); in env_main()
|
/third_party/gettext/gettext-tools/po/ |
D | POTFILES.in | 30 gnulib-lib/xsetenv.c
|
/third_party/gettext/gnulib-local/lib/ |
D | ChangeLog.0 | 245 * 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/ |
D | lib.h | 287 void xsetenv(char *name, char *val);
|
/third_party/toybox/toys/pending/ |
D | sh.c | 251 xsetenv(s, 0); in setvar()
|