Lines Matching refs:parseoffset
49 static int parseoffset(char *s);
672 offset = parseoffset(modifieroffset); in parsedaymonth()
685 offset = parseoffset(modifieroffset); in parsedaymonth()
698 offset = parseoffset(modifieroffset); in parsedaymonth()
713 offset = parseoffset(modifieroffset); in parsedaymonth()
735 offset = parseoffset(modifieroffset); in parsedaymonth()
754 offset = parseoffset(modifieroffset); in parsedaymonth()
767 offset = parseoffset(modifieroffset); in parsedaymonth()
782 offset = parseoffset(modifieroffset); in parsedaymonth()
795 offset = parseoffset(modifieroffset); in parsedaymonth()
1021 parseoffset(char *s) in parseoffset() function