Searched refs:_sg_store_string (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | stringrp.h | 71 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);
|
H A D | stringrp.c | 166 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes) in _sg_store_string() function
|
H A D | pcache.c | 841 node->dir = _sg_store_string(pc->abs_mem->sg, dirname, 0); in add_PathNode() 914 copy = _sg_store_string(mem->sg, pc->path->name, 0); in pca_scan_dir()
|
H A D | expand.c | 648 char *copy = _sg_store_string(ef->sg, pathname, remove_escapes); in ef_cache_pathname()
|
H A D | getline.c | 3672 return _sg_store_string(gl->capmem, value, 0); in gl_tigetstr() 3702 return _sg_store_string(gl->capmem, value, 0); in gl_tgetstr()
|