Searched refs:path_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dinotify.c285 char * path_buf; local
376 if( !(path_buf = malloc(len)) ||
384 strcpy(path_buf, path);
385 parent_buf = dirname(path_buf);
416 strcpy(path_buf, path);
419 free(path_buf);
442 char path_buf[PATH_MAX]; local
501 snprintf(path_buf, sizeof(path_buf), "%s/%s", path, e->d_name);
508 type = resolve_unknown_type(path_buf, dir_type
648 char path_buf[PATH_MAX]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna/
H A Dinotify.c284 char * path_buf = strdup(path); local
349 inotify_remove_file(path_buf);
354 free(path_buf);
364 inotify_remove_file(path_buf);
374 strcpy(path_buf, path);
375 parent_buf = dirname(path_buf);
376 strcpy(last_dir, path_buf);
399 strcpy(last_dir, path_buf);
412 strcpy(path_buf, path);
415 free(path_buf);
439 char *id=NULL, *path_buf, *parent_buf, *esc_name; local
641 char path_buf[PATH_MAX]; local
[all...]

Completed in 32 milliseconds