Searched refs:tm_sec (Results 126 - 150 of 159) sorted by relevance

1234567

/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_zip.c880 dt += (t->tm_sec & 0x3e) >> 1; /* Only counting every 2 seconds. */
H A Darchive_read_support_format_zip.c1169 ts.tm_sec = (msTime << 1) & 0x3e;
H A Darchive_read_support_format_xar.c1113 return (t->tm_sec + t->tm_min * 60 + t->tm_hour * 3600
1169 tm.tm_sec = (int)data;
H A Darchive_write_set_format_iso9660.c1414 tm.tm_sec = strtol(buf, NULL, 10);
2548 set_digit(p+12, 2, tm.tm_sec);
2571 set_num_711(p+5, tm.tm_sec);
H A Darchive_read_support_format_lha.c1669 ts.tm_sec = (msTime << 1) & 0x3e;
H A Darchive_read_support_format_cab.c2060 ts.tm_sec = (msTime << 1) & 0x3e;
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Lex/
H A DPPMacroExpansion.cpp844 TM->tm_hour, TM->tm_min, TM->tm_sec);
/freebsd-10.2-release/contrib/ntp/util/
H A Dtg2.c1077 Second = TimeStructure->tm_sec;
H A Dntp-keygen.c2111 tm.tm_sec = (v[10] - '0') * 10 + v[11] - '0';
/freebsd-10.2-release/contrib/subversion/subversion/libsvn_subr/
H A Dsubst.c207 exploded_time.tm_sec);
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftp/
H A Dcmds.c694 tm->tm_sec > sec))
/freebsd-10.2-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c2413 t->tm_sec);
/freebsd-10.2-release/libexec/ftpd/
H A Dftpcmd.y733 t->tm_hour, t->tm_min, t->tm_sec);
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Drefclock_oncore.c3596 tm->tm_hour, tm->tm_min, tm->tm_sec);
3606 Cmd[-2+10] = tm->tm_sec;
3626 Cmd[-2+6] = tm->tm_sec;
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dmacro.c249 tb->tm_hour, tb->tm_min, tb->tm_sec);
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dkssl.c1898 k_tm->tm_sec = atoi(p);
/freebsd-10.2-release/lib/libfetch/
H A Dhttp.c892 tm.tm_hour, tm.tm_min, tm.tm_sec));
/freebsd-10.2-release/contrib/binutils/binutils/
H A Dreadelf.c5600 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
6349 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
8679 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
9063 tmp->tm_hour, tmp->tm_min, tmp->tm_sec);
/freebsd-10.2-release/usr.sbin/bhyvectl/
H A Dbhyvectl.c2064 tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec,
/freebsd-10.2-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c1026 tm->tm_hour, tm->tm_min, tm->tm_sec,
1031 tm->tm_hour, tm->tm_min, tm->tm_sec,
/freebsd-10.2-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c258 t->tm_hour, t->tm_min, t->tm_sec, lame);
/freebsd-10.2-release/contrib/libc++/src/
H A Dlocale.cpp4718 t.tm_sec = 59;
4866 t.tm_sec = 59;
/freebsd-10.2-release/contrib/binutils/bfd/
H A Dieee.c3572 || ! ieee_write_int (abfd, (bfd_vma) t->tm_sec))
/freebsd-10.2-release/usr.sbin/route6d/
H A Droute6d.c3429 tm->tm_sec);
/freebsd-10.2-release/contrib/sendmail/src/
H A Dqueue.c5370 ** tm_sec The number of seconds after the minute, normally in
5432 idbuf[5] = QueueIdChars[tm->tm_sec % QIC_LEN_R];

Completed in 517 milliseconds

1234567