Home
last modified time | relevance | path

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

/dports/www/gatling/gatling-0.15/
H A Dgatling.h346 extern int sort_mtime_d(de* x,de* y);
H A Dftp.c329 case 2: sortfun=rev?sort_mtime_a:sort_mtime_d; break; in ftp_list()
H A Dgatling.c448 int sort_mtime_d(de* x,de* y) { return y->ss.st_mtime-x->ss.st_mtime; } in sort_mtime_d() function
H A Dhttp.c244 else if (str_equal(arg,"M=D")) sortfun=sort_mtime_d; in http_dirlisting()