Home
last modified time | relevance | path

Searched refs:wc_state (Results 1 – 13 of 13) sorted by relevance

/dports/games/warzone2100/warzone2100/src/
H A Dversion.cpp189 const char *wc_state = (translated) ? _(" (modified locally)") : " (modified locally)"; in version_getFormattedVersionString() local
191 const char *wc_state = ""; in version_getFormattedVersionString() local
205 …ilt: %s%s") : "Version: %s,%s Built: %s%s", version_getVersionString(), wc_state, getCompileDate()… in version_getFormattedVersionString()
/dports/java/java-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dshelf2_tests.py873 def tweak_expected_state(wc_state): argument
874 wc_state[1].tweak('A/mu', props={'p1':'changed',
906 def tweak_expected_state(wc_state): argument
907 wc_state[0].tweak('A/mu', status=' C')
908 wc_state[1].tweak('A/mu', props={'p':merged_contents})
909 wc_state[1].add({
H A Dshelf_tests.py875 def tweak_expected_state(wc_state): argument
876 wc_state[1].tweak('A/mu', props={'p1':'changed',
909 def tweak_expected_state(wc_state): argument
910 wc_state[0].tweak('A/mu', status=' C')
911 wc_state[1].tweak('A/mu', props={'p':merged_contents})
912 wc_state[1].add({
/dports/devel/py-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dshelf2_tests.py873 def tweak_expected_state(wc_state): argument
874 wc_state[1].tweak('A/mu', props={'p1':'changed',
906 def tweak_expected_state(wc_state): argument
907 wc_state[0].tweak('A/mu', status=' C')
908 wc_state[1].tweak('A/mu', props={'p':merged_contents})
909 wc_state[1].add({
H A Dshelf_tests.py875 def tweak_expected_state(wc_state): argument
876 wc_state[1].tweak('A/mu', props={'p1':'changed',
909 def tweak_expected_state(wc_state): argument
910 wc_state[0].tweak('A/mu', status=' C')
911 wc_state[1].tweak('A/mu', props={'p':merged_contents})
912 wc_state[1].add({
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/tests/cmdline/
H A Dshelf2_tests.py873 def tweak_expected_state(wc_state): argument
874 wc_state[1].tweak('A/mu', props={'p1':'changed',
906 def tweak_expected_state(wc_state): argument
907 wc_state[0].tweak('A/mu', status=' C')
908 wc_state[1].tweak('A/mu', props={'p':merged_contents})
909 wc_state[1].add({
H A Dshelf_tests.py875 def tweak_expected_state(wc_state): argument
876 wc_state[1].tweak('A/mu', props={'p1':'changed',
909 def tweak_expected_state(wc_state): argument
910 wc_state[0].tweak('A/mu', status=' C')
911 wc_state[1].tweak('A/mu', props={'p':merged_contents})
912 wc_state[1].add({
/dports/devel/p5-subversion/subversion-1.14.1/subversion/tests/cmdline/
H A Dshelf2_tests.py873 def tweak_expected_state(wc_state): argument
874 wc_state[1].tweak('A/mu', props={'p1':'changed',
906 def tweak_expected_state(wc_state): argument
907 wc_state[0].tweak('A/mu', status=' C')
908 wc_state[1].tweak('A/mu', props={'p':merged_contents})
909 wc_state[1].add({
H A Dshelf_tests.py875 def tweak_expected_state(wc_state): argument
876 wc_state[1].tweak('A/mu', props={'p1':'changed',
909 def tweak_expected_state(wc_state): argument
910 wc_state[0].tweak('A/mu', status=' C')
911 wc_state[1].tweak('A/mu', props={'p':merged_contents})
912 wc_state[1].add({
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfprintf.c1475 mbstate_t wc_state; in get_arg() local
1484 memset (&wc_state, '\0', sizeof (wc_state)); in get_arg()
1492 while ((nbytes = _mbtowc_r(data, &wc, fmt, MB_CUR_MAX, &wc_state)) > 0) in get_arg()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/stdio/
H A Dvfprintf.c1475 mbstate_t wc_state; in get_arg() local
1484 memset (&wc_state, '\0', sizeof (wc_state)); in get_arg()
1492 while ((nbytes = _mbtowc_r(data, &wc, fmt, MB_CUR_MAX, &wc_state)) > 0) in get_arg()
/dports/devel/tinygo/tinygo-0.14.1/lib/picolibc/newlib/libc/stdio/
H A Dvfprintf.c2060 mbstate_t wc_state; local
2069 memset (&wc_state, '\0', sizeof (wc_state));
2077 while ((nbytes = __MBTOWC (data, &wc, fmt, MB_CUR_MAX, &wc_state)) > 0)
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/stdio/
H A Dvfprintf.c2065 mbstate_t wc_state; member
2074 memset (&wc_state, '\0', sizeof (wc_state));
2083 __locale_charset (), &wc_state)) > 0)