HomeSort by relevance Sort by last modified time
    Searched refs:gl_matchc (Results 1 - 4 of 4) sorted by null

  /external/openssh/openbsd-compat/
glob.h 53 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon12448
glob.c 57 * gl_matchc:
185 pglob->gl_matchc = 0;
617 ++pglob->gl_matchc;
  /external/openssh/
sftp.c 543 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
559 if (g.gl_matchc == 1 && dst) {
622 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
644 if (g.gl_matchc == 1 && tmp_dst) {
797 (g.gl_pathc && !g.gl_matchc)) {
811 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL &&
    [all...]
configure     [all...]

Completed in 187 milliseconds