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

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h43 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon12412
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h53 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon3203
H A Dglob.c57 * gl_matchc:
198 pglob->gl_matchc = 0;
662 ++pglob->gl_matchc;
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h50 __gl_size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon10675
H A Dglob.c54 * gl_matchc:
149 pglob->gl_matchc = 0;
539 ++pglob->gl_matchc;
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h42 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon13836
H A Dglob.c50 * gl_matchc:
306 pglob->gl_matchc = 0;
506 ++pglob->gl_matchc;
H A Dsh.glob.c460 match |= (globv.gl_matchc != 0);
/macosx-10.10.1/Heimdal-398.1.2/lib/roken/
H A Dglob.hin59 int gl_matchc; /* Count of paths matching pattern. */
H A Dglob.c54 * gl_matchc:
186 pglob->gl_matchc = 0;
544 ++pglob->gl_matchc;
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h54 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon2744
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dsftp.c539 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
555 if (g.gl_matchc == 1 && dst) {
618 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
640 if (g.gl_matchc == 1 && tmp_dst) {
793 (g.gl_pathc && !g.gl_matchc)) {
807 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL &&
1732 if (g.gl_matchc == 0)
1735 if (g.gl_matchc > 1)
1743 tmp2 = complete_ambiguous(file, g.gl_pathv, g.gl_matchc);
1796 if (g.gl_matchc
[all...]
H A Dconfigure8779 # Check for g.gl_matchc glob() extension
8780 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gl_matchc field in glob_t" >&5
8781 $as_echo_n "checking for gl_matchc field in glob_t... " >&6; }
8788 glob_t g; g.gl_matchc = 1;
/macosx-10.10.1/sudo-73/src/
H A Dglob.c49 * gl_matchc:
199 pglob->gl_matchc = 0;
633 ++pglob->gl_matchc;
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c62 * gl_matchc:
207 pglob->gl_matchc = 0;
631 ++pglob->gl_matchc;
/macosx-10.10.1/crontabs-52/newsyslog/
H A Dnewsyslog.c778 for (i = 0; i < g.gl_matchc; i++) {
956 for (i = 0; i < (size_t)pglob.gl_matchc; i++) {

Completed in 342 milliseconds