Searched refs:IS_DIRECTORY_SEP (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dvty.h147 #ifndef IS_DIRECTORY_SEP
148 #define IS_DIRECTORY_SEP(c) ((c) == DIRECTORY_SEP) macro
H A Dcommand.c2783 if (! IS_DIRECTORY_SEP (*argv[0]))
H A Dvty.c2204 if (! IS_DIRECTORY_SEP (config_file[0]))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/vtysh/
H A Dvtysh_config.c357 if (! IS_DIRECTORY_SEP (config_file[0]))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/include/
H A Dsmb_macros.h252 #define IS_DIRECTORY_SEP(c) ((c) == '\\' || (c) == '/') macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Dreply.c56 if (IS_DIRECTORY_SEP(*s)) {
61 while (IS_DIRECTORY_SEP(*s)) {
74 if ((s[0] == '.') && (s[1] == '.') && (IS_DIRECTORY_SEP(s[2]) || s[2] == '\0')) {
111 } else if ((s[0] == '.') && ((s[1] == '\0') || IS_DIRECTORY_SEP(s[1]))) {

Completed in 137 milliseconds