Searched refs:PTR_T (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/readline/
H A Dansi_stdlib.h34 #ifndef PTR_T
37 # define PTR_T void * macro
39 # define PTR_T char * macro
42 #endif /* PTR_T */
44 extern PTR_T malloc ();
45 extern PTR_T realloc ();
H A Dxmalloc.h32 #ifndef PTR_T
35 # define PTR_T void * macro
37 # define PTR_T char * macro
40 #endif /* !PTR_T */
42 extern PTR_T xmalloc PARAMS((size_t));
43 extern PTR_T xrealloc PARAMS((void *, size_t));
H A Dxmalloc.c54 PTR_T
58 PTR_T temp;
66 PTR_T
68 PTR_T pointer;
71 PTR_T temp;
84 PTR_T string;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/readline/
H A Dansi_stdlib.h34 #ifndef PTR_T
37 # define PTR_T void * macro
39 # define PTR_T char * macro
42 #endif /* PTR_T */
44 extern PTR_T malloc ();
45 extern PTR_T realloc ();
H A Dxmalloc.h32 #ifndef PTR_T
35 # define PTR_T void * macro
37 # define PTR_T char * macro
40 #endif /* !PTR_T */
42 extern PTR_T xmalloc PARAMS((size_t));
43 extern PTR_T xrealloc PARAMS((void *, size_t));
H A Dxmalloc.c54 PTR_T
58 PTR_T temp;
66 PTR_T
68 PTR_T pointer;
71 PTR_T temp;
84 PTR_T string;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/readline/
H A Dansi_stdlib.h34 #ifndef PTR_T
37 # define PTR_T void * macro
39 # define PTR_T char * macro
42 #endif /* PTR_T */
44 extern PTR_T malloc ();
45 extern PTR_T realloc ();
H A Dxmalloc.h32 #ifndef PTR_T
35 # define PTR_T void * macro
37 # define PTR_T char * macro
40 #endif /* !PTR_T */
42 extern PTR_T xmalloc PARAMS((size_t));
43 extern PTR_T xrealloc PARAMS((void *, size_t));
H A Dxmalloc.c54 PTR_T
58 PTR_T temp;
66 PTR_T
68 PTR_T pointer;
71 PTR_T temp;
84 PTR_T string;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/rand/
H A Drand_vms.c78 # define PTR_T __void_ptr64 macro
82 # define PTR_T void * macro
151 RAND_add((PTR_T) data_buffer, total_length, total_length / 2);
155 RAND_add((PTR_T) iosb, sizeof(iosb), sizeof(iosb) / 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/rand/
H A Drand_vms.c76 # define PTR_T __void_ptr64 macro
80 # define PTR_T void * macro
139 RAND_add( (PTR_T)data_buffer, total_length,
144 RAND_add( (PTR_T)iosb, sizeof(iosb), sizeof(iosb)/2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/rand/
H A Drand_vms.c78 # define PTR_T __void_ptr64 macro
82 # define PTR_T void * macro
151 RAND_add((PTR_T) data_buffer, total_length, total_length / 2);
155 RAND_add((PTR_T) iosb, sizeof(iosb), sizeof(iosb) / 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/rand/
H A Drand_vms.c76 # define PTR_T __void_ptr64 macro
80 # define PTR_T void * macro
139 RAND_add( (PTR_T)data_buffer, total_length,
144 RAND_add( (PTR_T)iosb, sizeof(iosb), sizeof(iosb)/2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/rand/
H A Drand_vms.c78 # define PTR_T __void_ptr64 macro
82 # define PTR_T void * macro
151 RAND_add((PTR_T) data_buffer, total_length, total_length / 2);
155 RAND_add((PTR_T) iosb, sizeof(iosb), sizeof(iosb) / 2);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/rand/
H A Drand_vms.c76 # define PTR_T __void_ptr64 macro
80 # define PTR_T void * macro
139 RAND_add( (PTR_T)data_buffer, total_length,
144 RAND_add( (PTR_T)iosb, sizeof(iosb), sizeof(iosb)/2);

Completed in 143 milliseconds