Searched refs:buffer_ptr (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/usr.sbin/keyserv/ |
H A D | crypt_server.c | 79 static void arcfour(unsigned char *buffer_ptr,int buffer_len,arcfour_key * key); 108 arcfour(unsigned char *buffer_ptr, int buffer_len, arcfour_key *key) in arcfour() argument 128 buffer_ptr[counter] ^= state[xorIndex]; in arcfour()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | error.c | 113 deferred_printed_type (tree type, const char **buffer_ptr, bool verbose, in deferred_printed_type() 115 : m_tree (type), m_buffer_ptr (buffer_ptr), m_verbose (verbose), in deferred_printed_type() 119 gcc_assert (buffer_ptr); in deferred_printed_type() 4016 tree type, const char **buffer_ptr, in defer_phase_2_of_type_diff() argument 4021 *deferred = deferred_printed_type (type, buffer_ptr, verbose, quote); in defer_phase_2_of_type_diff() 4045 bool *quoted, const char **buffer_ptr) in cp_printer() argument 4109 buffer_ptr, verbose, *quoted); in cp_printer() 4116 buffer_ptr, verbose, *quoted); in cp_printer()
|