Home
last modified time | relevance | path

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

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