HomeSort by: relevance | last modified time | path
    Searched defs:_kbhit (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 55 # define _kbhit kbhit macro
2752 /* Probably redirected input? _kbhit() does not work in this case */
2759 return _kbhit();
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 65 #define _kbhit kbhit macro
3269 /* Probably redirected input? _kbhit() does not work in this case */
3276 return _kbhit();
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 62 # define _kbhit kbhit macro
3190 /* Probably redirected input? _kbhit() does not work in this case */
3197 return _kbhit();

Completed in 28 milliseconds