Home
last modified time | relevance | path

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

/NextBSD/lib/libasl/
HDasl_common.c230 _insert_string(char *s, char **l, uint32_t x) in _insert_string() function
317 l = _insert_string(t, l, IndexNull); in explode()
321 if (p[i + 1] == '\0') l = _insert_string("", l, IndexNull); in explode()