Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c96 size_t tokst_bufsize; /* capacity of array */ member
2458 if (tokst.tokst_cnt >= tokst.tokst_bufsize) { in tokenize_user_cmd()
2459 n = (tokst.tokst_bufsize == 0) ? in tokenize_user_cmd()
2460 INITIAL_TOK_ALLOC : (tokst.tokst_bufsize * 2); in tokenize_user_cmd()
2464 tokst.tokst_bufsize = n; in tokenize_user_cmd()