Home
last modified time | relevance | path

Searched refs:noString (Results 1 – 25 of 40) sorted by relevance

12

/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Drpc.h202 #define putMessageType( buffer, type, flags, noInt, noString ) \ argument
207 buffer[ 3 ] = noString; \
209 #define getMessageType( buffer, type, flags, noInt, noString ) \ argument
211 noInt = buffer[ 2 ]; noString = buffer[ 3 ]
/dports/security/crlfuzz/crlfuzz-1.4.1/vendor/github.com/logrusorgru/aurora/
H A Dsprintf_test.go32 type noString string type
36 v := Sprintf(noString("delta: +%d"), 3)
/dports/security/ssb/ssb-0.1.1/vendor/github.com/logrusorgru/aurora/
H A Dsprintf_test.go42 type noString string type
46 v := Sprintf(noString("delta: +%d"), 3)
/dports/devel/taskctl/taskctl-1.4.2/vendor/github.com/logrusorgru/aurora/
H A Dsprintf_test.go32 type noString string type
36 v := Sprintf(noString("delta: +%d"), 3)
/dports/sysutils/glow/glow-0.2.0/vendor/github.com/logrusorgru/aurora/
H A Dsprintf_test.go32 type noString string type
36 v := Sprintf(noString("delta: +%d"), 3)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/logrusorgru/aurora/aurora-cea283e61946/
H A Dsprintf_test.go32 type noString string type
36 v := Sprintf(noString("delta: +%d"), 3)
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/etc/win32/erlsrv/
H A Derlsrv_registry.c42 static const wchar_t * const noString = L"\0"; variable
76 keys[i].data.string != noString){ in free_keys()
79 keys[i].data.expand.unexpanded != noString) in free_keys()
171 copy = (wchar_t *) noString; in get_keys()
172 res[i].data.expand.unexpanded = (wchar_t *) noString; in get_keys()
198 copy = (wchar_t *) noString; in get_keys()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/etc/win32/erlsrv/
H A Derlsrv_registry.c42 static const wchar_t * const noString = L"\0"; variable
76 keys[i].data.string != noString){ in free_keys()
79 keys[i].data.expand.unexpanded != noString) in free_keys()
171 copy = (wchar_t *) noString; in get_keys()
172 res[i].data.expand.unexpanded = (wchar_t *) noString; in get_keys()
198 copy = (wchar_t *) noString; in get_keys()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/etc/win32/erlsrv/
H A Derlsrv_registry.c42 static const wchar_t * const noString = L"\0"; variable
76 keys[i].data.string != noString){ in free_keys()
79 keys[i].data.expand.unexpanded != noString) in free_keys()
171 copy = (wchar_t *) noString; in get_keys()
172 res[i].data.expand.unexpanded = (wchar_t *) noString; in get_keys()
198 copy = (wchar_t *) noString; in get_keys()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/etc/win32/erlsrv/
H A Derlsrv_registry.c42 static const wchar_t * const noString = L"\0"; variable
76 keys[i].data.string != noString){ in free_keys()
79 keys[i].data.expand.unexpanded != noString) in free_keys()
171 copy = (wchar_t *) noString; in get_keys()
172 res[i].data.expand.unexpanded = (wchar_t *) noString; in get_keys()
198 copy = (wchar_t *) noString; in get_keys()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/etc/win32/erlsrv/
H A Derlsrv_registry.c42 static const wchar_t * const noString = L"\0"; variable
76 keys[i].data.string != noString){ in free_keys()
79 keys[i].data.expand.unexpanded != noString) in free_keys()
171 copy = (wchar_t *) noString; in get_keys()
172 res[i].data.expand.unexpanded = (wchar_t *) noString; in get_keys()
198 copy = (wchar_t *) noString; in get_keys()
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/etc/win32/erlsrv/
H A Derlsrv_registry.c42 static const wchar_t * const noString = L"\0"; variable
76 keys[i].data.string != noString){ in free_keys()
79 keys[i].data.expand.unexpanded != noString) in free_keys()
171 copy = (wchar_t *) noString; in get_keys()
172 res[i].data.expand.unexpanded = (wchar_t *) noString; in get_keys()
198 copy = (wchar_t *) noString; in get_keys()
/dports/lang/erlang/otp-OTP-24.1.7/erts/etc/win32/erlsrv/
H A Derlsrv_registry.c42 static const wchar_t * const noString = L"\0"; variable
76 keys[i].data.string != noString){ in free_keys()
79 keys[i].data.expand.unexpanded != noString) in free_keys()
171 copy = (wchar_t *) noString; in get_keys()
172 res[i].data.expand.unexpanded = (wchar_t *) noString; in get_keys()
198 copy = (wchar_t *) noString; in get_keys()
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Dcheckbox_string.qc13 me.noString = theNoValue;
40 cvar_set(me.cvarName, me.noString);
H A Dcheckbox_string.qh10 ATTRIB(XonoticCheckBoxString, noString, string);
/dports/misc/xless/xless-1.7/
H A Dcallbacks.c274 static Widget noString = NULL; local
277 if (!noString)
278 noString = MessageBox(wi->base, "No search string specified ...",
280 if (noString)
281 SetPopup(wi->base, noString);
/dports/devel/scalatest/scalatest-1.6.1/src/test/scala/org/scalatest/matchers/
H A DShouldMatcherSpec.scala174 val noString: Option[String] = None constant
176 noString should not { be (None) }
181 noString should not { equal (None) }
190 val noString: Option[String] = None constant
191 noString should { be (None) and equal (None) }
192 noString should { equal (None) and be (None) }
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-linux/TokMisc/
H A DFlgReset.fth9 [flag] noString-remark-escape
H A DFlagSet.fth19 #flag noString-remark-escape
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testsuite/TokMisc/
H A DFlgReset.fth9 [flag] noString-remark-escape
H A DFlagSet.fth19 #flag noString-remark-escape
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-ppc-aix/TokMisc/
H A DFlgReset.fth9 [flag] noString-remark-escape
H A DFlagSet.fth19 #flag noString-remark-escape
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/testlogs/testlogs-x86-cygwin/TokMisc/
H A DFlgReset.fth9 [flag] noString-remark-escape
H A DFlagSet.fth19 #flag noString-remark-escape

12