Searched refs:oldof (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/string/
H A Dstrdup.c59 return (s && (t = oldof(0, char, n = strlen(s) + 1, 0))) ? (char*)memcpy(t, s, n) : (char*)0;
/macosx-10.10/ksh-23/ksh/src/lib/libast/regex/
H A Dregexec.c78 if (!(match = oldof(0, regmatch_t, nmatch, 0)))
H A Dregrexec.c169 if (!(match = oldof(0, regmatch_t, nmatch, 0)))
H A Dregsubexec.c220 if (!(match = oldof(0, regmatch_t, nmatch, 0)))
H A Dregnexec.c2070 if (!(match = oldof(0, regmatch_t, nmatch, 0)))
/macosx-10.10/ksh-23/ksh/src/lib/libast/path/
H A Dpathfind.c64 if (!(dp = oldof(0, Dir_t, 1, strlen(dir))))
/macosx-10.10/ksh-23/ksh/src/lib/libast/astsa/
H A Dast.h92 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dast.h205 #define oldof(p,t,n,x) ((p)?(t*)realloc((char*)(p),sizeof(t)*(n)+(x)):(t*)malloc(sizeof(t)*(n)+(x))) macro
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Diconv.c1263 if (!cc->buf && !(cc->buf = oldof(0, char, cc->size = SF_BUFSIZE, 0)))
1297 if (!cc->buf && !(cc->buf = oldof(0, char, cc->size = SF_BUFSIZE, 0)))

Completed in 213 milliseconds