Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dglob.h83 #define GLOB_NOMATCH (-3) /* No match and GLOB_NOCHECK not set. */ macro
Dglob.c328 if (rv && rv != GLOB_NOMATCH) in globexp2()
497 return GLOB_NOMATCH;
549 return(GLOB_NOMATCH);
/external/openssh/
Dconfig.h.in252 /* Define to 1 if you have the declaration of `GLOB_NOMATCH', and to 0 if you
Dconfigure.ac1185 AC_CHECK_DECLS([GLOB_NOMATCH], , , [#include <glob.h>])