Searched refs:_sg_store_string (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.h73 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes);
H A Dstringrp.c168 char *_sg_store_string(StringGroup *sg, const char *string, int remove_escapes) function
H A Dpcache.c843 node->dir = _sg_store_string(pc->abs_mem->sg, dirname, 0);
916 copy = _sg_store_string(mem->sg, pc->path->name, 0);
H A Dexpand.c650 char *copy = _sg_store_string(ef->sg, pathname, remove_escapes);
H A Dgetline.c3673 return _sg_store_string(gl->capmem, value, 0);
3703 return _sg_store_string(gl->capmem, value, 0);

Completed in 94 milliseconds