Searched refs:pglobstar (Results 1 – 1 of 1) sorted by relevance
565 const Char *pglobstar, glob_t *pglob, int no_match) in glob3() argument581 while (pglobstar < restpattern) { in glob3()583 size_t width = One_Char_mbtowc(&wc, pglobstar, MB_LEN_MAX); in glob3()584 if ((pglobstar[0] & M_MASK) == M_ALL && in glob3()585 (pglobstar[width] & M_MASK) == M_ALL) { in glob3()587 chase_symlinks = (pglobstar[2 * width] & M_MASK) == M_ALL; in glob3()588 termstar = pglobstar + (2 + chase_symlinks) * width; in glob3()591 pglobstar += width; in glob3()595 err = pglobstar==pattern && termstar==restpattern ? in glob3()644 if ((err = glob2(pathbuf, pglobstar, pglob, no_match)) != 0) in glob3()