Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c104 xent.xent_options = NULL; in getexportent()
117 xent.xent_options = p; in getexportent()
221 if (xent->xent_options == NULL) { in getexportopt()
224 (void)strcpy(tokenbuf, xent->xent_options); in getexportopt()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dexportent.h47 char *xent_options; /* options, as above */ member