Home
last modified time | relevance | path

Searched refs:_crypt_struct_buffer (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dreentr.c189 PL_reentrant_buffer->_crypt_struct_buffer = 0; in Perl_reentrant_init()
291 Safefree(PL_reentrant_buffer->_crypt_struct_buffer); in Perl_reentrant_free()
H A Dreentr.h666 struct crypt_data *_crypt_struct_buffer; member
851 # define crypt(a, b) crypt_r(a, b, PL_reentrant_buffer->_crypt_struct_buffer)
H A Dpp.c4051 if (!PL_reentrant_buffer->_crypt_struct_buffer) { in PP()
4055 PL_reentrant_buffer->_crypt_struct_buffer = in PP()
4058 if (PL_reentrant_buffer->_crypt_struct_buffer) { in PP()
4059 PL_reentrant_buffer->_crypt_struct_buffer->initialized = 0; in PP()