Searched refs:base_top (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/tools/defval/ |
| D | misc.c | 300 int i, base_top, ext_top; in UnpackFileName() local 305 base_top = 0; in UnpackFileName() 315 base_top = i + 1; in UnpackFileName() 321 if (!strcmp(path + base_top, ".") || !strcmp(path + base_top, "..")) in UnpackFileName() 328 *dir = StrNDup(path, base_top); in UnpackFileName() 330 *base = StrNDup(path + base_top, ext_top - base_top); in UnpackFileName()
|
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | cookargs.c | 430 int i, base_top, ext_top; in UnpackFileName() local 446 base_top = i + 1; in UnpackFileName() 450 *dir = StrNDup(path, base_top); in UnpackFileName() 452 *base = StrNDup(path + base_top, ext_top - base_top - 1); in UnpackFileName()
|