HomeSort by relevance Sort by last modified time
    Searched refs:ipath (Results 1 - 2 of 2) sorted by null

  /external/srec/srec/crec/
astar.c 923 void print_path(partial_path* ipath, srec* rec, char* msg)
937 PLogMessage("%spath score=%d ", msg, ipath->costsofar);
939 rc = sprint_word_token_backtrace(trans, max_trans_len, rec, ipath->token_index);
943 end_time = (ipath && ipath->token_index != MAXwtokenID) ? rec->word_token_array[ipath->token_index].end_time : MAXframeID;
950 path = ipath->next; /* we've already printed this thing */
    [all...]
  /external/mksh/src/
funcs.c 183 char *xp, *ip, *tp, *ipath, *ldest = NULL; local
201 strdupx(ipath, upath, ATEMP);
206 ipath = shf_smprintf("%s/%s", tp, upath);
210 Xinit(xs, xp, strlen(ip = ipath) + 1, ATEMP);
265 /* not ENOENT or not at the end of ipath */
294 afree(ipath, ATEMP);
295 ip = ipath = tp;
316 if (ip > ipath && ip[-1] == '/') {
330 afree(ipath, ATEMP);
337 afree(ipath, ATEMP)
    [all...]

Completed in 802 milliseconds