argInfo 69 lib/popt/popt.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
argInfo 72 lib/popt/popt.c } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
argInfo 73 lib/popt/popt.c (opt->argInfo & POPT_CBFLAG_PRE))
argInfo 92 lib/popt/popt.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
argInfo 95 lib/popt/popt.c } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
argInfo 96 lib/popt/popt.c (opt->argInfo & POPT_CBFLAG_POST))
argInfo 119 lib/popt/popt.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
argInfo 124 lib/popt/popt.c } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK &&
argInfo 125 lib/popt/popt.c !(opt->argInfo & POPT_CBFLAG_SKIPOPTION)) {
argInfo 148 lib/popt/popt.c if (!(cbopt->argInfo & POPT_CBFLAG_CONTINUE))
argInfo 476 lib/popt/popt.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
argInfo 492 lib/popt/popt.c } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK) {
argInfo 495 lib/popt/popt.c (!singleDash || (opt->argInfo & POPT_ARGFLAG_ONEDASH)) &&
argInfo 516 lib/popt/popt.c if (!(cb->argInfo & POPT_CBFLAG_INC_DATA)) {
argInfo 633 lib/popt/popt.c int poptSaveLong(long * arg, int argInfo, long aLong)
argInfo 639 lib/popt/popt.c if (argInfo & POPT_ARGFLAG_NOT)
argInfo 641 lib/popt/popt.c switch (argInfo & POPT_ARGFLAG_LOGICALOPS) {
argInfo 661 lib/popt/popt.c int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong)
argInfo 667 lib/popt/popt.c if (argInfo & POPT_ARGFLAG_NOT)
argInfo 669 lib/popt/popt.c switch (argInfo & POPT_ARGFLAG_LOGICALOPS) {
argInfo 795 lib/popt/popt.c opt->argInfo & POPT_ARGFLAG_STRIP)
argInfo 835 lib/popt/popt.c if (opt->arg && (opt->argInfo & POPT_ARG_MASK) == POPT_ARG_NONE) {
argInfo 836 lib/popt/popt.c if (poptSaveInt((int *)opt->arg, opt->argInfo, 1L))
argInfo 838 lib/popt/popt.c } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_VAL) {
argInfo 840 lib/popt/popt.c if (poptSaveInt((int *)opt->arg, opt->argInfo, (long)opt->val))
argInfo 843 lib/popt/popt.c } else if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_NONE) {
argInfo 860 lib/popt/popt.c if (!(opt->argInfo & POPT_ARGFLAG_OPTIONAL))
argInfo 872 lib/popt/popt.c (opt->argInfo & POPT_ARGFLAG_STRIP) &&
argInfo 888 lib/popt/popt.c switch (opt->argInfo & POPT_ARG_MASK) {
argInfo 906 lib/popt/popt.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_LONG) {
argInfo 909 lib/popt/popt.c if (poptSaveLong((long *)opt->arg, opt->argInfo, aLong))
argInfo 914 lib/popt/popt.c if (poptSaveInt((int *)opt->arg, opt->argInfo, aLong))
argInfo 937 lib/popt/popt.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_DOUBLE) {
argInfo 953 lib/popt/popt.c (opt->argInfo & POPT_ARG_MASK));
argInfo 964 lib/popt/popt.c } else if (opt->val && ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_VAL))
argInfo 979 lib/popt/popt.c ((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "-" : "--"),
argInfo 988 lib/popt/popt.c if (opt->arg && (opt->argInfo & POPT_ARG_MASK) == POPT_ARG_NONE)
argInfo 990 lib/popt/popt.c else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_VAL)
argInfo 992 lib/popt/popt.c else if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_NONE) {
argInfo 1100 lib/popt/popt.c item->option.argInfo = POPT_ARGFLAG_DOC_HIDDEN;
argInfo 1140 lib/popt/popt.c item->option.argInfo = newItem->option.argInfo;
argInfo 118 lib/popt/popt.h int argInfo;
argInfo 520 lib/popt/popt.h int poptSaveLong(/*@null@*/ long * arg, int argInfo, long aLong)
argInfo 535 lib/popt/popt.h int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong)
argInfo 58 lib/popt/poptconfig.c item->option.argInfo = POPT_ARGFLAG_DOC_HIDDEN;
argInfo 65 lib/popt/poptconfig.c item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN;
argInfo 72 lib/popt/poptconfig.c item->option.argInfo &= ~POPT_ARGFLAG_DOC_HIDDEN;
argInfo 73 lib/popt/poptconfig.c item->option.argInfo |= POPT_ARG_STRING;
argInfo 78 lib/popt/popthelp.c if (opt->argInfo == POPT_ARG_INTL_DOMAIN)
argInfo 95 lib/popt/popthelp.c if (!(opt->argInfo & POPT_ARG_MASK)) return NULL;
argInfo 102 lib/popt/popthelp.c switch (opt->argInfo & POPT_ARG_MASK) {
argInfo 145 lib/popt/popthelp.c switch (opt->argInfo & POPT_ARG_MASK) {
argInfo 224 lib/popt/popthelp.c ((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "-" : "--"),
argInfo 230 lib/popt/popthelp.c ((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "-" : "--"),
argInfo 237 lib/popt/popthelp.c if (opt->argInfo & POPT_ARGFLAG_OPTIONAL)
argInfo 242 lib/popt/popthelp.c if (opt->argInfo & POPT_ARGFLAG_SHOW_DEFAULT) {
argInfo 263 lib/popt/popthelp.c switch (opt->argInfo & POPT_ARG_MASK) {
argInfo 269 lib/popt/popthelp.c int ops = (opt->argInfo & POPT_ARGFLAG_LOGICALOPS);
argInfo 270 lib/popt/popthelp.c int negate = (opt->argInfo & POPT_ARGFLAG_NOT);
argInfo 313 lib/popt/popthelp.c if (opt->argInfo & POPT_ARGFLAG_OPTIONAL)
argInfo 376 lib/popt/popthelp.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
argInfo 380 lib/popt/popthelp.c } else if (!(opt->argInfo & POPT_ARGFLAG_DOC_HIDDEN)) {
argInfo 385 lib/popt/popthelp.c len += ((opt->argInfo & POPT_ARGFLAG_ONEDASH)
argInfo 393 lib/popt/popthelp.c if (opt->argInfo & POPT_ARGFLAG_OPTIONAL) len += sizeof("[]")-1;
argInfo 425 lib/popt/popthelp.c !(opt->argInfo & POPT_ARGFLAG_DOC_HIDDEN))
argInfo 456 lib/popt/popthelp.c !(opt->argInfo & POPT_ARGFLAG_DOC_HIDDEN))
argInfo 462 lib/popt/popthelp.c if ((opt->argInfo & POPT_ARG_MASK) != POPT_ARG_INCLUDE_TABLE)
argInfo 536 lib/popt/popthelp.c if (!(opt->argInfo & POPT_ARGFLAG_ONEDASH)) len++;
argInfo 544 lib/popt/popthelp.c if (!(opt->argInfo & POPT_ARGFLAG_ONEDASH)) len++;
argInfo 560 lib/popt/popthelp.c opt->shortName, ((opt->argInfo & POPT_ARGFLAG_ONEDASH) ? "" : "-"),
argInfo 566 lib/popt/popthelp.c ((opt->shortName || (opt->argInfo & POPT_ARGFLAG_ONEDASH)) ? "" : "-"),
argInfo 595 lib/popt/popthelp.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INTL_DOMAIN) {
argInfo 598 lib/popt/popthelp.c !(opt->argInfo & POPT_ARGFLAG_DOC_HIDDEN)) {
argInfo 636 lib/popt/popthelp.c if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INTL_DOMAIN) {
argInfo 638 lib/popt/popthelp.c } else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
argInfo 660 lib/popt/popthelp.c !(opt->argInfo & POPT_ARGFLAG_DOC_HIDDEN)) {
argInfo 690 lib/popt/popthelp.c if (opt->shortName && !(opt->argInfo & POPT_ARG_MASK))
argInfo 692 lib/popt/popthelp.c else if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE)
argInfo 528 source3/utils/smbget.c switch(long_options[i].argInfo) {