Home | History | Annotate | Download | only in src

Lines Matching refs:ATEMP

233 	strndupx(cp, m, cp - m, ATEMP);
584 cp = alloc(strlen((const void *)sp) + 1, ATEMP);
641 /* return the result, allocated from ATEMP */
673 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
687 afree(pnew, ATEMP);
1259 str = alloc(max_oct, ATEMP);
1299 afree(str, ATEMP);
1373 /* getcwd(3) equivalent, allocates from ATEMP but doesn't resize */
1381 strdupx(rv, cp, ATEMP);
1388 if (!getcwd((rv = alloc(PATH_MAX + 1, ATEMP)), PATH_MAX)) {
1389 afree(rv, ATEMP);
1423 strdupx(ipath, upath, ATEMP);
1429 afree(tp, ATEMP);
1433 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
1513 ldest = aresize(ldest, pathlen + 1, ATEMP);
1527 afree(ipath, ATEMP);
1580 afree(ldest, ATEMP);
1581 afree(ipath, ATEMP);
1588 afree(ldest, ATEMP);
1589 afree(ipath, ATEMP);
1797 afree(allocd, ATEMP);
1845 strdupx(allocd, wp[0], ATEMP);
1847 afree(allocd, ATEMP);
1885 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
1897 XinitN(xs, 1024, ATEMP);
1899 XinitN(xs, PATH_MAX, ATEMP);
1918 afree(allocd, ATEMP);
1926 afree(allocd, ATEMP);
1968 afree(allocd, ATEMP);