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

/macosx-10.10.1/sudo-73/src/emul/
H A Dglob.h71 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
74 #define GLOB_ABEND GLOB_ABORTED
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h82 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
94 #define GLOB_ABEND GLOB_ABORTED /* backward compatibility */
H A Dglob.c721 return(GLOB_ABORTED);
724 return(GLOB_ABORTED);
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h78 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
90 #define GLOB_ABEND GLOB_ABORTED /* source compatibility */
H A Dglob.c535 return (GLOB_ABORTED);
550 return GLOB_ABORTED;
559 return GLOB_ABORTED;
592 return (GLOB_ABORTED);
595 return (GLOB_ABORTED);
604 return (GLOB_ABORTED);
641 error = GLOB_ABORTED;
668 return (GLOB_ABORTED);
717 return(GLOB_ABORTED);
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h70 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
84 #define GLOB_ABEND GLOB_ABORTED /* source compatibility */
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h100 #define GLOB_ABORTED (-2) /* Unignored error. */ macro
117 #define GLOB_ABEND GLOB_ABORTED
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/include/
H A Dglob.h130 #define GLOB_ABORTED 1 macro
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c627 return (GLOB_ABORTED);
642 return (GLOB_ABORTED);
651 return (GLOB_ABORTED);
680 return (GLOB_ABORTED);
688 return (GLOB_ABORTED);
692 return (GLOB_ABORTED);
696 return (GLOB_ABORTED);
699 return (GLOB_ABORTED);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dpathexp.c252 if (i == GLOB_NOSPACE || i == GLOB_ABORTED)
/macosx-10.10.1/sudo-73/src/
H A Dglob.c686 return GLOB_ABORTED;
689 return GLOB_ABORTED;
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dglob.c192 gp->gl_error = GLOB_ABORTED;

Completed in 120 milliseconds