| /onnv/onnv-gate/usr/src/lib/libpool/common/ |
| pool_internal.h | 84 * char_buf_t is expected to grow. This value would need to be raised 118 * The char_buf_t type is a very simple string implementation which 126 } char_buf_t; typedef in typeref:struct:char_buf 335 extern char_buf_t *alloc_char_buf(size_t); 336 extern void free_char_buf(char_buf_t *); 337 extern int set_char_buf(char_buf_t *, const char *, ...); 338 extern int append_char_buf(char_buf_t *, const char *, ...);
|
| pool_internal.c | 1176 char_buf_t *cb; 1304 char_buf_t *cb; [all...] |
| pool.c | 143 static char *pool_base_info(const pool_elem_t *, char_buf_t *, int); 272 char_buf_t *cb = (char_buf_t *)user; 330 pool_base_info(const pool_elem_t *pe, char_buf_t *cb, int deep) 895 char_buf_t *cb; 1026 char_buf_t *cb; 1075 char_buf_t *cb; [all...] |
| pool_xml.c | 166 pool_elem_class_t, pool_value_t **, char_buf_t *, int); 944 char_buf_t *cb = NULL; [all...] |
| pool_kernel.c | 931 char_buf_t *cb = NULL; [all...] |