Home
last modified time | relevance | path

Searched refs:cfgopt (Results 1 – 25 of 136) sorted by relevance

123456

/dports/lang/tcl86/tcl8.6.12/.github/workflows/
H A Dwin-build.yml14 cfgopt:
25 - name: Build ${{ matrix.cfgopt }}
27 &nmake -f makefile.vc ${{ matrix.cfgopt }} all
31 - name: Build Test Harness ${{ matrix.cfgopt }}
33 &nmake -f makefile.vc ${{ matrix.cfgopt }} tcltest
37 - name: Run Tests ${{ matrix.cfgopt }}
39 &nmake -f makefile.vc ${{ matrix.cfgopt }} test
51 cfgopt:
70 - name: Configure ${{ matrix.cfgopt }}
74 CFGOPT: --enable-64bit ${{ matrix.cfgopt }}
H A Dlinux-build.yml8 cfgopt:
26 - name: Configure ${{ matrix.cfgopt }}
31 CFGOPT: ${{ matrix.cfgopt }}
H A Dmac-build.yml28 cfgopt:
45 - name: Configure ${{ matrix.cfgopt }}
49 CFGOPT: ${{ matrix.cfgopt }}
/dports/lang/tcl87/tcl8.7a5/.github/workflows/
H A Dwin-build.yml12 cfgopt:
25 - name: Build ${{ matrix.cfgopt }}
27 &nmake -f makefile.vc ${{ matrix.cfgopt }} all
31 - name: Build Test Harness ${{ matrix.cfgopt }}
33 &nmake -f makefile.vc ${{ matrix.cfgopt }} tcltest
37 - name: Run Tests ${{ matrix.cfgopt }}
39 &nmake -f makefile.vc ${{ matrix.cfgopt }} test
54 cfgopt:
72 - name: Configure ${{ matrix.cfgopt }}
76 CFGOPT: --enable-64bit ${{ matrix.cfgopt }}
H A Dlinux-build.yml8 cfgopt:
26 - name: Configure ${{ matrix.cfgopt }}
31 CFGOPT: ${{ matrix.cfgopt }}
H A Dmac-build.yml30 cfgopt:
47 - name: Configure ${{ matrix.cfgopt }}
52 CFGOPT: ${{ matrix.cfgopt }}
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/nslcd/
H A Dconfig.c39 int32_t cfgopt; in nslcd_config_get() local
41 READ_INT32(fp, cfgopt); in nslcd_config_get()
43 log_setrequest("config=%d", (int)cfgopt); in nslcd_config_get()
44 log_log(LOG_DEBUG, "nslcd_config_get(%d)", (int)cfgopt); in nslcd_config_get()
50 switch (cfgopt) in nslcd_config_get()
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/nslcd/
H A Dconfig.c39 int32_t cfgopt; in nslcd_config_get() local
41 READ_INT32(fp, cfgopt); in nslcd_config_get()
43 log_setrequest("config=%d", (int)cfgopt); in nslcd_config_get()
44 log_log(LOG_DEBUG, "nslcd_config_get(%d)", (int)cfgopt); in nslcd_config_get()
50 switch (cfgopt) in nslcd_config_get()
/dports/x11-toolkits/tk87/tk8.7a5/.github/workflows/
H A Dlinux-build.yml17 cfgopt:
46 CFGOPT: ${{ matrix.cfgopt }}
48 OPTS: ${{ matrix.compiler }}${{ matrix.cfgopt }}
49 - name: Configure (opts=${{ matrix.cfgopt }})
111 cfgopt:
128 CFGOPT: ${{ matrix.cfgopt }}
130 - name: Configure ${{ matrix.cfgopt }}
H A Dlinux-with-tcl9-build.yml17 cfgopt:
46 CFGOPT: ${{ matrix.cfgopt }}
48 OPTS: ${{ matrix.compiler }}${{ matrix.cfgopt }}
62 - name: Configure (opts=${{ matrix.cfgopt }})
110 cfgopt:
133 CFGOPT: ${{ matrix.cfgopt }}
148 - name: Configure ${{ matrix.cfgopt }}
H A Dlinux-with-tcl8-build.yml17 cfgopt:
46 CFGOPT: ${{ matrix.cfgopt }}
48 OPTS: ${{ matrix.compiler }}${{ matrix.cfgopt }}
62 - name: Configure (opts=${{ matrix.cfgopt }})
124 cfgopt:
147 CFGOPT: ${{ matrix.cfgopt }}
162 - name: Configure ${{ matrix.cfgopt }}
/dports/net/nss-pam-ldapd/nss-pam-ldapd-0.9.11/pynslcd/
H A Dconfig.py31 return dict(cfgopt=fp.read_int32())
40 cfgopt = parameters['cfgopt']
41 if cfgopt == constants.NSLCD_CONFIG_PAM_PASSWORD_PROHIBIT_MESSAGE:
/dports/net/nss-pam-ldapd-sasl/nss-pam-ldapd-0.9.11/pynslcd/
H A Dconfig.py31 return dict(cfgopt=fp.read_int32())
40 cfgopt = parameters['cfgopt']
41 if cfgopt == constants.NSLCD_CONFIG_PAM_PASSWORD_PROHIBIT_MESSAGE:
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/slive/
H A DConfigExtractor.java377 private Range<Short> getMinMaxShort(ConfigOption<Short> cfgopt, String primary) { in getMinMaxShort() argument
380 sval = config.get(cfgopt.getCfgOption()); in getMinMaxShort()
399 Short def = cfgopt.getDefault(); in getMinMaxShort()
415 private Range<Long> getMinMaxLong(ConfigOption<Long> cfgopt, String primary) { in getMinMaxLong() argument
418 sval = config.get(cfgopt.getCfgOption()); in getMinMaxLong()
437 Long def = cfgopt.getDefault(); in getMinMaxLong()
453 private Range<Long> getMinMaxBytes(ConfigOption<Long> cfgopt, String primary) { in getMinMaxBytes() argument
456 sval = config.get(cfgopt.getCfgOption()); in getMinMaxBytes()
475 Long def = cfgopt.getDefault(); in getMinMaxBytes()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/fs/slive/
H A DConfigExtractor.java403 private Range<Short> getMinMaxShort(ConfigOption<Short> cfgopt, String primary) { in getMinMaxShort() argument
406 sval = config.get(cfgopt.getCfgOption()); in getMinMaxShort()
425 Short def = cfgopt.getDefault(); in getMinMaxShort()
441 private Range<Long> getMinMaxLong(ConfigOption<Long> cfgopt, String primary) { in getMinMaxLong() argument
444 sval = config.get(cfgopt.getCfgOption()); in getMinMaxLong()
463 Long def = cfgopt.getDefault(); in getMinMaxLong()
479 private Range<Long> getMinMaxBytes(ConfigOption<Long> cfgopt, String primary) { in getMinMaxBytes() argument
482 sval = config.get(cfgopt.getCfgOption()); in getMinMaxBytes()
501 Long def = cfgopt.getDefault(); in getMinMaxBytes()
/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_mounts.c208 struct sh_mounts_opt *cfgopt, *opt; in sh_mounts_check() local
230 for (cfgopt = cfgmnt->opts; cfgopt != NULL; cfgopt = cfgopt->next) { in sh_mounts_check()
231 opt = sh_mounts_opt_member(mnt->opts, cfgopt->opt); in sh_mounts_check()
235 cfgmnt->path, cfgopt->opt); in sh_mounts_check()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_mounts.c208 struct sh_mounts_opt *cfgopt, *opt; in sh_mounts_check() local
230 for (cfgopt = cfgmnt->opts; cfgopt != NULL; cfgopt = cfgopt->next) { in sh_mounts_check()
231 opt = sh_mounts_opt_member(mnt->opts, cfgopt->opt); in sh_mounts_check()
235 cfgmnt->path, cfgopt->opt); in sh_mounts_check()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_mounts.c208 struct sh_mounts_opt *cfgopt, *opt; in sh_mounts_check() local
230 for (cfgopt = cfgmnt->opts; cfgopt != NULL; cfgopt = cfgopt->next) { in sh_mounts_check()
231 opt = sh_mounts_opt_member(mnt->opts, cfgopt->opt); in sh_mounts_check()
235 cfgmnt->path, cfgopt->opt); in sh_mounts_check()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm2/dist/drm/nouveau/core/core/
H A Dnouveau_core_engine.c55 if (!nouveau_boolopt(device->cfgopt, iname, false)) { in nouveau_engine_create_()
63 if (!nouveau_boolopt(device->cfgopt, iname, enable)) { in nouveau_engine_create_()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h25 _ver = nvkm_longopt(_s->device->cfgopt, _option, -2); \
37 _ver = nvkm_longopt(_s->device->cfgopt, _option, _fwv); \
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h25 _ver = nvkm_longopt(_s->device->cfgopt, _option, -2); \
37 _ver = nvkm_longopt(_s->device->cfgopt, _option, _fwv); \
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfirmware.h25 _ver = nvkm_longopt(_s->device->cfgopt, _option, -2); \
37 _ver = nvkm_longopt(_s->device->cfgopt, _option, _fwv); \
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgp100.c43 if (!nvkm_boolopt(device->cfgopt, "GP100MmuLayout", true)) in gp100_mmu_new()
H A Dgp10b.c43 if (!nvkm_boolopt(device->cfgopt, "GP100MmuLayout", true)) in gp10b_mmu_new()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/
H A Dgp100.c43 if (!nvkm_boolopt(device->cfgopt, "GP100MmuLayout", true)) in gp100_mmu_new()

123456