Lines Matching refs:ATEMP
223 strndupx(cp, m, cp - m, ATEMP);
522 cp = alloc(strlen((const void *)sp) + 1, ATEMP);
579 /* return the result, allocated from ATEMP */
611 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
625 afree(pnew, ATEMP);
1197 str = alloc(max_oct, ATEMP);
1238 afree(str, ATEMP);
1312 /* getcwd(3) equivalent, allocates from ATEMP but doesn't resize */
1320 strdupx(rv, cp, ATEMP);
1327 if (!getcwd((rv = alloc(PATH_MAX + 1, ATEMP)), PATH_MAX)) {
1328 afree(rv, ATEMP);
1362 strdupx(ipath, upath, ATEMP);
1368 afree(tp, ATEMP);
1372 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
1452 ldest = aresize(ldest, pathlen + 1, ATEMP);
1466 afree(ipath, ATEMP);
1519 afree(ldest, ATEMP);
1520 afree(ipath, ATEMP);
1527 afree(ldest, ATEMP);
1528 afree(ipath, ATEMP);
1736 afree(allocd, ATEMP);
1784 strdupx(allocd, wp[0], ATEMP);
1786 afree(allocd, ATEMP);
1824 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
1836 XinitN(xs, 1024, ATEMP);
1838 XinitN(xs, PATH_MAX, ATEMP);
1857 afree(allocd, ATEMP);
1865 afree(allocd, ATEMP);
1907 afree(allocd, ATEMP);