tag | line | file | source code |
---|---|---|---|
tmpbuf | 102 | scripts/tkcond.c | char tmpbuf[10]; |
tmpbuf | 124 | scripts/tkcond.c | sprintf(tmpbuf, "%d", cond->variable.cfg->choice_value); |
tmpbuf | 129 | scripts/tkcond.c | cond2->variable.str = strdup(tmpbuf); |
tmpbuf | 296 | scripts/tkparse.c | char tmpbuf[24]; |
tmpbuf | 437 | scripts/tkparse.c | sprintf(tmpbuf, "tmpvar_%d", choose_number++); |
tmpbuf | 438 | scripts/tkparse.c | kcfg->optionname = strdup(tmpbuf); |