tag | line | file | source code |
---|---|---|---|
tmpbuf | 104 | scripts/tkcond.c | char tmpbuf[10]; |
tmpbuf | 126 | scripts/tkcond.c | strcpy(tmpbuf, cond->variable.cfg->label); |
tmpbuf | 131 | scripts/tkcond.c | cond2->variable.str = strdup(tmpbuf); |
tmpbuf | 296 | scripts/tkparse.c | char tmpbuf[24],fake_if[1024]; |
tmpbuf | 441 | scripts/tkparse.c | sprintf(tmpbuf, "tmpvar_%d", choose_number++); |
tmpbuf | 442 | scripts/tkparse.c | kcfg->optionname = strdup(tmpbuf); |