Home
last modified time | relevance | path

Searched refs:dollar (Results 1 – 4 of 4) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_auth.c420 char *dollar; in SETDEFAULTS_FUNC() local
424 if (NULL == (dollar = strchr(s->auth_ldap_filter->ptr, '$'))) { in SETDEFAULTS_FUNC()
430 …buffer_copy_string_len(s->ldap_filter_pre, s->auth_ldap_filter->ptr, dollar - s->auth_ldap_filter-… in SETDEFAULTS_FUNC()
431 buffer_copy_string(s->ldap_filter_post, dollar+1); in SETDEFAULTS_FUNC()
H A Dhttp_auth.c673 char *dollar = NULL; in http_auth_basic_password_compare() local
675 if (NULL == (dollar = strchr(password->ptr + 3, '$'))) { in http_auth_basic_password_compare()
679 salt_len = dollar - password->ptr; in http_auth_basic_password_compare()
/mOS-networking-stack/samples/lighttpd-1.4.32/doc/outdated/
H A Dssi.txt56 - quoted strings: 'string with a dollar: $FOO'
/mOS-networking-stack/samples/lighttpd-1.4.32/m4/
H A Dlibtool.m41589 # with a dollar sign (not a hyphen), so the echo should work correctly.
2072 # with a dollar sign (not a hyphen), so the echo should work correctly.