tag | line | file | source code |
---|---|---|---|
strdup | 129 | scripts/tkcond.c | cond2->variable.str = strdup(tmpbuf); |
strdup | 209 | scripts/tkcond.c | new->variable.str = strdup(ocond->variable.str); |
strdup | 214 | scripts/tkcond.c | new->variable.str = strdup(ocond->variable.str); |
strdup | 138 | scripts/tkparse.c | cpnt->variable = strdup(varname); |
strdup | 150 | scripts/tkparse.c | cpnt->variable = strdup(varname); |
strdup | 159 | scripts/tkparse.c | cpnt->variable = strdup(varname); |
strdup | 438 | scripts/tkparse.c | kcfg->optionname = strdup(tmpbuf); |