Home
last modified time | relevance | path

Searched refs:GLOB_NOMATCH (Results 1 – 10 of 10) sorted by relevance

/external/compiler-rt/test/msan/Linux/
Dglob_nomatch.cc16 assert(res == GLOB_NOMATCH); in main()
/external/openssh/openbsd-compat/
Dglob.h87 #define GLOB_NOMATCH (-3) /* No match and GLOB_NOCHECK not set. */ macro
Dglob.c187 return(GLOB_NOMATCH); in glob()
342 if (rv && rv != GLOB_NOMATCH) in globexp2()
511 return GLOB_NOMATCH;
563 return(GLOB_NOMATCH);
/external/google-breakpad/src/client/mac/tests/
Dcrash_generation_server_test.cc145 EXPECT_EQ(GLOB_NOMATCH, ret); in TEST_F()
146 if (ret != GLOB_NOMATCH) in TEST_F()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc308 int glob_nomatch = GLOB_NOMATCH;
/external/openssh/
Dreadconf.c1500 if (r == GLOB_NOMATCH) { in process_config_line_depth()
Dconfig.h.in299 /* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
Dconfigure.ac1389 AC_CHECK_DECLS([GLOB_NOMATCH], , , [#include <glob.h>])
DChangeLog459 Plug mem leak on GLOB_NOMATCH case. From jjelen at
/external/u-boot/common/
Dcli_hush.c2113 if (gr == GLOB_NOMATCH) {