Searched refs:dstart (Results 1 – 4 of 4) sorted by relevance
43 dstart = timestamp;65 printf("total time, us: %d\n", (timestamp - dstart) / 1000);
40 static void dstart (const char *);89 dstart(const char *from) in dstart() function109 dstart(xcp); in dinit()118 dstart("/"); in dinit()
264 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
3780 char *dstart; in getfields() 3785 dstart = dp = cp; in getfields() 3804 array[nsubs++] = dstart + (*dstart == '-' && dp == dstart + 1); in getfields() 3781 char *dstart; getfields() local