av_isdigit        138 libavfilter/af_channelmap.c             if (av_isdigit(*mapping))
av_isdigit        142 libavfilter/af_channelmap.c         } else if (av_isdigit(*mapping)) {
av_isdigit        143 libavfilter/af_channelmap.c             if (av_isdigit(*(dash+1)))
av_isdigit        148 libavfilter/af_channelmap.c             if (av_isdigit(*(dash+1)))
av_isdigit         82 libavfilter/vf_telecine.c         if (!av_isdigit(*p)) {
av_isdigit        292 libavformat/dashenc.c                     av_isdigit(width_ptr[0]) &&
av_isdigit         57 libavformat/replaygain.c         while (av_isdigit(*fraction) && scale) {
av_isdigit       3831 libavformat/utils.c                 while (av_isdigit(*p))
av_isdigit       3834 libavformat/utils.c             } while (av_isdigit(c));
av_isdigit        308 libavutil/avstring.c     return av_isdigit(c) || (c >= 'a' && c <= 'f');
av_isdigit        206 libavutil/avstring.h av_const int av_isdigit(int c);
av_isdigit        450 libavutil/parseutils.c         if (!av_isdigit(c))
av_isdigit        637 libavutil/parseutils.c             if (!av_isdigit(*q))
av_isdigit        641 libavutil/parseutils.c         while (av_isdigit(*q))