OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_tv
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/libtomcrypt/
build.sh
9
if find *
_tv
.txt -type f 1>/dev/null 2>/dev/null ; then
10
for f in *
_tv
.txt; do if (diff --ignore-case $f notes/$f) then true; else (echo "tv_gen $f failed" && rm -f testok.txt && exit 1); fi; done
/external/wpa_supplicant/
eloop.c
441
struct timeval
_tv
;
local
465
_tv
.tv_sec = tv.sec;
466
_tv
.tv_usec = tv.usec;
473
eloop.timeout ? &
_tv
: NULL);
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
eloop.c
451
struct timeval
_tv
;
local
475
_tv
.tv_sec = tv.sec;
476
_tv
.tv_usec = tv.usec;
483
eloop.timeout ? &
_tv
: NULL);
Completed in 265 milliseconds