Searched refs:GLOB_ABORTED (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/tcsh/
H A Dglob.h70 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
86 #define GLOB_ABEND GLOB_ABORTED /* source compatibility */
/freebsd-current/include/
H A Dglob.h80 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
96 #define GLOB_ABEND GLOB_ABORTED
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.h87 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
99 #define GLOB_ABEND GLOB_ABORTED /* backward compatibility */
H A Dglob.c726 return(GLOB_ABORTED);
729 return(GLOB_ABORTED);
/freebsd-current/lib/libc/tests/gen/
H A Dglob2_test.c78 if (rc == GLOB_NOSPACE || rc == GLOB_ABORTED) {
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c1059 return (GLOB_ABORTED);
H A Dglob.c1091 return (GLOB_ABORTED);
/freebsd-current/contrib/unbound/validator/
H A Dval_anchor.c822 } else if(r == GLOB_ABORTED) {
/freebsd-current/contrib/unbound/util/
H A Dconfig_file.c1426 } else if(r == GLOB_ABORTED) {

Completed in 213 milliseconds