Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dglob.c204 return GLOB_NOSPACE; in glob()
574 return GLOB_NOSPACE;
650 return(GLOB_NOSPACE);
746 err = GLOB_NOSPACE;
828 return(GLOB_NOSPACE);
860 return(GLOB_NOSPACE);
878 return(GLOB_NOSPACE);
888 return(GLOB_NOSPACE);
891 return(copy == NULL ? GLOB_NOSPACE : 0);
906 return(GLOB_NOSPACE);
Dglob.h85 #define GLOB_NOSPACE (-1) /* Malloc call failed. */ macro
/external/u-boot/common/
Dcli_hush.c2053 if (!dest) return GLOB_NOSPACE;
2062 if (pglob->gl_pathv == NULL) return GLOB_NOSPACE;
2122 if (gr == GLOB_NOSPACE)
/external/openssh/
Dsftp.c616 if (r == GLOB_NOSPACE) { in process_get()
901 if (r == GLOB_NOSPACE) { in do_globbed_ls()