Lines Matching refs:allocd
2148 char *allocd = NULL;
2151 allocd = ksh_get_wd();
2152 nwd = allocd ? allocd : null;
2158 afree(allocd, ATEMP);
2172 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath;
2214 strdupx(allocd, wp[0], ATEMP);
2215 dir = allocd;
2245 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
2261 afree(allocd, ATEMP);
2262 allocd = dir;
2289 afree(allocd, ATEMP);
2296 /* allocd (above) => dir, which is no longer used */
2297 afree(allocd, ATEMP);
2298 allocd = NULL;
2315 } else if ((pwd = allocd = do_realpath(Xstring(xs, xp))) == NULL) {
2339 afree(allocd, ATEMP);