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

/fuchsia/zircon/third_party/uapp/dash/src/
H A Dexpand.c1240 STATIC char *expdir; variable
1266 expdir = ckmalloc(i < 2048 ? 2048 : i); /* XXX */
1269 expmeta(expdir, p);
1270 ckfree(expdir);
1343 if (enddir != expdir)
1351 if (metaflag == 0 || lstat(expdir, &statb) >= 0)
1352 addfname(expdir);
1364 if (enddir == expdir) {
1366 } else if (enddir == expdir + 1 && *expdir
[all...]

Completed in 27 milliseconds