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

  /src/crypto/external/bsd/openssl.old/dist/crypto/
mem.c 49 static int shouldfail(void);
51 # define FAILTEST() if (shouldfail()) return NULL
145 static int shouldfail(void) function
160 perror("shouldfail write failed");
  /src/crypto/external/apache2/openssl/dist/crypto/
mem.c 48 static int shouldfail(void);
51 if (shouldfail()) \
139 static int shouldfail(void) function
154 perror("shouldfail write failed");
  /src/crypto/external/bsd/openssl/dist/crypto/
mem.c 47 static int shouldfail(void);
49 # define FAILTEST() if (shouldfail()) return NULL
136 static int shouldfail(void) function
151 perror("shouldfail write failed");

Completed in 34 milliseconds