av_append_path_component  306 libavformat/file.c     fullpath = av_append_path_component(h->filename, dir->d_name);
av_append_path_component  721 libavformat/ftp.c     newpath = av_append_path_component(s->path, path);
av_append_path_component 2175 libavformat/hlsenc.c         hls->master_m3u8_url = av_append_path_component(dir, hls->master_pl_name);
av_append_path_component  261 libavformat/libsmbclient.c     url = av_append_path_component(h->filename, dirent->name);
av_append_path_component  316 libavutil/avstring.h char *av_append_path_component(const char *path, const char *component);
av_append_path_component   73 libavutil/tests/avstring.c         fullpath = av_append_path_component((path), (component)); \