HomeSort by: relevance | last modified time | path
    Searched refs:secs (Results 1 - 25 of 238) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
quit-live.c 23 int secs = 30; local
25 while (secs--)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
reconnect-ctrl-c.c 23 int secs = 30; local
25 while (secs--)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
quit-live.c 23 int secs = 30; local
25 while (secs--)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
reconnect-ctrl-c.c 23 int secs = 30; local
25 while (secs--)
  /src/external/gpl3/binutils/dist/include/som/
clock.h 26 unsigned char secs[4]; member in struct:som_external_clock
  /src/external/gpl3/binutils.old/dist/include/som/
clock.h 26 unsigned char secs[4]; member in struct:som_external_clock
  /src/external/gpl3/gdb.old/dist/include/som/
clock.h 26 unsigned char secs[4]; member in struct:som_external_clock
  /src/external/gpl3/gdb/dist/include/som/
clock.h 26 unsigned char secs[4]; member in struct:som_external_clock
  /src/external/bsd/libarchive/dist/libarchive/
archive_entry_copy_bhfi.c 37 int64_t secs; local
40 ntfs_to_unix(FILETIME_to_ntfs(&bhfi->ftLastAccessTime), &secs, &nsecs);
41 archive_entry_set_atime(entry, secs, nsecs);
42 ntfs_to_unix(FILETIME_to_ntfs(&bhfi->ftLastWriteTime), &secs, &nsecs);
43 archive_entry_set_mtime(entry, secs, nsecs);
44 ntfs_to_unix(FILETIME_to_ntfs(&bhfi->ftCreationTime), &secs, &nsecs);
45 archive_entry_set_birthtime(entry, secs, nsecs);
46 archive_entry_set_ctime(entry, secs, nsecs);
archive_time_private.h 34 void ntfs_to_unix(uint64_t ntfs, int64_t* secs, uint32_t* nsecs);
38 uint64_t unix_to_ntfs(int64_t secs, uint32_t nsecs);
40 uint32_t unix_to_dos(int64_t secs);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
pp-rec-component.py 26 secs = int(self.val["secs"])
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
py-pp-integral.py 26 secs = int(self.val)
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
py-pp-re-notag.py 27 secs = int(self.val)
28 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
pp-rec-component.py 26 secs = int(self.val["secs"])
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
py-pp-integral.py 26 secs = int(self.val)
27 return "%s (%d)" % (asctime(gmtime(secs)), secs)
py-pp-re-notag.py 27 secs = int(self.val)
28 return "%s (%d)" % (asctime(gmtime(secs)), secs)
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.h 48 void sleep_secs(int secs);
  /src/usr.bin/leave/
leave.c 73 u_int secs; local
112 secs = (hours * HOUR) + (minutes * MINUTE);
123 secs = (hours - t->tm_hour) * HOUR;
124 secs += (minutes - t->tm_min) * MINUTE;
126 doalarm(secs);
131 doalarm(u_int secs)
147 daytime += secs;
156 if (secs >= FIVEMIN) {
157 sleep(secs - FIVEMIN);
160 secs = FIVEMIN
    [all...]
  /src/external/bsd/ntp/dist/tests/libntp/
test-libntp.c 26 time_t secs = ntpcal_etime_to_seconds(H, M, S); local
28 nowtime = days * SECSPERDAY + secs;
  /src/usr.sbin/ac/
ac.c 62 time_t secs; member in struct:user_list
244 update_user(struct user_list *head, char *name, time_t secs)
250 up->secs += secs;
251 Total += secs;
265 up->secs = secs;
266 Total += secs;
334 show(const char *name, time_t secs)
337 ((double)secs / 3600))
389 time_t secs; local
465 time_t secs = 0; local
    [all...]
  /src/external/cddl/dtracetoolkit/dist/Apps/
httpdstat.d 57 secs = $1 ? $1 : 1;
64 secs--;
72 /first || (secs == 0 && lines > SCREEN)/
115 /secs == 0/
120 secs = $1 ? $1 : 1;
  /src/external/cddl/dtracetoolkit/dist/Bin/
httpdstat.d 57 secs = $1 ? $1 : 1;
64 secs--;
72 /first || (secs == 0 && lines > SCREEN)/
115 /secs == 0/
120 secs = $1 ? $1 : 1;
j_stat.d 64 secs = interval;
70 secs--;
78 /first || (secs == 0 && lines > SCREEN)/
129 /secs == 0/
136 secs = interval;
js_stat.d 54 secs = interval;
60 secs--;
68 /first || (secs == 0 && lines > SCREEN)/
103 /secs == 0/
108 secs = interval;
rb_stat.d 62 secs = interval;
68 secs--;
76 /first || (secs == 0 && lines > SCREEN)/
127 /secs == 0/
134 secs = interval;

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 910