Home
last modified time | relevance | path

Searched refs:POPT_ARGFLAG_OR (Results 1 – 25 of 39) sorted by relevance

12

/dports/archivers/rpm4/rpm-4.16.1.3/
H A Drpmdb.c21 { "initdb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_INITDB,
23 { "rebuilddb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_REBUILDDB,
26 { "verifydb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR|POPT_ARGFLAG_DOC_HIDDEN),
28 { "salvagedb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR|POPT_ARGFLAG_DOC_HIDDEN),
30 { "exportdb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_EXPORTDB,
33 { "importdb", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_IMPORTDB,
H A Drpmkeys.c19 { "checksig", 'K', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_CHECKSIG,
21 { "import", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_IMPORTKEY,
26 { "delete-key", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_DELKEY,
28 { "list-keys", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_LISTKEY,
H A Drpmsign.c29 { "addsign", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_ADDSIGN,
31 { "resign", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_RESIGN,
33 { "delsign", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR), &mode, MODE_DELSIGN,
35 { "rpmv3", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR),
39 { "signfiles", '\0', (POPT_ARG_VAL|POPT_ARGFLAG_OR),
/dports/net/rsync/rsync-3.2.3/popt/
H A Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
H A Dpopt.c671 case POPT_ARGFLAG_OR: in poptSaveLong()
699 case POPT_ARGFLAG_OR: in poptSaveInt()
/dports/net-mgmt/wmi-client/wmi-1.3.16/Samba/source/lib/popt/
H A Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
/dports/devel/distcc/distcc-3.3.5/popt/
H A Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
/dports/java/sablevm/sablevm-1.13/src/libpopt/
H A Dpopt.h49 #define POPT_ARGFLAG_OR 0x08000000 /*!< arg will be or'ed */ macro
56 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
58 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_popt/
H A Dpopt.h58 #define POPT_ARGFLAG_OR 0x08000000 macro
65 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
67 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
/dports/net/samba412/samba-4.12.15/third_party/popt/
H A Dpopt.h57 #define POPT_ARGFLAG_OR 0x08000000U /*!< arg will be or'ed */ macro
64 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
66 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
H A Dpopt.c1007 case POPT_ARGFLAG_OR: in poptSaveLongLong()
1046 case POPT_ARGFLAG_OR: *(unsigned long *)arg |= (unsigned long)aLong; break; in poptSaveLong()
1079 case POPT_ARGFLAG_OR: *(unsigned int *)arg |= (unsigned int) aLong; break; in poptSaveInt()
1113 case POPT_ARGFLAG_OR: *(unsigned short *)arg |= (unsigned short) aLong; in poptSaveShort()
1146 argInfo ^= (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND); in poptArgInfo()
/dports/devel/popt/popt-1.18/src/
H A Dpopt.h57 #define POPT_ARGFLAG_OR 0x08000000U /*!< arg will be or'ed */ macro
64 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
66 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
H A Dpopt.c935 case POPT_ARGFLAG_OR: in poptSaveLongLong()
974 case POPT_ARGFLAG_OR: *(unsigned long *)arg |= (unsigned long)aLong; break; in poptSaveLong()
1007 case POPT_ARGFLAG_OR: *(unsigned int *)arg |= (unsigned int) aLong; break; in poptSaveInt()
1041 case POPT_ARGFLAG_OR: *(unsigned short *)arg |= (unsigned short) aLong; in poptSaveShort()
1073 argInfo ^= (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND); in poptArgInfo()
/dports/databases/ldb15/ldb-1.5.6/third_party/popt/
H A Dpopt.h57 #define POPT_ARGFLAG_OR 0x08000000U /*!< arg will be or'ed */ macro
64 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
66 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
H A Dpopt.c1007 case POPT_ARGFLAG_OR: in poptSaveLongLong()
1046 case POPT_ARGFLAG_OR: *(unsigned long *)arg |= (unsigned long)aLong; break; in poptSaveLong()
1079 case POPT_ARGFLAG_OR: *(unsigned int *)arg |= (unsigned int) aLong; break; in poptSaveInt()
1113 case POPT_ARGFLAG_OR: *(unsigned short *)arg |= (unsigned short) aLong; in poptSaveShort()
1146 argInfo ^= (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND); in poptArgInfo()
/dports/databases/ldb22/ldb-2.2.1/third_party/popt/
H A Dpopt.h57 #define POPT_ARGFLAG_OR 0x08000000U /*!< arg will be or'ed */
64 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
66 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
H A Dpopt.c1007 case POPT_ARGFLAG_OR: in poptSaveLongLong()
1046 case POPT_ARGFLAG_OR: *(unsigned long *)arg |= (unsigned long)aLong; break; in poptSaveLong()
1079 case POPT_ARGFLAG_OR: *(unsigned int *)arg |= (unsigned int) aLong; break; in poptSaveInt()
1113 case POPT_ARGFLAG_OR: *(unsigned short *)arg |= (unsigned short) aLong; in poptSaveShort()
1146 argInfo ^= (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND); in poptArgInfo()
/dports/databases/ldb20/ldb-2.0.10/third_party/popt/
H A Dpopt.h57 #define POPT_ARGFLAG_OR 0x08000000U /*!< arg will be or'ed */ macro
64 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
66 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
H A Dpopt.c1007 case POPT_ARGFLAG_OR: in poptSaveLongLong()
1046 case POPT_ARGFLAG_OR: *(unsigned long *)arg |= (unsigned long)aLong; break; in poptSaveLong()
1079 case POPT_ARGFLAG_OR: *(unsigned int *)arg |= (unsigned int) aLong; break; in poptSaveInt()
1113 case POPT_ARGFLAG_OR: *(unsigned short *)arg |= (unsigned short) aLong; in poptSaveShort()
1146 argInfo ^= (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND); in poptArgInfo()
/dports/databases/ldb21/ldb-2.1.5/third_party/popt/
H A Dpopt.h57 #define POPT_ARGFLAG_OR 0x08000000U /*!< arg will be or'ed */ macro
64 (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND|POPT_ARGFLAG_XOR)
66 #define POPT_BIT_SET (POPT_ARG_VAL|POPT_ARGFLAG_OR)
H A Dpopt.c1007 case POPT_ARGFLAG_OR:
1046 case POPT_ARGFLAG_OR: *(unsigned long *)arg |= (unsigned long)aLong; break;
1079 case POPT_ARGFLAG_OR: *(unsigned int *)arg |= (unsigned int) aLong; break;
1113 case POPT_ARGFLAG_OR: *(unsigned short *)arg |= (unsigned short) aLong;
1146 argInfo ^= (POPT_ARGFLAG_OR|POPT_ARGFLAG_AND);
/dports/sysutils/pesign/pesign-0.110/src/
H A Dauthvar.c233 { "append", 'a', POPT_ARG_VAL|POPT_ARGFLAG_OR, &action, in main()
239 { "clear", 'c', POPT_ARG_VAL|POPT_ARGFLAG_OR, &action, in main()
241 { "set", 's', POPT_ARG_VAL|POPT_ARGFLAG_OR, &action, in main()
H A Dclient.c563 {"unlock", 'u', POPT_ARG_VAL|POPT_ARGFLAG_OR, &action, in main()
565 {"is-unlocked", 'q', POPT_ARG_VAL|POPT_ARGFLAG_OR, &action, in main()
568 {"kill", 'k', POPT_ARG_VAL|POPT_ARGFLAG_OR, &action, in main()
570 {"sign", 's', POPT_ARG_VAL|POPT_ARGFLAG_OR, &action, in main()
/dports/archivers/rpm4/rpm-4.16.1.3/build/
H A Dpolicies.c231 {"base", 'b', POPT_ARGFLAG_OR, &flags, RPMPOL_FLAG_BASE, NULL, NULL}, in processPolicies()
/dports/net/samba412/samba-4.12.15/source3/rpcclient/
H A Dcmd_witness.c300 .argInfo = POPT_ARG_LONG|POPT_ARGFLAG_OR|POPT_ARGFLAG_SHOW_DEFAULT, in cmd_witness_RegisterEx()

12