Searched refs:tokenbuf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dexportent.c213 static char *tokenbuf = NULL; local
218 if (tokenbuf == NULL) {
219 tokenbuf = (char *)malloc(LINESIZE);
224 (void)strcpy(tokenbuf, xent->xent_options);
225 lp = tokenbuf;

Completed in 1309 milliseconds