OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOB_ABORTED
(Results
1 - 7
of
7
) sorted by null
/external/openssh/openbsd-compat/
glob.h
82
#define
GLOB_ABORTED
(-2) /* Unignored error. */
94
#define GLOB_ABEND
GLOB_ABORTED
/* backward compatibility */
glob.c
676
return(
GLOB_ABORTED
);
679
return(
GLOB_ABORTED
);
/ndk/sources/host-tools/make-3.81/glob/
glob.h
107
#define
GLOB_ABORTED
2 /* Read error. */
112
GLOB_ABORTED
. Provide a compatibility definition here. */
113
# define GLOB_ABEND
GLOB_ABORTED
glob.c
358
`glob' returns
GLOB_ABORTED
; if it returns zero, the error is ignored.
883
return
GLOB_ABORTED
;
1297
return
GLOB_ABORTED
;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h
77
#define
GLOB_ABORTED
2 /* Read error. */
82
GLOB_ABORTED
. Provide a compatibility definition here. */
83
# define GLOB_ABEND
GLOB_ABORTED
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
77
#define
GLOB_ABORTED
2 /* Read error. */
82
GLOB_ABORTED
. Provide a compatibility definition here. */
83
# define GLOB_ABEND
GLOB_ABORTED
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h
77
#define
GLOB_ABORTED
2 /* Read error. */
82
GLOB_ABORTED
. Provide a compatibility definition here. */
83
# define GLOB_ABEND
GLOB_ABORTED
Completed in 763 milliseconds