HomeSort by: relevance | last modified time | path
    Searched defs:systime (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/ksh/
jobs.c 141 clock_t systime; /* system time used by job */ member in struct:job
484 j->usrtime = j->systime = 0;
1224 j_systime = j->systime;
1291 j->systime += t1.tms_cstime - t0.tms_cstime;
  /src/usr.bin/gzip/
gzip.c 1934 time_t systime; local
1956 systime = time(NULL);
1957 if (systime == -1) {
1961 mtime = (uint32_t)systime;
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2218 SYSTEMTIME systime; local
2225 GetSystemTime(&systime);
2226 SystemTimeToFileTime(&systime, &now);
  /src/libexec/ftpd/
ftpd.c 3693 struct timeval usrtime, systime; local
3699 timersub(&rusage_after->ru_stime, &rusage_before->ru_stime, &systime);
3702 (LLT)systime.tv_sec, (long)(systime.tv_usec / 1000),
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2779 SYSTEMTIME systime; local
2786 GetSystemTime(&systime);
2787 SystemTimeToFileTime(&systime, &now);
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2717 SYSTEMTIME systime; local
2724 GetSystemTime(&systime);
2725 SystemTimeToFileTime(&systime, &now);

Completed in 42 milliseconds