Searched refs:strrchr (Results 1 - 22 of 22) sorted by relevance

/httpd/server/
H A Dutil_debug.c29 #if defined (strrchr)
30 #undef strrchr macro
65 return strrchr(s,c);
75 return strrchr(s,c);
H A Dlog.c635 char *e = strrchr(file, '/');
638 e = strrchr(file, '\\');
H A Drequest.c1587 test_file = strrchr(r->filename, '/');
/httpd/include/
H A Dhttpd.h2243 #undef strrchr macro
2244 # define strrchr(s, c) ap_strrchr(s,c) macro
2269 /** use this instead of strrchr */
2270 # define ap_strrchr(s, c) strrchr(s, c)
2271 /** use this instead of strrchr */
2272 # define ap_strrchr_c(s, c) strrchr(s, c)
/httpd/modules/arch/netware/
H A Dmod_netware.c132 ext = strrchr(apr_filepath_name_get(cmd_only), '.');
/httpd/modules/metadata/
H A Dmod_cern_meta.c301 last_slash = strrchr(scrap_book, '/');
H A Dmod_remoteip.c285 if ((parse_remote = strrchr(remote, ',')) == NULL) {
/httpd/modules/mappers/
H A Dmod_imagemap.c398 string_pos = strrchr(string_pos, '/'); /* now reuse
424 if ((string_pos = strrchr(directory, '/'))) {
H A Dmod_negotiation.c1114 if (!(filp = strrchr(r->filename, '/'))) {
/httpd/modules/arch/win32/
H A Dmod_win32.c401 ext = strrchr(apr_filepath_name_get(*cmd), '.');
/httpd/modules/aaa/
H A Dmod_authn_socache.c269 char *slash = strrchr(r->uri, '/');
/httpd/modules/proxy/
H A Dmod_proxy_ftp.c510 reldir = strrchr(path, '/');
543 if ((reldir = strrchr(path+1, '/'))==NULL) {
689 filename = strrchr(ctx->buffer, ' ');
H A Dproxy_util.c331 strp = strrchr(host, '@');
/httpd/support/
H A Dhtcacheclean.c281 char *end = strrchr(name, '/');
304 end = strrchr(name, '/');
645 base = strrchr(d->basename, '/');
H A Drotatelogs.c441 char *ptr = strrchr(newlog.name, '/');
/httpd/modules/cache/
H A Dmod_cache_disk.c681 slash = strrchr(dir, '/');
702 slash = strrchr(q, '/');
H A Dmod_socache_shmcb.c304 cp = strrchr(path, '(');
/httpd/modules/generators/
H A Dmod_autoindex.c876 if ((tt = strrchr(path, '/')) == NULL) {
887 if ((ap = strrchr(p->apply_to, '/')) == NULL) {
H A Dmod_cgid.c1418 if ((argv0 = strrchr(r->filename, '/')) != NULL) {
/httpd/modules/dav/fs/
H A Dlock.c873 char *fname = strrchr(dirpath, '/');
/httpd/modules/dav/main/
H A Dutil.c276 && strrchr(comp.hostname, '.') == NULL
/httpd/modules/filters/
H A Dmod_include.c607 if (r->filename && (t = strrchr(r->filename, '/'))) {

Completed in 4308 milliseconds