libavutil/avstring.c File Reference

#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <ctype.h>
#include "avstring.h"
#include "mem.h"

Go to the source code of this file.

Defines

#define WHITESPACES   " \n\t"

Functions

int av_strstart (const char *str, const char *pfx, const char **ptr)
 Return non-zero if pfx is a prefix of str.
int av_stristart (const char *str, const char *pfx, const char **ptr)
 Return non-zero if pfx is a prefix of str independent of case.
char * av_stristr (const char *s1, const char *s2)
 Locate the first case-independent occurrence in the string haystack of the string needle.
size_t av_strlcpy (char *dst, const char *src, size_t size)
 Copy the string src to dst, but no more than size - 1 bytes, and null-terminate dst.
size_t av_strlcat (char *dst, const char *src, size_t size)
 Append the string src to the string dst, but to a total length of no more than size - 1 bytes, and null-terminate dst.
size_t av_strlcatf (char *dst, size_t size, const char *fmt,...)
char * av_asprintf (const char *fmt,...)
char * av_d2str (double d)
 Convert a number to a av_malloced string.
char * av_get_token (const char **buf, const char *term)
 Unescape the given string until a non escaped terminating char, and return the token corresponding to the unescaped string.
char * av_strtok (char *s, const char *delim, char **saveptr)
 Split the string into several tokens which can be accessed by successive calls to av_strtok().
int av_strcasecmp (const char *a, const char *b)
 Locale independent case-insensitive compare.
int av_strncasecmp (const char *a, const char *b, size_t n)
 Locale independent case-insensitive compare.


Define Documentation

#define WHITESPACES   " \n\t"

Definition at line 127 of file avstring.c.


Function Documentation

char* av_asprintf ( const char *  fmt,
  ... 
)

Definition at line 94 of file avstring.c.

Referenced by modplug_load_metadata().

size_t av_strlcatf ( char *  dst,
size_t  size,
const char *  fmt,
  ... 
)


Generated on Fri Oct 26 02:43:53 2012 for FFmpeg by  doxygen 1.5.8