Home
last modified time | relevance | path

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

/third_party/toybox/toys/other/
Dhexedit.c33 int numlen, undo, undolen;
77 printf("\r%0*llX ", TT.numlen, yy); in draw_line()
105 tty_jump(2+TT.numlen+3*xx, yy); in highlight()
114 tty_jump(TT.numlen+17*3+xx, yy); in highlight()
140 for (pos = TT.len, TT.numlen = 0; pos; pos >>= 4, TT.numlen++); in hexedit_main()
141 TT.numlen += (4-TT.numlen)&3; in hexedit_main()
/third_party/toybox/toys/posix/
Dls.c118 static int numlen(long long ll) in numlen() function
141 len[1] = (flags & FLAG_i) ? numlen(st->st_ino) : 0; in entrylen()
145 len[2] = numlen(st->st_nlink); in entrylen()
146 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen()
147 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()
151 len[5] = numlen(dev_major(st->st_rdev))+5; in entrylen()
/third_party/toybox/porting/liteos_a/toys/posix/
Dls.c117 static int numlen(long long ll) in numlen() function
140 len[1] = (flags & FLAG_i) ? numlen(st->st_ino) : 0; in entrylen()
144 len[2] = numlen(st->st_nlink); in entrylen()
145 len[3] = fn ? numlen(st->st_uid) : strwidth(getusername(st->st_uid)); in entrylen()
146 len[4] = fn ? numlen(st->st_gid) : strwidth(getgroupname(st->st_gid)); in entrylen()
150 len[5] = numlen(dev_major(st->st_rdev))+5; in entrylen()
/third_party/toybox/generated/
Dglobals.h273 int numlen, undo, undolen; member