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

  /src/crypto/external/apache2/openssl/dist/apps/
vms_decc_init.c 18 * decc_init() On non-VAX systems, uses LIB$INITIALIZE to set a collection
29 /* Flag to sense if decc_init() was called. */
64 static void decc_init(void) function
127 fprintf(stderr, " DECC_INIT complete.\n");
131 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
151 void (*const x_decc_init)() = decc_init;
  /src/crypto/external/bsd/openssl/dist/apps/
vms_decc_init.c 19 * decc_init() On non-VAX systems, uses LIB$INITIALIZE to set a collection
30 /* Flag to sense if decc_init() was called. */
66 static void decc_init(void) function
130 fprintf(stderr, " DECC_INIT complete.\n");
134 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
154 void (*const x_decc_init) () = decc_init;
  /src/crypto/external/bsd/openssl.old/dist/apps/
vms_decc_init.c 19 * decc_init() On non-VAX systems, uses LIB$INITIALIZE to set a collection
30 /* Flag to sense if decc_init() was called. */
66 static void decc_init(void) function
130 fprintf(stderr, " DECC_INIT complete.\n");
134 /* Get "decc_init()" into a valid, loaded LIB$INITIALIZE PSECT. */
154 void (*const x_decc_init) () = decc_init;

Completed in 25 milliseconds