Home
last modified time | relevance | path

Searched refs:st_cp (Results 1 – 4 of 4) sorted by relevance

/NextBSD/usr.bin/xlint/lint1/
HDtree.c371 n->tn_strg->st_cp = tgetblk(len + 1); in getsnode()
372 (void)memcpy(n->tn_strg->st_cp, strg->st_cp, len + 1); in getsnode()
373 free(strg->st_cp); in getsnode()
3475 (void)printf("\"%s\"", tn->tn_strg->st_cp); in displexpr()
3888 if ((strg1->st_cp = realloc(strg1->st_cp, len + 1)) == NULL) in catstrg()
3890 (void)memcpy(strg1->st_cp + len1, strg2->st_cp, len2 + 1); in catstrg()
3891 free(strg2->st_cp); in catstrg()
HDlint1.h79 #define st_cp st_u._st_cp macro
HDemit1.c490 cp = strg->st_cp; in outfstrg()
HDscan.l1222 strg->st_cp = s; in string()
1523 free(strg->st_cp); in freeyyv()