Searched refs:last_slash (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcorefile.c137 char *last_slash; local
155 last_slash = strrchr (core, '/');
156 if (last_slash != NULL)
157 core = last_slash + 1;
159 last_slash = strrchr (exec, '/');
160 if (last_slash != NULL)
161 exec = last_slash + 1;
/macosx-10.9.5/apache-786.1/httpd/modules/metadata/
H A Dmod_cern_meta.c271 char *last_slash; local
301 last_slash = strrchr(scrap_book, '/');
302 if ((last_slash != NULL) && (last_slash != leading_slash)) {
304 real_file = last_slash;
306 *last_slash = '\0';
/macosx-10.9.5/bootp-268.1/bootpd.tproj/
H A DmacNC.c200 char * last_slash = strrchr(file, '/'); local
202 if (file[0] != '/' || last_slash == NULL) {
208 strncpy(dir, file, last_slash - file);
209 dir[last_slash - file] = '\0';
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil.c617 const char *last_slash = ap_strrchr_c(s, '/'); local
621 if (last_slash == NULL) {
624 l = (last_slash - s) + 1;
/macosx-10.9.5/nano-11/src/
H A Dfiles.c939 const char *last_slash; local
991 last_slash = strrchr(d_there, '/');
995 if (last_slash == NULL) {
1004 d_there_file = mallocstrcpy(NULL, last_slash + 1);
1007 null_at(&d_there, last_slash - d_there + 1);
/macosx-10.9.5/cctools-845/ld/
H A Dsections.c2191 char *ar_name, *last_slash; local
2217 last_slash = strrchr(cur_obj->file_name, '/');
2218 if(last_slash == NULL)
2221 j = last_slash - cur_obj->file_name + 1;
2584 char *last_slash, *base_name, *archive_base_name; local
2673 last_slash = strrchr(object_name, '/');
2674 if(last_slash == NULL)
2677 base_name = last_slash + 1;
2711 last_slash = strrchr(archive_name, '/');
2712 if(last_slash
[all...]
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dftp.c3858 char *last_slash; local
3864 last_slash = strrchr(conn->data->state.path, '/');
3865 if(last_slash) {
3866 last_slash++;
3867 if(last_slash[0] == '\0') {
3873 wildcard->pattern = strdup(last_slash);
3876 last_slash[0] = '\0'; /* cut file from path */

Completed in 202 milliseconds