Home | History | Annotate | Download | only in src

Lines Matching refs:ATEMP

211 	strndupx(cp, m, cp - m, ATEMP);
557 cp = alloc(strlen((const void *)sp) + 1, ATEMP);
614 /* return the result, allocated from ATEMP */
645 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
661 afree(pnew, ATEMP);
1014 strndupx(subp, s, p - s - 3, ATEMP);
1033 afree(subp, ATEMP);
1045 afree(subp, ATEMP);
1106 strndupx(subp, s, p - s - 3, ATEMP);
1130 afree(subp, ATEMP);
1494 str = alloc(max_oct, ATEMP);
1545 afree(str, ATEMP);
1614 /* getcwd(3) equivalent, allocates from ATEMP but doesn't resize */
1622 strdupx(rv, cp, ATEMP);
1629 if (!getcwd((rv = alloc(PATH_MAX + 1, ATEMP)), PATH_MAX)) {
1630 afree(rv, ATEMP);
1663 strdupx(ipath, upath, ATEMP);
1678 afree(tp, ATEMP);
1682 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
1763 ldest = aresize(ldest, pathlen + 1, ATEMP);
1780 afree(ipath, ATEMP);
1849 afree(ldest, ATEMP);
1850 afree(ipath, ATEMP);
1856 afree(ldest, ATEMP);
1857 afree(ipath, ATEMP);
2093 afree(allocd, ATEMP);
2141 strdupx(allocd, wp[0], ATEMP);
2143 afree(allocd, ATEMP);
2181 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
2197 afree(tryp, ATEMP);
2198 afree(allocd, ATEMP);
2205 XinitN(xs, 1024, ATEMP);
2207 XinitN(xs, PATH_MAX, ATEMP);
2226 afree(allocd, ATEMP);
2234 afree(allocd, ATEMP);
2276 afree(allocd, ATEMP);