Searched defs:xent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c89 static struct exportent xent; local
103 xent.xent_dirname = line;
104 xent.xent_options = NULL;
107 return (&xent);
112 return (&xent);
117 xent.xent_options = p;
118 return (&xent);
211 getexportopt(struct exportent *xent, char *opt) argument
221 if (xent->xent_options == NULL) {
224 (void)strcpy(tokenbuf, xent
[all...]

Completed in 503 milliseconds