Searched refs:GLOB_NOMATCH (Results 1 – 10 of 10) sorted by relevance
16 assert(res == GLOB_NOMATCH); in main()
87 #define GLOB_NOMATCH (-3) /* No match and GLOB_NOCHECK not set. */ macro
187 return(GLOB_NOMATCH); in glob()342 if (rv && rv != GLOB_NOMATCH) in globexp2()511 return GLOB_NOMATCH;563 return(GLOB_NOMATCH);
145 EXPECT_EQ(GLOB_NOMATCH, ret); in TEST_F()146 if (ret != GLOB_NOMATCH) in TEST_F()
308 int glob_nomatch = GLOB_NOMATCH;
1500 if (r == GLOB_NOMATCH) { in process_config_line_depth()
299 /* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
1389 AC_CHECK_DECLS([GLOB_NOMATCH], , , [#include <glob.h>])
459 Plug mem leak on GLOB_NOMATCH case. From jjelen at
2113 if (gr == GLOB_NOMATCH) {