Lines Matching refs:dirpath
336 char *dirpath;
352 dirpath = strdup(path);
353 if (dirpath) {
356 name = strrchr(dirpath, '/');
359 NULL, dirpath);
366 free(dirpath);
414 char *dirpath;
421 dirpath = strdup(path);
422 if (dirpath) {
425 name = strrchr(dirpath, '/');
428 dirpath);
435 free(dirpath);
444 char *dirpath;
447 dirpath = strdup(path);
449 if (dirpath) {
450 p = strrchr(dirpath,'/');
454 NULL, dirpath);
456 free(dirpath);