OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_PATH_WITH_DIR
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/intl/
relocatable.c
73
IS_PATH_WITH_DIR
(P) tests whether P contains a directory specification.
81
# define
IS_PATH_WITH_DIR
(P) \
87
# define
IS_PATH_WITH_DIR
(P) (strchr (P, '/') != NULL)
301
if (!
IS_PATH_WITH_DIR
(location))
dcigettext.c
202
IS_PATH_WITH_DIR
(P) tests whether P contains a directory specification.
211
# define
IS_PATH_WITH_DIR
(P) \
217
# define
IS_PATH_WITH_DIR
(P) (strchr (P, '/') != NULL)
604
if (ENABLE_SECURE &&
IS_PATH_WITH_DIR
(single_locale))
[
all
...]
Completed in 139 milliseconds