Go to the documentation of this file.
21 #ifndef AVUTIL_AVSTRING_H
22 #define AVUTIL_AVSTRING_H
41 int av_strstart(
const char *str,
const char *pfx,
const char **ptr);
53 int av_stristart(
const char *str,
const char *pfx,
const char **ptr);
67 char *
av_stristr(
const char *haystack,
const char *needle);
171 char *
av_strtok(
char *s, const
char *delim,
char **saveptr);
178 if (c >=
'a' && c <=
'z')
188 if (c >=
'A' && c <=
'Z')