Home
last modified time | relevance | path

Searched refs:plast (Results 1 – 3 of 3) sorted by relevance

/freebsd/tools/tools/kdrv/
H A DKernelDriver179 set plast [expr [string length $path] -1];
180 if {[string index $path $plast] != "/"} {
189 set plast [expr [string length $path] -1];
190 if {[string index $path $plast] != "/"} {
977 set plast [expr [string length $kpath] -1];
978 if {[string index $kpath $plast] != "/"} {
/freebsd/tools/tools/net80211/w00t/ap/
H A Dap.c73 struct timeval plast; member
459 if (gettimeofday(&p->plast, NULL) == -1) in enque()
780 if (gettimeofday(&p->plast, NULL) == -1) in retransmit()
811 el = elapsed(&p->plast, &now); in next_event()
/freebsd/contrib/tcsh/
H A Dtcsh.man2html434 $comment, $pfirst, $plast, @para, @tag, $changeindent);
479 $plast = $slast;
481 $plast = $paralines[$pline + 1] - 1;
484 foreach (@man[$pfirst .. $plast]) {