Searched refs:nlists (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/coreutils/
H A Dcut.c40 static unsigned int nlists; /* number of elements in above list */ variable
66 for (; cl_pos < nlists; cl_pos++) {
84 if (linenum < spos || cl_pos >= nlists)
96 if (cl_pos >= nlists)
125 for (; cl_pos < nlists && line; cl_pos++) {
253 cut_lists = xrealloc(cut_lists, sizeof(struct cut_list) * (++nlists));
254 cut_lists[nlists-1].startpos = s;
255 cut_lists[nlists-1].endpos = e;
259 if (nlists == 0)
265 qsort(cut_lists, nlists, sizeo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/xfs/
H A Dxfs_inode.c3882 int nlists; /* number of irec's (lists) */ local
3887 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
3942 else if ((erp_idx < nlists - 1) &&
4107 int nlists; /* entries in indirection array */ local
4113 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
4274 int nlists; /* number of irec's (ex lists) */ local
4278 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
4279 size = nlists * sizeof(xfs_ext_irec_t);
4329 int nlists; local
4331 nlists
4430 int nlists; /* number of extent irec's (lists) */ local
4472 int nlists; /* number of irec's (ex lists) */ local
4562 int nlists; /* number of irec's (ex lists) */ local
4602 int nlists; /* number of irec's (ex lists) */ local
4651 int nlists; /* number of irec's (ex lists) */ local
4680 int nlists; /* number of irec's (ex lists) */ local
4720 int nlists; /* number of irec's (ex lists) */ local
4784 int nlists; /* number of irec's (ex lists */ local
[all...]

Completed in 50 milliseconds