Searched refs:GLOB_NOSPACE (Results 1 – 2 of 2) sorted by relevance
92 #define GLOB_NOSPACE (-1) /* Malloc call failed. */ macro
691 return(GLOB_NOSPACE); in globextend()710 return(GLOB_NOSPACE); in globextend()719 return(GLOB_NOSPACE); in globextend()722 return(copy == NULL ? GLOB_NOSPACE : 0); in globextend()
Completed in 6 milliseconds