Home | History | Annotate | Download | only in src

Lines Matching refs:glob

1273       // Split the line up at spaces into glob-patterns
1281 const string glob(word, space - word);
1284 if (fnmatch(glob.c_str(),
1287 fnmatch(glob.c_str(),
1291 if ((glob == ProgramInvocationName()) ||
1292 (glob == ProgramInvocationShortName())) {