Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libuutil/common/
H A Duu_alloc.c74 uu_strndup(const char *s, size_t n) in uu_strndup() function
H A Dmapfile-vers110 uu_strndup;
H A Dlibuutil.h155 extern char *uu_strndup(const char *s, size_t n);
/titanic_44/usr/src/cmd/idmap/idmapd/
H A Ddbutils.c2564 req->id1name = uu_strndup(q, p - req->id1name); in sid2pid_first_pass()