Home
last modified time | relevance | path

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

/trueos/bin/sh/
HDexpand.c1091 static char expdir[PATH_MAX]; variable
1092 #define expdir_end (expdir + sizeof(expdir))
1119 expmeta(expdir, str->text); in expandmeta()
1197 if (enddir != expdir) in expmeta()
1210 if (metaflag == 0 || lstat(expdir, &statb) >= 0) in expmeta()
1211 addfname(expdir); in expmeta()
1227 if (enddir == expdir) { in expmeta()
1229 } else if (enddir == expdir + 1 && *expdir == '/') { in expmeta()
1232 p = expdir; in expmeta()
1237 if (enddir != expdir) in expmeta()
[all …]