Symbol: getsecs
lib/libc/time/localtime.c
139
static const char * getsecs(const char * strp, int_fast32_t * secsp);
lib/libc/time/localtime.c
731
strp = getsecs(strp, offsetp);
sys/arch/alpha/stand/netboot/if_prom.c
120
t = getsecs();
sys/arch/alpha/stand/netboot/if_prom.c
122
while (((getsecs() - t) < timeout) && !cc) {
sys/arch/amd64/stand/efiboot/efiboot.c
1103
for (t = getsecs() + i; intr == 0 && getsecs() < t; intr = cnischar())
sys/arch/amd64/stand/libsa/bioscons.c
144
time_t tt = getsecs() + 1;
sys/arch/amd64/stand/libsa/bioscons.c
157
while (!(i++ % 1000) && getsecs() < tt)
sys/arch/amd64/stand/libsa/time.c
144
for (t = getsecs() + i; getsecs() < t; cnischar())
sys/arch/arm64/stand/efiboot/efipxe.c
456
t = getsecs();
sys/arch/arm64/stand/efiboot/efipxe.c
458
while ((getsecs() - t) < tmo) {
sys/arch/armv7/stand/efiboot/efipxe.c
456
t = getsecs();
sys/arch/armv7/stand/efiboot/efipxe.c
458
while ((getsecs() - t) < tmo) {
sys/arch/i386/stand/libsa/bioscons.c
142
time_t tt = getsecs() + 1;
sys/arch/i386/stand/libsa/bioscons.c
154
while (!(i++ % 1000) && getsecs() < tt)
sys/arch/i386/stand/libsa/time.c
144
for (t = getsecs() + i; getsecs() < t; cnischar())
sys/arch/luna88k/stand/boot/if_le.c
189
t = getsecs() + timeout;
sys/arch/luna88k/stand/boot/if_le.c
190
while (getsecs() < t) {
sys/arch/riscv64/stand/efiboot/efipxe.c
456
t = getsecs();
sys/arch/riscv64/stand/efiboot/efipxe.c
458
while ((getsecs() - t) < tmo) {
sys/lib/libsa/bootp.c
132
bp->bp_secs = htons((u_short)(getsecs() - bot));
sys/lib/libsa/bootp.c
85
bot = getsecs();
sys/lib/libsa/net.c
109
t = getsecs();
sys/lib/libsa/net.c
83
t = getsecs();
sys/lib/libsa/net.h
124
time_t getsecs(void);
sys/lib/libsa/stand.h
215
time_t getsecs(void);
sys/lib/libsa/tftp.c
177
h->iodesc->myport = htons(tftpport + (getsecs() & 0x3ff));
sys/stand/boot/cmd.c
255
time_t tt = getsecs() + to;
sys/stand/boot/cmd.c
260
while (!cnischar() && getsecs() < tt)
sys/stand/boot/cmd.c
430
time_t tt = getsecs();