Searched refs:str_ops (Results 1 – 4 of 4) sorted by relevance
39 s->str_ops = (ops != NULL) ? ops : sysdem_ops_default; in str_init()48 xfree(s->str_ops, s->str_s, s->str_size); in str_fini()65 sysdem_ops_t *ops = s->str_ops; in str_set()68 s->str_ops = ops; in str_set()77 str_init(dest, src->str_ops); in str_copy()83 dest->str_s = zalloc(src->str_ops, len); in str_copy()113 temp = zalloc(s->str_ops, newsize); in str_reserve()119 temp = xrealloc(s->str_ops, s->str_s, s->str_size, newsize); in str_reserve()140 .str_ops = s->str_ops in str_append()189 .str_ops = s->str_ops, in str_insert()[all …]
31 sysdem_ops_t *str_ops; member
76 sysdem_ops_t *ops = sp->strp_l.str_ops; in name_clear()
2535 sysdem_ops_t *ops = s->str_ops; in basename()