Home
last modified time | relevance | path

Searched refs:oldof (Results 1 – 11 of 11) sorted by relevance

/titanic_41/usr/src/lib/libpp/common/
H A Dppinput.c134 p = (cur->buffer = oldof(0, char, 0, pp.member->size + PPBAKSIZ + 1)) + PPBAKSIZ; in pppush()
176 *(p = (cur->buffer = oldof(0, char, 0, PPBUFSIZ + PPBAKSIZ + 1)) + PPBAKSIZ) = 0; in pppush()
307 pp.token = p = oldof(0, char, 0, n); in ppexpand()
687 mac->formals = (char*)memcpy(oldof(0, char, 0, s - b), b, s - b); in ppload()
693 mac->value = (char*)memcpy(oldof(0, char, 0, mac->size + 1), b, mac->size + 1); in ppload()
H A Dppcontrol.c564 p1 = s = oldof(0, char, 0, strlen(p) + 32); in ppcontrol()
681 p = mac->formals = oldof(0, char, 0, n); in ppcontrol()
762 p = mac->formals = oldof(0, char, 0, MAXFORMALS * (MAXID + 1)); in ppcontrol()
870 p = mac->value = oldof(0, char, 0, n); in ppcontrol()
1368 p = v = oldof(0, char, 0, n); in ppcontrol()
1443 mac->value = oldof(0, char, 0, c); in ppcontrol()
H A Dpplib.h856 #undef oldof
857 #define oldof(p,t,n,x) vmoldof(Vmregion,p,t,n,x) macro
H A Dppcall.c107 pp.token = p = oldof(0, char, 0, n); in ppcall()
/titanic_41/usr/src/lib/libast/common/path/
H A Dpathfind.c64 if (!(dp = oldof(0, Dir_t, 1, strlen(dir)))) in pathinclude()
/titanic_41/usr/src/lib/libast/common/include/
H A Dast.h193 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast.h202 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast.h202 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h202 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast.h202 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/titanic_41/usr/src/lib/libast/common/comp/
H A Diconv.c1263 if (!cc->buf && !(cc->buf = oldof(0, char, cc->size = SF_BUFSIZE, 0))) in _ast_iconv()
1297 if (!cc->buf && !(cc->buf = oldof(0, char, cc->size = SF_BUFSIZE, 0))) in _ast_iconv()