Searched refs:allocd (Results 1 - 1 of 1) sorted by relevance

/external/mksh/src/
H A Dfuncs.c355 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; local
386 strdupx(allocd, wp[0], ATEMP);
387 if (ksh_isdash((dir = allocd))) {
388 afree(allocd, ATEMP);
389 allocd = NULL;
419 dir = allocd = alloc(ilen + nlen + elen, ATEMP);
452 afree(allocd, ATEMP);
456 /* allocd (above) => dir, which is no longer used */
457 afree(allocd, ATEMP);
458 allocd
499 char *p, *allocd = NULL; local
[all...]

Completed in 38 milliseconds