Home | History | Annotate | Download | only in src

Lines Matching refs:alloc

489 		char *t = len <= sizeof(tbuf) ? tbuf : alloc(len, ATEMP);
947 str = alloc(max_oct, ATEMP);
1079 if ((ret = getcwd((b = alloc(PATH_MAX + 1, ATEMP)), PATH_MAX)))
1258 current_wd = alloc(current_wd_size = len, APERM);
1399 dst = alloc(len + 1, ap);