Searched refs:timelim (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/tip/aculib/
H A Ddn11.c28 int timelim; local
46 timelim = 5 * strlen(num);
47 (void) alarm(timelim < 30 ? 30 : timelim);
H A Dv831.c32 int timelim; local
52 timelim = 5 * strlen(num);
53 (void) alarm(timelim < 30 ? 30 : timelim);
/illumos-gate/usr/src/cmd/bnu/
H A Dcallers.c852 unsigned timelim; local
876 timelim = 5 * strlen(phone);
877 (void) alarm(timelim < connecttime ? connecttime : timelim);
926 unsigned timelim; local
938 timelim = 5 * strlen(phone);
939 (void) alarm(timelim < connecttime ? connecttime : timelim);

Completed in 231 milliseconds