Searched defs:tpl (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
H A Dfsck.c401 const char *tpl; local
407 tpl = (strncmp(type, "fsck.", 5) ? "%s/fsck.%s" : "%s/%s");
410 sprintf(prog, tpl, s, type);
/external/chromium_org/third_party/simplejson/
H A D_speedups.c479 PyObject *tpl; local
492 tpl = PyTuple_New(2);
493 if (tpl == NULL) {
498 PyTuple_SET_ITEM(tpl, 0, rval);
499 PyTuple_SET_ITEM(tpl, 1, pyidx);
500 return tpl;

Completed in 39 milliseconds