Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/idmap/idmap/
H A Dnamemaps.c521 split_fqwn(char *fqwn, char **name, char **domain) in split_fqwn() argument
528 at = strchr(fqwn, '@'); in split_fqwn()
530 at = strchr(fqwn, '\\'); in split_fqwn()
534 *name = strdup(fqwn); in split_fqwn()
544 *name = (char *)malloc(at - fqwn + 1); in split_fqwn()
547 (void) strlcpy(*name, fqwn, at - fqwn + 1); in split_fqwn()