Lines Matching defs:off
873 long off = gmtoff(tmp, NULL, gmtmp);875 if (off != LONG_MIN)876 printf(" gmtoff=%ld", off);998 long off = gmtoff(tm, &t, NULL);999 char sign = ((off < 01000 || (off == 01005 if (off < 0)1007 if (off == LONG_MIN)1009 off = -off;1011 ss = off % 60;1012 mm = off / 60 % 60;1013 hh = off / 60 / 60;