Home
last modified time | relevance | path

Searched refs:strrchr (Results 1 – 25 of 55) sorted by last modified time

123

/PHP-7.4/ext/phar/
H A Dphar.c1192 endbuffer = strrchr(mydata->fname, '/'); in phar_parse_pharfile()
1405 p = strrchr(mydata->fname, '/'); in phar_create_or_parse_filename()
1807 slash = (char *) strrchr(filename, '/'); in phar_analyze_path()
1827 slash = strrchr(realpath, '/'); in phar_analyze_path()
H A Dphar_object.c32 ext = strrchr(file, '.'); in phar_file_type()
365 u1 = strrchr(e, '/'); in phar_postprocess_ru_web()
374 u = strrchr(e, '/'); in phar_postprocess_ru_web()
2130 ext_pos = strrchr(basename, '.'); in phar_rename_archive()
H A Dzip.c296 ext = strrchr(mydata->fname, '/'); in phar_parse_zipfile()
H A Dutil.c50 p = strrchr(entry->filename, '/'); in phar_get_link_location()
H A Dtar.c116 if ((bname = strrchr(fname, PHP_DIR_SEPARATOR))) { in phar_is_tar()
636 p = strrchr(myphar->fname, '/'); in phar_parse_tarfile()
/PHP-7.4/main/
H A Dmain.c1118 p = strrchr(ref, '#'); in php_verror()
H A Dfopen_wrappers.c189 path_file = strrchr(path_tmp, DEFAULT_SLASH);
191 path_file = strrchr(path_tmp, '/');
194 path_file = strrchr(path_tmp, DEFAULT_SLASH);
H A Drfc1867.c562 char *s = strrchr(path, '\\'); in php_ap_basename()
563 char *s2 = strrchr(path, '/'); in php_ap_basename()
/PHP-7.4/ext/standard/
H A Duser_filters.c295 if ((period = strrchr(filtername, '.'))) { in user_filter_factory_create()
309 period = strrchr(wildcard, '.'); in user_filter_factory_create()
H A Dimage.c1036 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
H A Dstring.c2254 PHP_FUNCTION(strrchr) argument
H A Dhttp_fopen_wrapper.c852 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch90 - if ((progname = strrchr(argv[0], '/')) != NULL)
2178 - if ((tmp = strrchr(fn, '/')) == NULL) {
/PHP-7.4/main/streams/
H A Dfilter.c234 } else if ((period = strrchr(filtername, '.'))) { in php_stream_filter_create()
250 period = strrchr(wildname, '.'); in php_stream_filter_create()
H A Dplain_wrapper.c1338 …while ( (p = strrchr(buf + offset, DEFAULT_SLASH)) || (offset != 1 && (p = strrchr(buf, DEFAULT_SL… in php_plain_files_mkdir()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1032 prog = strrchr(argv0, '/');
1280 while ((ptr = strrchr(pt, '/')) || (ptr = strrchr(pt, '\\'))) {
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c824 prog = strrchr(argv0, '/'); in php_cgi_usage()
1115 while ((ptr = strrchr(pt, '/')) || (ptr = strrchr(pt, '\\'))) { in init_request_info()
H A Dfpm_sockets.c314 char *port_str = strrchr(dup_address, ':'); in fpm_socket_af_inet_listening_socket()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c486 prog = strrchr(argv0, '/'); in php_cli_usage()
H A Dphp_cli_server.c698 if ((tmp = strrchr(client->addr_str, ':'))) { in sapi_cli_server_register_variables()
/PHP-7.4/ext/ftp/
H A Dftp.c474 if ((end = strrchr(++pwd, '"')) == NULL) { in ftp_pwd()
592 if ((end = strrchr(++mkd, '"')) == NULL) { in ftp_mkdir()
/PHP-7.4/ext/spl/
H A Dspl_directory.c417 p1 = strrchr(intern->file_name, '/'); in spl_filesystem_info_set_filename()
419 p2 = strrchr(intern->file_name, '\\'); in spl_filesystem_info_set_filename()
2298 p1 = strrchr(tmp_path, '/'); in SPL_METHOD()
2300 p2 = strrchr(tmp_path, '\\'); in SPL_METHOD()
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2272 end = strrchr(value,'['); in to_xml_array()
2457 end = strrchr(type,'['); in to_zval_array()
2507 end = strrchr(type,'['); in to_zval_array()
2573 char* tmp = strrchr((char*)attr->children->content,'['); in to_zval_array()
2592 char* tmp = strrchr((char*)position->children->content, '['); in to_zval_array()
H A Dphp_sdl.c460 ctype = strrchr((char*)tmp->children->content,':'); in wsdl_soap_binding_header()
666 ctype = strrchr((char*)message_name,':'); in wsdl_message()
833 ctype = strrchr((char*)bindingAttr->children->content,':'); in load_wsdl()
888 ctype = strrchr((char*)type->children->content,':'); in load_wsdl()
H A Dphp_xml.c314 char *found = strrchr((char*)inval, ':'); in parse_namespace()

Completed in 143 milliseconds

123