Lines Matching refs:current
824 ** If format is NULL, psf_binheader_readf returns the current offset.
1040 case '2' : /* 2 byte value with the current endian-ness */
1051 case '3' : /* 3 byte value with the current endian-ness */
1061 case '4' : /* 4 byte value with the current endian-ness */
1072 case '8' : /* 8 byte value with the current endian-ness */
1152 case 'j' : /* Seek to position from current position. */
1394 { time_t current ;
1397 time (¤t) ;
1401 tmptr = gmtime_r (¤t, &timedata) ;
1404 tmptr = gmtime (¤t) ;