| /PHP_5_3/ext/zip/lib/ |
| H A D | zip_name_locate.c | 88 p = strrchr(fn, '/');
|
| /PHP_5_3/sapi/isapi/stresstest/ |
| H A D | stresstest.cpp | 466 prog = strrchr(argv0, '/');
|
| /PHP_5_3/ext/ftp/ |
| H A D | ftp.c | 431 if ((end = strrchr(++pwd, '"')) == NULL) { 549 if ((end = strrchr(++mkd, '"')) == NULL) {
|
| /PHP_5_3/ext/gd/libgd/ |
| H A D | xbm.c | 57 if (!(type = strrchr(iname, '_'))) { 84 if (!(type = strrchr(iname, '_'))) { 181 if ((f = strrchr(name, '/')) != NULL) name = f+1; 182 if ((f = strrchr(name, '\\')) != NULL) name = f+1; 184 if ((f = strrchr(name, '.')) != NULL && !strcasecmp(f, ".XBM")) *f = '\0';
|
| /PHP_5_3/ext/soap/ |
| H A D | php_http.c | 933 char *c = strrchr(t, '/'); 1034 char *p = strrchr(t, '/');
|
| H A D | php_xml.c | 343 char *found = strrchr((char*)inval, ':');
|
| /PHP_5_3/ext/standard/ |
| H A D | exec.c | 83 b = strrchr(cmd, PHP_DIR_SEPARATOR);
|
| H A D | filestat.c | 813 char *b = strrchr(local, PHP_DIR_SEPARATOR);
|
| H A D | ftp_fopen_wrapper.c | 1069 while ((p = strrchr(buf, '/'))) {
|
| H A D | http_fopen_wrapper.c | 809 char *s = strrchr(resource->path, '/');
|
| H A D | image.c | 1027 if (!(type = strrchr(iname, '_'))) {
|
| H A D | php_string.h | 52 PHP_FUNCTION(strrchr); variable
|
| H A D | user_filters.c | 306 if ((period = strrchr(filtername, '.'))) { 319 period = strrchr(wildcard, '.');
|
| /PHP_5_3/main/ |
| H A D | fopen_wrappers.c | 199 path_file = strrchr(path_tmp, DEFAULT_SLASH); 201 path_file = strrchr(path_tmp, '/'); 204 path_file = strrchr(path_tmp, DEFAULT_SLASH);
|
| H A D | php_ini.c | 517 char *separator_location = strrchr(binary_location, DEFAULT_SLASH); 665 if (!(p = strrchr(namelist[i]->d_name, '.')) || (p && strcmp(p, ".ini"))) {
|
| H A D | safe_mode.c | 115 if ((s = strrchr(path, DEFAULT_SLASH))) { 118 s = strrchr(path, DEFAULT_SLASH); 129 s = strrchr(filename, DEFAULT_SLASH);
|
| /PHP_5_3/main/streams/ |
| H A D | filter.c | 264 } else if ((period = strrchr(filtername, '.'))) { 279 period = strrchr(wildname, '.');
|
| H A D | glob_wrapper.c | 116 if ((pos = strrchr(path, '/')) != NULL) { 120 if ((pos = strrchr(path, '\\')) != NULL) { 240 if ((tmp = strrchr(pos, '/')) != NULL) { 244 if ((tmp = strrchr(pos, '\\')) != NULL) {
|
| H A D | plain_wrapper.c | 1217 while ( (p = strrchr(buf + offset, DEFAULT_SLASH)) || (offset != 1 && (p = strrchr(buf, DEFAULT_SLASH))) ) {
|
| /PHP_5_3/sapi/apache/ |
| H A D | php_apache.c | 227 if ((p = strrchr(name, '.'))) {
|
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 947 prog = strrchr(argv0, '/'); 1182 while ((ptr = strrchr(pt, '/')) || (ptr = strrchr(pt, '\\'))) {
|
| /PHP_5_3/sapi/litespeed/ |
| H A D | lsapi_main.c | 436 p = strrchr( file_handle->filename, '/' );
|
| /PHP_5_3/Zend/ |
| H A D | zend_constants.c | 429 char *slash = strrchr(c->name, '\\');
|
| /PHP_5_3/ext/mysqlnd/ |
| H A D | mysqlnd_debug.c | 826 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 858 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 893 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 926 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 962 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 995 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 1029 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 1054 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 1080 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filename, PHP_DIR_SEPARATOR) + 1, __zend_lineno); 1111 DBG_INF_FMT("file=%-15s line=%4d", strrchr(__zend_filenam [all...] |
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 919 prog = strrchr(argv0, '/'); 1183 while ((ptr = strrchr(pt, '/')) || (ptr = strrchr(pt, '\\'))) {
|