Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dglob.h104 int gl_matchc; /* Count of paths matching pattern. */ member
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp.c559 if (g.gl_matchc > 1 && dst && !is_dir(dst)) { in process_get()
572 if (g.gl_matchc == 1 && dst) { in process_get()
627 if (g.gl_matchc > 1 && tmp_dst && !remote_is_dir(conn, tmp_dst)) { in process_put()
645 if (g.gl_matchc == 1 && tmp_dst) { in process_put()
794 NULL, &g) || (g.gl_pathc && !g.gl_matchc)) { in do_globbed_ls()
808 if (g.gl_matchc == 1) { in do_globbed_ls()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c180 pglob->gl_matchc = 0;
576 ++pglob->gl_matchc;
/titanic_50/usr/src/lib/libc/port/regex/
H A Dglob.c234 pglob->gl_matchc = 0; in _glob_ext()
805 ++pglob->gl_matchc; in glob2()