Home
last modified time | relevance | path

Searched refs:ipath (Results 1 – 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
Drandequivalent.h76 VectorFst<Arc> ipath(path);
78 Project(&ipath, PROJECT_INPUT);
82 Compose(ipath, sfst1, &cfst1);
92 Compose(ipath, sfst2, &cfst2);
/external/mksh/src/
Dmisc.c1399 char *xp, *ip, *tp, *ipath, *ldest = NULL; in do_realpath() local
1417 strdupx(ipath, upath, ATEMP); in do_realpath()
1422 ipath = shf_smprintf("%s%s%s", tp, "/", upath); in do_realpath()
1427 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP); in do_realpath()
1521 afree(ipath, ATEMP); in do_realpath()
1522 ip = ipath = tp; in do_realpath()
1561 if (ip > ipath && ip[-1] == '/') { in do_realpath()
1574 afree(ipath, ATEMP); in do_realpath()
1581 afree(ipath, ATEMP); in do_realpath()