Home
last modified time | relevance | path

Searched refs:dstart (Results 1 – 4 of 4) sorted by relevance

/freebsd/share/dtrace/
H A Ddisklatencycmd43 dstart = timestamp;
65 printf("total time, us: %d\n", (timestamp - dstart) / 1000);
/freebsd/contrib/tcsh/
H A Dsh.dir.c40 static void dstart (const char *);
89 dstart(const char *from) in dstart() function
109 dstart(xcp); in dinit()
118 dstart("/"); in dinit()
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c264 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) { in dl_pathbyaddr()
/freebsd/contrib/tzcode/
H A Dzic.c3780 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