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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_inode.c3277 int nlists; /* number of irec's (lists) */ local
3282 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
3337 else if ((erp_idx < nlists - 1) &&
3669 int nlists; /* number of irec's (ex lists) */ local
3673 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
3674 size = nlists * sizeof(xfs_ext_irec_t);
3724 int nlists; local
3726 nlists = ifp->if_real_bytes / XFS_IEXT_BUFSZ;
3727 for (erp_idx = nlists - 1; erp_idx >= 0 ; erp_idx--) {
3825 int nlists; /* numbe local
3867 int nlists; /* number of irec's (ex lists) */ local
3955 int nlists; /* number of irec's (ex lists) */ local
3994 int nlists; /* number of irec's (ex lists) */ local
4041 int nlists; /* number of irec's (ex lists) */ local
4068 int nlists; /* number of irec's (ex lists) */ local
4110 int nlists; /* number of irec's (ex lists */ local
[all...]

Completed in 64 milliseconds