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

  /src/crypto/external/bsd/openssl.old/dist/apps/
rehash.c 193 static int handle_symlink(const char *filename, const char *fullpath) function
379 if (S_ISLNK(st.st_mode) && handle_symlink(filename, buf) == 0)
  /src/crypto/external/apache2/openssl/dist/apps/
rehash.c 195 static int handle_symlink(const char *filename, const char *fullpath) function
409 if (S_ISLNK(st.st_mode) && handle_symlink(filename, buf) == 0)
  /src/crypto/external/bsd/openssl/dist/apps/
rehash.c 195 static int handle_symlink(const char *filename, const char *fullpath) function
408 if (S_ISLNK(st.st_mode) && handle_symlink(filename, buf) == 0)

Completed in 25 milliseconds