Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dls.c248 static void zprint(int zap, char *pat, int len, unsigned long arg) in zprint() function
401 if (FLAG(i)) zprint(zap, "lu ", totals[1], st->st_ino); in listfiles()
405 zprint(zap, "s ", totals[6], (unsigned long)tmp); in listfiles()
412 zprint(zap, "ld", totals[2]+1, st->st_nlink); in listfiles()
418 if (zap || FLAG(n)) zprint(zap, "lu", ii, st->st_uid); in listfiles()
427 if (zap || FLAG(n)) zprint(zap, "lu", ii, st->st_gid); in listfiles()
443 zprint(zap, "s", totals[5]+1, (unsigned long)tmp); in listfiles()
455 zprint(zap, "s ", 17+(TT.l>1)*13, (unsigned long)tmp); in listfiles()
478 zprint(zap, "s", 0, (unsigned long)dt->symlink); in listfiles()