av_strtok 2450 ffmpeg_opt.c if (!av_strtok(key, "=", &value) || av_strtok 2451 ffmpeg_opt.c !av_strtok(value, "\r\n", &endptr)) { av_strtok 3113 ffprobe.c w_name = av_strtok(print_format, "=", &buf); av_strtok 61 libavcodec/samidec.c tag = av_strtok(p, ">", &saveptr); av_strtok 149 libavfilter/aeval.c while (expr = av_strtok(buf, "|", &buf)) { av_strtok 139 libavfilter/af_adelay.c if (!(arg = av_strtok(p, "|", &saveptr))) av_strtok 78 libavfilter/af_aecho.c char *tstr = av_strtok(p, "|", &saveptr); av_strtok 368 libavfilter/af_compand.c char *tstr = av_strtok(p, " |", &saveptr); av_strtok 380 libavfilter/af_compand.c char *tstr = av_strtok(p, " |", &saveptr); av_strtok 401 libavfilter/af_compand.c char *tstr = av_strtok(p, " |", &saveptr); av_strtok 412 libavfilter/af_ladspa.c while ((arg = av_strtok(p, separator, &saveptr)) && !s->dl_handle) { av_strtok 537 libavfilter/af_ladspa.c if (!(arg = av_strtok(p, "|", &saveptr))) av_strtok 117 libavfilter/af_pan.c arg = av_strtok(args, "|", &tokenizer); av_strtok 124 libavfilter/af_pan.c while ((arg = arg0 = av_strtok(NULL, "|", &tokenizer))) { av_strtok 270 libavfilter/f_sendcmd.c start = av_strtok(intervalstr, "-", &end); av_strtok 266 libavfilter/src_movie.c spec = av_strtok(stream_specs, "+", &cursor); av_strtok 277 libavfilter/src_movie.c if (av_strtok(NULL, "+", &cursor)) av_strtok 256 libavfilter/vf_frei0r.c for (p = path; p = av_strtok(p, separator, &ptr); p = NULL) { av_strtok 400 libavfilter/vf_subtitles.c char *ptr = av_strtok(ass->force_style, ",", &temp); av_strtok 408 libavfilter/vf_subtitles.c ptr = av_strtok(NULL, ",", &temp); av_strtok 225 libavformat/ftp.c user = av_strtok(credencials, ":", &end); av_strtok 226 libavformat/ftp.c pass = av_strtok(end, ":", &end); av_strtok 313 libavformat/ftp.c if (!av_strtok(start, ",", &end)) goto fail; av_strtok 314 libavformat/ftp.c if (!av_strtok(end, ",", &end)) goto fail; av_strtok 315 libavformat/ftp.c if (!av_strtok(end, ",", &end)) goto fail; av_strtok 316 libavformat/ftp.c if (!av_strtok(end, ",", &end)) goto fail; av_strtok 319 libavformat/ftp.c start = av_strtok(end, ",", &end); av_strtok 322 libavformat/ftp.c start = av_strtok(end, ",", &end); av_strtok 429 libavformat/hls.c while ((characteristic = av_strtok(chr_ptr, ",", &saveptr))) { av_strtok 613 libavformat/http.c while ((cookie = av_strtok(set_cookies, "\n", &next))) { av_strtok 622 libavformat/http.c while ((param = av_strtok(cookie, "; ", &next_param))) { av_strtok 207 libavformat/libssh.c user = av_strtok(credencials, ":", &end); av_strtok 208 libavformat/libssh.c pass = av_strtok(end, ":", &end); av_strtok 410 libavformat/segment.c char *tstr = av_strtok(p, ",", &saveptr); av_strtok 469 libavformat/segment.c char *fstr = av_strtok(p, ",", &saveptr); av_strtok 111 libavformat/tee.c while (bsf_name = av_strtok(buf, ",", &saveptr)) { av_strtok 201 libavutil/avstring.h char *av_strtok(char *s, const char *delim, char **saveptr); av_strtok 736 libpostproc/postprocess.c filterToken= av_strtok(p, filterDelimiters, &tokstate); av_strtok 739 libpostproc/postprocess.c filterName= av_strtok(filterToken, optionDelimiters, &tokstate); av_strtok 752 libpostproc/postprocess.c option= av_strtok(NULL, optionDelimiters, &tokstate);