Home
last modified time | relevance | path

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

/external/fastrpc/inc/
Dsbuf_parser.h258 struct sbuf tryp; in sbuf_try() local
259 sbuf_parser_init(&tryp, sbuf_cur(buf), sbuf_left(buf)); in sbuf_try()
260 if(parser(&tryp)) { in sbuf_try()
261 sbuf_advance(buf, sbuf_cur(&tryp) - sbuf_cur(buf)); in sbuf_try()
/external/mksh/src/
Dmisc.c2165 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; in c_cd() local
2250 tryp = NULL; in c_cd()
2252 !getdrvwd(&tryp, ord(*dir))) { in c_cd()
2253 strpathx(dir, tryp, dir + 2, 0); in c_cd()
2254 afree(tryp, ATEMP); in c_cd()
2271 rv = chdir(tryp = Xstring(xs, xp) + phys_path); in c_cd()
2274 rv = chdir(tryp = Xstring(xs, xp)); in c_cd()
2282 bi_errorf(Tf_sD_s, tryp, cstrerror(errno)); in c_cd()