Home
last modified time | relevance | path

Searched refs:ccflag (Results 1 – 17 of 17) sorted by relevance

/dports/mail/nmh/nmh-1.7.1/uip/
H A Drepl.c480 docc (char *cp, int ccflag) in docc() argument
487 adios (NULL, "-%scc %s unknown", ccflag ? "" : "no", cp); in docc()
490 ccto = ccflag; in docc()
494 cccc = ccflag; in docc()
498 ccme = ccflag; in docc()
502 ccto = cccc = ccme = ccflag; in docc()
/dports/mail/mmh/mmh-0.4/uip/
H A Drepl.c348 docc(char *cp, int ccflag) in docc() argument
355 adios(EX_USAGE, NULL, "-%scc %s unknown", ccflag ? "" : "no", cp); in docc()
358 ccto = ccflag; in docc()
362 cccc = ccflag; in docc()
366 ccme = ccflag; in docc()
370 ccto = cccc = ccme = ccflag; in docc()
/dports/mail/vacation/work/
H A Dvacation.c136 int ccflag = 0; variable
180 ccflag = 1; in main()
575 if (ccflag) { in sendmessage()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Dsql.c2951 vString *ccflag = vStringNew(); in parseCCFLAGS() local
2956 vStringPut(ccflag, *s); in parseCCFLAGS()
2957 else if (*s == ':' && !vStringIsEmpty(ccflag)) in parseCCFLAGS()
2959 if (lookupCaseKeyword(vStringValue(ccflag), Lang_sql) in parseCCFLAGS()
2962 int index = makeSimpleTag(ccflag, SQLTAG_PLSQL_CCFLAGS); in parseCCFLAGS()
2964 vStringClear(ccflag); in parseCCFLAGS()
2972 vStringDelete(ccflag); in parseCCFLAGS()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dconfigure.ac637 for ccflag in $CFLAGS; do
638 AS_CASE([$ccflag],
640 [NEWCFLAGS="$NEWCFLAGS $ccflag"])
717 for ccflag in $CFLAGS; do
718 AS_CASE([$ccflag],
720 [NEWCFLAGS="$NEWCFLAGS $ccflag"])
/dports/cad/openroad/OpenROAD-2.0/src/OpenDB/include/opendb/
H A Dwire.h752 void setCCFlag(uint ccflag) { _ccFlag = ccflag; }; in setCCFlag() argument
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/
H A Dwscript395 for (name, ccflag) in cc_test_flags:
396 ctx.check(cflags=ccflag,
400 msg='Checking if C compiler supports ' + ccflag,
/dports/biology/seqio/seqio-1.2.2/
H A Dseqio.c16274 ccflag = (toupper(*line) == 'C'); in embl_annotate()
16292 if (ccflag || xxflag) { in embl_annotate()
16297 (ccflag && in embl_annotate()
16358 if (!ccflag && !xxflag) in embl_annotate()
16423 if (ccflag) { in sprot_annotate()
16600 ccflag = 0; in nbrf_annotate()
16603 ccflag = 1; in nbrf_annotate()
16636 if (ccflag) { in nbrf_annotate()
16818 ccflag = 0; in asn_annotate()
16840 ccflag = 1; in asn_annotate()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2520 def ParseCCFlags(self, ccflag): argument
2522 ccflaglist = ccflag.split(" ")
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2554 def ParseCCFlags(self, ccflag): argument
2556 ccflaglist = ccflag.split(" ")
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2520 def ParseCCFlags(self, ccflag): argument
2522 ccflaglist = ccflag.split(" ")
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2554 def ParseCCFlags(self, ccflag): argument
2556 ccflaglist = ccflag.split(" ")
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2556 def ParseCCFlags(self, ccflag): argument
2558 ccflaglist = ccflag.split(" ")
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2520 def ParseCCFlags(self, ccflag): argument
2522 ccflaglist = ccflag.split(" ")
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2554 def ParseCCFlags(self, ccflag): argument
2556 ccflaglist = ccflag.split(" ")
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2740 def ParseCCFlags(self, ccflag): argument
2742 ccflaglist = ccflag.split(" ")
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Workspace/
H A DDscBuildData.py2740 def ParseCCFlags(self, ccflag):
2742 ccflaglist = ccflag.split(" ")