Searched refs:numlen (Results 1 - 5 of 5) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | hexedit.c | 33 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/porting/liteos_a/toys/posix/ |
H A D | ls.c | 117 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/toys/posix/ |
H A D | ls.c | 118 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/curl/src/ |
H A D | tool_getparam.c | 1162 size_t numlen = div ? (size_t)(div - nextarg) : strlen(nextarg); in set_rate() local 1163 if(numlen > sizeof(number) -1) in set_rate() 1166 strncpy(number, nextarg, numlen); in set_rate() 1167 number[numlen] = 0; in set_rate()
|
/third_party/toybox/generated/ |
H A D | globals.h | 276 int numlen, undo, undolen; member
|
Completed in 10 milliseconds