Home
last modified time | relevance | path

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

/system/core/sh/
Dexpand.c1129 int metaflag; in expmeta() local
1136 metaflag = 0; in expmeta()
1140 metaflag = 1; in expmeta()
1153 metaflag = 1; in expmeta()
1158 metaflag = 1; in expmeta()
1166 if (metaflag) in expmeta()
1171 if (metaflag == 0) { /* we've reached the end of the file name */ in expmeta()
1173 metaflag++; in expmeta()
1183 if (metaflag == 0 || lstat(expdir, &statb) >= 0) in expmeta()