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

/freebsd-13-stable/include/
H A Dglob.h83 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
99 #define GLOB_ABEND GLOB_ABORTED
/freebsd-13-stable/contrib/tcsh/
H A Dglob.h70 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
86 #define GLOB_ABEND GLOB_ABORTED /* source compatibility */
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dglob.h86 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
98 #define GLOB_ABEND GLOB_ABORTED /* backward compatibility */
H A Dglob.c722 return(GLOB_ABORTED);
725 return(GLOB_ABORTED);
/freebsd-13-stable/lib/libc/tests/gen/
H A Dglob2_test.c81 if (rc == GLOB_NOSPACE || rc == GLOB_ABORTED) {
/freebsd-13-stable/lib/libc/gen/
H A Dglob-compat11.c1065 return (GLOB_ABORTED);
H A Dglob.c1096 return (GLOB_ABORTED);
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_anchor.c822 } else if(r == GLOB_ABORTED) {
/freebsd-13-stable/contrib/unbound/util/
H A Dconfig_file.c1288 } else if(r == GLOB_ABORTED) {

Completed in 172 milliseconds