Home
last modified time | relevance | path

Searched refs:cstring (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/cc/
H A Dcc.y772 $$->cstring = strdup(symb);
779 $$->cstring = strdup(symb);
786 $$->cstring = strdup(symb);
793 $$->cstring = strdup(symb);
800 $$->cstring = strdup(symb);
807 $$->cstring = strdup(symb);
814 $$->cstring = strdup(symb);
821 $$->cstring = strdup(symb);
832 $$->cstring = $1.s;
845 memcpy(s, $1->cstring, n);
[all …]
H A Ddpchk.c374 s = a->left->cstring; in dpcheck()
H A Dcc.h55 char* cstring; /* character string */ member
H A Ddcl.c231 b->vconst = convvtox(*a->cstring, TCHAR); in nextinit()
232 a->cstring++; in nextinit()
H A Dcom.c658 n->xoffset = outstring(n->cstring, n->type->width); in tcomo()
H A Dsub.c83 print(" \"%s\"", n->cstring); in prtree1()
/plan9/sys/src/cmd/gs/src/
H A Dgp_macio.c685 char *cstring; in MacStr2c() local
690 cstring = malloc(len + 1); in MacStr2c()
691 if (cstring != NULL) { in MacStr2c()
692 memcpy(cstring, &(pstring[1]), len); in MacStr2c()
693 cstring[len] = '\0'; in MacStr2c()
696 return(cstring); in MacStr2c()