Home
last modified time | relevance | path

Searched refs:xstrdup (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/utils/
H A Ddictionary.c46 static char * xstrdup(const char * s) in xstrdup() function
274 d->val[i] = (val ? xstrdup(val) : NULL); in dictionary_set()
296 d->key[i] = xstrdup(key); in dictionary_set()
297 d->val[i] = (val ? xstrdup(val) : NULL) ; in dictionary_set()
H A Diniparser.c69 static char * xstrdup(const char * s) in xstrdup() function
643 line = xstrdup(input_line); in iniparser_line()