Home
last modified time | relevance | path

Searched refs:do_expand (Results 1 – 7 of 7) sorted by relevance

/third_party/gettext/gettext-tools/tests/
Dtstgettext.c59 static bool do_expand; variable
89 do_expand = false; in main()
115 do_expand = true; in main()
199 if (do_expand) in main()
236 if (do_expand) in main()
DChangeLog.13385 * tstgettext.c (add_newline, do_expand): Change type to bool. Make
/third_party/gettext/gettext-runtime/src/
Dgettext.c49 static bool do_expand; variable
79 do_expand = false; in main()
108 do_expand = true; in main()
175 if (do_expand) in main()
215 if (do_expand) in main()
Dngettext.c44 static int do_expand; variable
74 do_expand = false; in main()
103 do_expand = true; in main()
179 if (do_expand) in main()
DChangeLog.0284 (add_newline, do_expand): Change type to bool. Make static.
287 (do_expand): Change type to bool. Make static.
/third_party/e2fsprogs/po/
Dat-expand.pl81 sub do_expand { subroutine
133 &do_expand();
145 &do_expand();
/third_party/toybox/toys/posix/
Dexpand.c34 static void do_expand(int fd, char *name) in do_expand() function
126 loopfiles(toys.optargs, do_expand); in expand_main()