OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOB_TILDE
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/glob/
glob.h
91
# define
GLOB_TILDE
(1 << 12)/* Expand ~user and ~ to home directories. */
93
# define GLOB_TILDE_CHECK (1 << 14)/* Like
GLOB_TILDE
but return an error
98
GLOB_NOMAGIC|
GLOB_TILDE
|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
glob.c
521
if ((flags & (
GLOB_TILDE
|GLOB_TILDE_CHECK)) && pattern[0] == '~')
612
if ((flags & (
GLOB_TILDE
|GLOB_TILDE_CHECK)) && dirname[0] == '~')
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h
61
# define
GLOB_TILDE
(1 << 12)/* Expand ~user and ~ to home directories. */
63
# define GLOB_TILDE_CHECK (1 << 14)/* Like
GLOB_TILDE
but return an error
68
GLOB_NOMAGIC|
GLOB_TILDE
|GLOB_ONLYDIR|GLOB_TILDE_CHECK)
Completed in 2418 milliseconds