Home
last modified time | relevance | path

Searched refs:empty_string_p (Results 1 – 3 of 3) sorted by relevance

/dports/www/htdigest/httpd-2.4.6/modules/core/
H A Dmod_macro.c93 #define empty_string_p(p) (!(p) || *(p) == '\0') macro
307 if (empty_string_p(tab[i])) { in check_macro_use_arguments()
730 if (empty_string_p(name)) { in macro_section()
824 if (empty_string_p(name)) { in use_macro()
896 if (empty_string_p(arg)) { in undef_macro()
/dports/www/apache24/httpd-2.4.53/modules/core/
H A Dmod_macro.c84 #define empty_string_p(p) (!(p) || *(p) == '\0') macro
297 if (empty_string_p(tab[i])) { in check_macro_use_arguments()
727 if (empty_string_p(name)) { in macro_section()
821 if (empty_string_p(name)) { in use_macro()
893 if (empty_string_p(arg)) { in undef_macro()
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/
H A Dnttop.c124 empty_string_p (const char * s) in empty_string_p() function
169 if (!empty_string_p (info.szCSDVersion)) in OS_initialize()
186 if (!empty_string_p (info.szCSDVersion)) in OS_initialize()