Searched refs:xstrdup (Results 1 – 2 of 2) sorted by relevance
46 static char * xstrdup(const char * s) in xstrdup() function274 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()
69 static char * xstrdup(const char * s) in xstrdup() function643 line = xstrdup(input_line); in iniparser_line()