Searched refs:dtlen (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ls.c | 232 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() argument 247 height = (dtlen+columns-1)/columns; in next_column() 251 if (height*columns - dtlen >= height) { in next_column() 257 widecols = dtlen % height; in next_column() 300 unsigned long dtlen, ul = 0; in listfiles() local 336 for (sort = 0;;sort = xmalloc(dtlen*sizeof(void *))) { in listfiles() 337 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++) in listfiles() 338 if (sort) sort[dtlen] = dt; in listfiles() 339 if (sort || !dtlen) brea in listfiles() [all...] |
/third_party/toybox/toys/posix/ |
H A D | ls.c | 242 static unsigned long next_column(unsigned long ul, unsigned long dtlen, in next_column() argument 257 height = (dtlen+columns-1)/columns; in next_column() 261 if (height*columns - dtlen >= height) { in next_column() 267 widecols = dtlen % height; in next_column() 310 unsigned long dtlen, ul = 0; in listfiles() local 347 for (sort = 0;;sort = xmalloc(dtlen*sizeof(void *))) { in listfiles() 348 for (dtlen = 0, dt = indir->child; dt; dt = dt->next, dtlen++) in listfiles() 349 if (sort) sort[dtlen] = dt; in listfiles() 350 if (sort || !dtlen) brea in listfiles() [all...] |
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 875 parse_isoformat_time(const char *dtstr, size_t dtlen, int *hour, int *minute, in parse_isoformat_time() argument 889 const char *p_end = dtstr + dtlen; in parse_isoformat_time()
|
Completed in 11 milliseconds