Home
last modified time | relevance | path

Searched refs:strrchr (Results 26 – 50 of 55) sorted by relevance

123

/PHP-7.4/sapi/litespeed/
H A Dlscriu.c423 pchLastSlash = strrchr(criu_native_dump.m_chSocketDir,'/'); in LSCRIU_Native_Dump()
/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/main/
H A Drfc1867.c562 char *s = strrchr(path, '\\'); in php_ap_basename()
563 char *s2 = strrchr(path, '/'); in php_ap_basename()
H A Dmain.c1118 p = strrchr(ref, '#'); in php_verror()
/PHP-7.4/Zend/
H A Dzend_constants.c504 char *slash = strrchr(ZSTR_VAL(c->name), '\\'); in zend_register_constant()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c1032 prog = strrchr(argv0, '/');
1280 while ((ptr = strrchr(pt, '/')) || (ptr = strrchr(pt, '\\'))) {
/PHP-7.4/ext/phar/
H A Dtar.c116 if ((bname = strrchr(fname, PHP_DIR_SEPARATOR))) { in phar_is_tar()
636 p = strrchr(myphar->fname, '/'); in phar_parse_tarfile()
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 Dstream.c328 } else if ((cwd = strrchr(entry, '/'))) { in phar_wrapper_open_url()
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()
/PHP-7.4/main/streams/
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/ext/fileinfo/libmagic/
H A Dcompress.c662 if ((p = strrchr(CAST(char *, buf), ':')) != NULL) { in filter_error()
/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_http.c1023 char *c = strrchr(t, '/'); in make_http_soap_request()
1131 char *p = strrchr(t, '/'); in make_http_soap_request()
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_schema.c2073 ref = strrchr(ref, ':'); in schema_find_by_ref()
2119 char *name = strrchr(attr->ref, ':'); in schema_attribute_fixup()
/PHP-7.4/ext/standard/
H A Dhttp_fopen_wrapper.c852 char *s = strrchr(ZSTR_VAL(resource->path), '/'); in php_stream_url_wrap_http_ex()
H A Dftp_fopen_wrapper.c1071 while ((p = strrchr(buf, '/'))) { in php_stream_ftp_mkdir()
H A Dimage.c1036 if (!(type = strrchr(iname, '_'))) { in php_get_xbm()
/PHP-7.4/sapi/cli/
H A Dphp_cli.c486 prog = strrchr(argv0, '/'); in php_cli_usage()
/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()

Completed in 149 milliseconds

123