Searched refs:tokenbuf (Results 1 – 1 of 1) sorted by relevance
213 static char *tokenbuf = NULL; in getexportopt() local218 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()