Home
last modified time | relevance | path

Searched refs:witness_c_macro (Results 1 – 9 of 9) sorted by relevance

/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/pygnulib/
H A DGLConfig.py162 if witness_c_macro != None:
163 if type(witness_c_macro) is bool:
164 if not witness_c_macro:
170 type(witness_c_macro).__name__))
918 def setWitnessCMacro(self, witness_c_macro): argument
921 if type(witness_c_macro) is bytes or type(witness_c_macro) is string:
922 if type(witness_c_macro) is bytes:
923 witness_c_macro = string(witness_c_macro, ENCS['system'])
924 if witness_c_macro:
925 self.table['witness_c_macro'] = witness_c_macro
[all …]
H A DGLImport.py391 witness_c_macro = self.config.getWitnessCMacro()
443 if witness_c_macro:
444 actioncmd += ' --witness_c_macro=%s' % witness_c_macro
477 witness_c_macro = self.config['witness_c_macro']
533 emit += 'gl_WITNESS_C_MACRO([%s])\n' % witness_c_macro
565 witness_c_macro = self.config['witness_c_macro']
628 if witness_c_macro:
630 witness_c_macro
634 if witness_c_macro:
772 witness_c_macro = self.config['witness_c_macro']
[all …]
H A DGLEmiter.py665 witness_c_macro = self.config['witness_c_macro']
821 if witness_c_macro:
822 cppflags_part1 = ' -D%s=1' % witness_c_macro
958 witness_c_macro = self.config['witness_c_macro']
1131 if witness_c_macro:
1132 emit += ' -D%s=1 \\\n' % witness_c_macro
H A DGLTestDir.py159 witness_c_macro = self.config['witness_c_macro']
/dports/devel/gnulib/gnulib-20140202-stable/
H A Dgnulib-tool990 witness_c_macro=
1249 witness_c_macro="$1"
3382 if test -n "$witness_c_macro"; then
3383 cppflags_part1=" -D$witness_c_macro=1"
3711 if test -n "$witness_c_macro"; then
3712 echo " -D$witness_c_macro=1 \\"
4432 if test -z "$witness_c_macro"; then
4834 if test -n "$witness_c_macro"; then
5231 if test -n "$witness_c_macro"; then
5235 if test -n "$witness_c_macro"; then
[all …]
H A DChangeLog20638 (witness_c_macro): New variable.
20642 (func_import): Store witness_c_macro setting in gnulib-cache.m4 and
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A Dgnulib-tool1163 witness_c_macro=
1425 witness_c_macro="$1"
3838 if test -n "$witness_c_macro"; then
3839 cppflags_part1=" -D$witness_c_macro=1"
4227 if test -n "$witness_c_macro"; then
4228 echo " -D$witness_c_macro=1 \\"
5024 if test -z "$witness_c_macro"; then
5403 if test -n "$witness_c_macro"; then
5824 if test -n "$witness_c_macro"; then
5828 if test -n "$witness_c_macro"; then
[all …]
H A Dgnulib-tool.py87 witness_c_macro = None
533 witness_c_macro=witness_c_macro,
H A DChangeLog59827 (witness_c_macro): New variable.
59831 (func_import): Store witness_c_macro setting in gnulib-cache.m4 and