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

  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 54 __gl_size_t gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon12164
  /external/openssh/openbsd-compat/
glob.h 57 int gl_matchc; /* Count of paths matching pattern. */ member in struct:__anon28986
glob.c 57 * gl_matchc:
199 pglob->gl_matchc = 0;
663 ++pglob->gl_matchc;
  /external/openssh/
sftp.c 629 if (g.gl_matchc > 1 && dst != NULL && !is_dir(dst)) {
645 if (g.gl_matchc == 1 && dst) {
716 if (g.gl_matchc > 1 && tmp_dst && !dst_is_dir) {
738 if (g.gl_matchc == 1 && tmp_dst) {
898 (g.gl_pathc && !g.gl_matchc)) {
916 if (g.gl_matchc == 1 && g.gl_statv[0] != NULL &&
    [all...]
configure     [all...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 23 * gl_matchc:
205 pglob->gl_matchc = 0;
623 ++pglob->gl_matchc;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 706 uptr gl_matchc; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]

Completed in 302 milliseconds