Searched refs:listsize (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/shared/
H A Dshutils.h165 @param listsize Max size the list can occupy
169 extern int remove_from_list(const char *name, char *list, int listsize);
178 @param listsize Max size the list can occupy
182 extern int add_to_list(const char *name, char *list, int listsize);
H A Dshutils.c553 * @param listsize Max size the list can occupy
558 remove_from_list(const char *name, char *list, int listsize) argument
564 if (!list || !name || (listsize <= 0))
601 * @param listsize Max size the list can occupy
606 add_to_list(const char *name, char *list, int listsize) argument
611 if (!list || !name || (listsize <= 0))
621 if (listsize <= listlen + namelen + 1 /* space */ + 1 /* NULL */)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_mvcc.c401 u_int32_t listsize, magic, nbucket, ncache, ntrunc, nfree, pagesize; local
484 listsize = 100;
486 listsize * sizeof(db_pgno_t), &freelist)) != 0)
490 if (nfree == listsize - 1) {
491 listsize *= 2;
493 listsize * sizeof(db_pgno_t),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dexport.c410 /* listsize */
459 int listsize, err; local
462 err = get_int(mesg, &listsize);
465 if (listsize < 0 || listsize > MAX_SECINFO_LIST)
468 for (f = exp->ex_flavors; f < exp->ex_flavors + listsize; f++) {
479 exp->ex_nflavors = listsize;

Completed in 82 milliseconds