Lines Matching defs:offstr
554 char *offstr = 0;
735 offstr = argv[optind];
739 offstr = argv[optind + 1];
743 if (offstr) {
747 if (*offstr == '+') {
748 offstr++;
750 l = strlen(offstr);
751 if ((strncmp(offstr, "0x", 2) == 0)) {
754 offstr += 2;
755 if (offstr[l - 1] == 'B') {
756 offstr[l - 1] = 0;
763 if ((offstr[l - 1] == 'B') || (offstr[l - 1] == 'b')) {
764 offstr[l - 1] = 0;
768 if (offstr[l - 1] == '.') {
769 offstr[l - 1] = 0;
774 skip = strtoll(offstr, &eptr, base);