aLong 633 lib/popt/popt.c int poptSaveLong(long * arg, int argInfo, long aLong) aLong 640 lib/popt/popt.c aLong = ~aLong; aLong 643 lib/popt/popt.c *arg = aLong; aLong 646 lib/popt/popt.c *arg |= aLong; aLong 649 lib/popt/popt.c *arg &= aLong; aLong 652 lib/popt/popt.c *arg ^= aLong; aLong 661 lib/popt/popt.c int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong) aLong 668 lib/popt/popt.c aLong = ~aLong; aLong 671 lib/popt/popt.c *arg = aLong; aLong 674 lib/popt/popt.c *arg |= aLong; aLong 677 lib/popt/popt.c *arg &= aLong; aLong 680 lib/popt/popt.c *arg ^= aLong; aLong 897 lib/popt/popt.c { long aLong = 0; aLong 901 lib/popt/popt.c aLong = strtol(con->os->nextArg, &end, 0); aLong 907 lib/popt/popt.c if (aLong == LONG_MIN || aLong == LONG_MAX) aLong 909 lib/popt/popt.c if (poptSaveLong((long *)opt->arg, opt->argInfo, aLong)) aLong 912 lib/popt/popt.c if (aLong > INT_MAX || aLong < INT_MIN) aLong 914 lib/popt/popt.c if (poptSaveInt((int *)opt->arg, opt->argInfo, aLong)) aLong 520 lib/popt/popt.h int poptSaveLong(/*@null@*/ long * arg, int argInfo, long aLong) aLong 535 lib/popt/popt.h int poptSaveInt(/*@null@*/ int * arg, int argInfo, long aLong) aLong 148 lib/popt/popthelp.c { long aLong = *((int *)opt->arg); aLong 149 lib/popt/popthelp.c le += sprintf(le, "%ld", aLong); aLong 152 lib/popt/popthelp.c { long aLong = *((long *)opt->arg); aLong 153 lib/popt/popthelp.c le += sprintf(le, "%ld", aLong); aLong 268 lib/popt/popthelp.c { long aLong = opt->val; aLong 273 lib/popt/popthelp.c if (!ops && (aLong == 0L || aLong == 1L || aLong == -1L)) aLong 292 lib/popt/popthelp.c le += sprintf(le, (ops ? "0x%lx" : "%ld"), aLong);