Lines Matching refs:ATEMP
239 strndupx(cp, m, cp - m, ATEMP); in getoptions()
580 cp = alloc(strlen((const void *)sp) + 1, ATEMP); in simplify_gmatch_pattern()
669 char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP); in gmatchx()
683 afree(pnew, ATEMP); in gmatchx()
1255 str = alloc(max_oct, ATEMP); in print_columns()
1306 afree(str, ATEMP); in print_columns()
1383 strdupx(rv, cp, ATEMP); in ksh_get_wd()
1390 if (!getcwd((rv = alloc(PATH_MAX + 1, ATEMP)), PATH_MAX)) { in ksh_get_wd()
1391 afree(rv, ATEMP); in ksh_get_wd()
1424 strdupx(ipath, upath, ATEMP); in do_realpath()
1430 afree(tp, ATEMP); in do_realpath()
1434 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); in do_realpath()
1514 ldest = aresize(ldest, pathlen + 1, ATEMP); in do_realpath()
1528 afree(ipath, ATEMP); in do_realpath()
1580 afree(ldest, ATEMP); in do_realpath()
1581 afree(ipath, ATEMP); in do_realpath()
1587 afree(ldest, ATEMP); in do_realpath()
1588 afree(ipath, ATEMP); in do_realpath()
1799 afree(allocd, ATEMP); in set_current_wd()
1847 strdupx(allocd, wp[0], ATEMP); in c_cd()
1849 afree(allocd, ATEMP); in c_cd()
1887 dir = allocd = alloc(ilen + nlen + elen, ATEMP); in c_cd()
1899 XinitN(xs, 1024, ATEMP); in c_cd()
1901 XinitN(xs, PATH_MAX, ATEMP); in c_cd()
1920 afree(allocd, ATEMP); in c_cd()
1928 afree(allocd, ATEMP); in c_cd()
1970 afree(allocd, ATEMP); in c_cd()