Searched refs:secs (Results 1 - 25 of 220) sorted by relevance

123456789

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dquit-live.c23 int secs = 30; local
25 while (secs--)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
H A Dreconnect-ctrl-c.c23 int secs = 30; local
25 while (secs--)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dquit-live.c23 int secs = 30; local
25 while (secs--)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
H A Dreconnect-ctrl-c.c23 int secs = 30; local
25 while (secs--)
/netbsd-current/external/gpl3/binutils.old/dist/include/som/
H A Dclock.h26 unsigned char secs[4]; member in struct:som_external_clock
/netbsd-current/external/gpl3/binutils/dist/include/som/
H A Dclock.h26 unsigned char secs[4]; member in struct:som_external_clock
/netbsd-current/external/gpl3/gdb.old/dist/include/som/
H A Dclock.h26 unsigned char secs[4]; member in struct:som_external_clock
/netbsd-current/external/gpl3/gdb/dist/include/som/
H A Dclock.h26 unsigned char secs[4]; member in struct:som_external_clock
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.ada/
H A Dpp-rec-component.py25 secs = int(self.val['secs'])
26 return "%s (%d)" % (asctime(gmtime(secs)), secs)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.ada/
H A Dpp-rec-component.py25 secs = int(self.val["secs"])
26 return "%s (%d)" % (asctime(gmtime(secs)), secs)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-pp-integral.py25 secs = int(self.val)
26 return "%s (%d)" % (asctime(gmtime(secs)), secs)
H A Dpy-pp-re-notag.py25 secs = int(self.val)
26 return "%s (%d)" % (asctime(gmtime(secs)), secs)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.python/
H A Dpy-pp-re-notag.py25 secs = int(self.val)
26 return "%s (%d)" % (asctime(gmtime(secs)), secs)
H A Dpy-pp-integral.py25 secs = int(self.val)
26 return "%s (%d)" % (asctime(gmtime(secs)), secs)
/netbsd-current/external/bsd/libpcap/dist/rpcapd/
H A Ddaemon.h50 void sleep_secs(int secs);
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_entry_copy_bhfi.c56 time_t secs; local
59 fileTimeToUtc(&bhfi->ftLastAccessTime, &secs, &nsecs);
60 archive_entry_set_atime(entry, secs, nsecs);
61 fileTimeToUtc(&bhfi->ftLastWriteTime, &secs, &nsecs);
62 archive_entry_set_mtime(entry, secs, nsecs);
63 fileTimeToUtc(&bhfi->ftCreationTime, &secs, &nsecs);
64 archive_entry_set_birthtime(entry, secs, nsecs);
65 archive_entry_set_ctime(entry, secs, nsecs);
/netbsd-current/usr.bin/leave/
H A Dleave.c73 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) argument
147 daytime += secs;
156 if (secs >= FIVEMIN) {
157 sleep(secs - FIVEMIN);
160 secs
[all...]
/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Dtest-libntp.c26 time_t secs = ntpcal_etime_to_seconds(H, M, S); local
28 nowtime = days * SECSPERDAY + secs;
/netbsd-current/usr.sbin/ac/
H A Dac.c62 time_t secs; member in struct:user_list
244 update_user(struct user_list *head, char *name, time_t secs) argument
250 up->secs += secs;
251 Total += secs;
265 up->secs = secs;
266 Total += secs;
333 show(const char *name, time_t secs) argument
336 ((double)secs / 360
352 show_today(struct user_list *users, struct utmp_list *logins, time_t secs) argument
388 time_t secs; local
464 time_t secs = 0; local
[all...]
/netbsd-current/external/cddl/dtracetoolkit/dist/Apps/
H A Dhttpdstat.d57 secs = $1 ? $1 : 1;
64 secs--;
72 /first || (secs == 0 && lines > SCREEN)/
115 /secs == 0/
120 secs = $1 ? $1 : 1;
/netbsd-current/external/cddl/dtracetoolkit/dist/Bin/
H A Dhttpdstat.d57 secs = $1 ? $1 : 1;
64 secs--;
72 /first || (secs == 0 && lines > SCREEN)/
115 /secs == 0/
120 secs = $1 ? $1 : 1;
H A Dj_stat.d64 secs = interval;
70 secs--;
78 /first || (secs == 0 && lines > SCREEN)/
129 /secs == 0/
136 secs = interval;
H A Djs_stat.d54 secs = interval;
60 secs--;
68 /first || (secs == 0 && lines > SCREEN)/
103 /secs == 0/
108 secs = interval;
H A Drb_stat.d62 secs = interval;
68 secs--;
76 /first || (secs == 0 && lines > SCREEN)/
127 /secs == 0/
134 secs = interval;
H A Dsh_stat.d59 secs = interval;
65 secs--;
73 /first || (secs == 0 && lines > SCREEN)/
115 /secs == 0/
121 secs = interval;

Completed in 498 milliseconds

123456789