Home
last modified time | relevance | path

Searched refs:lsof (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/tests/
H A Dcompat.sh755 if type lsof >/dev/null 2>/dev/null; then
763 while ! lsof -a -n -b -i "$proto:$1" -p "$2" >/dev/null 2>/dev/null; do
775 echo "Warning: lsof not available, wait_server_start = sleep"
H A Dssl-opt.sh1034 if type lsof >/dev/null 2>/dev/null; then
1046 SERVER_PIDS=$(lsof -a -n -b -i "$proto:$1" -t)
1048 # are checking for as well as the server and lsof will list both.
1063 echo "Warning: lsof not available, wait_app_start = sleep"
1938 # - how long do we wait for the server to start (when lsof not available)?
1943 # Note: without lsof, there is a trade-off between the running time of this
/third_party/toybox/generated/
H A Dglobals.h874 // toys/pending/lsof.c
1706 struct lsof_data lsof; member
H A Dflags.h1704 // lsof lp*t
4915 #define TT this.lsof

Completed in 32 milliseconds