Searched refs:gl_pathc (Results 26 - 41 of 41) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y847 gl.gl_pathc == 0) {
H A Dftpcmd.c2688 gl.gl_pathc == 0) {
H A Dftpd.c2235 } else if (gl.gl_pathc == 0) {
/freebsd-11-stable/contrib/tnftp/src/
H A Dutil.c643 if (glob(pattern, flags, NULL, &gl) || gl.gl_pathc == 0) {
H A Dcmds.c531 if (glob(argv[i], flags, NULL, &gl) || gl.gl_pathc == 0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.h749 uptr gl_pathc; member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h388 uptr gl_pathc; member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_posix.cpp968 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
H A Dsanitizer_platform_limits_netbsd.cpp2245 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
H A Dsanitizer_common_interceptors.inc2256 ctx, pglob->gl_pathv, (pglob->gl_pathc + 1) * sizeof(*pglob->gl_pathv));
2257 for (SIZE_T i = 0; i < pglob->gl_pathc; ++i) {
/freebsd-11-stable/crypto/openssh/
H A Dreadconf.c1516 } else if (r != 0 || gl.gl_pathc < 0)
1521 for (i = 0; i < (u_int)gl.gl_pathc; i++) {
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1736 if (glob(s, flags, NULL, &gl) == 0 && gl.gl_pathc != 0) {
H A Dftpd.c3193 } else if (gl.gl_pathc == 0) {
/freebsd-11-stable/contrib/unbound/validator/
H A Dval_anchor.c833 for(i=0; i<(size_t)g.gl_pathc; i++) {
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c1276 for (i = 0; i < globbuf.gl_pathc; i ++) {
/freebsd-11-stable/contrib/unbound/util/
H A Dconfig_file.c1299 for(i=0; i<(size_t)g.gl_pathc; i++) {

Completed in 406 milliseconds

12