Searched refs:size_off (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/pending/ |
D | lsof.c | 42 char *name, fd[8], rw, locks, type[10], device[32], size_off[32], node[32]; member 77 fi->fd, fi->rw, fi->locks, fi->type, fi->device, fi->size_off, in print_info() 104 snprintf(fi->size_off, sizeof(fi->size_off), "0t%lld", pos); in fill_flags() 278 snprintf(fi->size_off, sizeof(fi->size_off), "%lld", in fill_stat()
|