Searched refs:added (Results 1 - 25 of 136) sorted by relevance

123456

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/tunala/
H A Dbuffer.c43 unsigned int added = MAX_DATA_SIZE - buf->used;
44 if(added > size)
45 added = size;
46 if(added == 0)
48 memcpy(buf->data + buf->used, ptr, added);
49 buf->used += added;
50 buf->total_in += added;
51 return added;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dbuffer.c43 unsigned int added = MAX_DATA_SIZE - buf->used;
44 if(added > size)
45 added = size;
46 if(added == 0)
48 memcpy(buf->data + buf->used, ptr, added);
49 buf->used += added;
50 buf->total_in += added;
51 return added;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/
H A Dtrylink6 added="$1"
8 $debug && echo "Trying: $* $added"
9 "$@" $added 2>busybox_ld.err
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dlocalealias.c161 size_t added; local
191 added = 0;
192 while (added == 0 && locale_alias_path[0] != '\0')
205 added = read_alias_file (start, locale_alias_path - start);
208 while (added != 0);
222 size_t added; local
250 added = 0;
363 ++added;
384 if (added > 0)
388 return added;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/objects/
H A Dobj_dat.c97 static LHASH *added=NULL; variable
183 if (added != NULL) return(1);
184 added=lh_new(add_hash,add_cmp);
185 return(added != NULL);
212 if (added == NULL) return;
213 added->down_load=0;
214 lh_doall(added,LHASH_DOALL_FN(cleanup1)); /* zero counters */
215 lh_doall(added,LHASH_DOALL_FN(cleanup2)); /* set counters */
216 lh_doall(added,LHASH_DOALL_FN(cleanup3)); /* free objects */
217 lh_free(added);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/objects/
H A Dobj_dat.c98 static LHASH *added=NULL; variable
184 if (added != NULL) return(1);
185 added=lh_new(add_hash,add_cmp);
186 return(added != NULL);
213 if (added == NULL) return;
214 added->down_load=0;
215 lh_doall(added,LHASH_DOALL_FN(cleanup1)); /* zero counters */
216 lh_doall(added,LHASH_DOALL_FN(cleanup2)); /* set counters */
217 lh_doall(added,LHASH_DOALL_FN(cleanup3)); /* free objects */
218 lh_free(added);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/boot/simple/rw4/
H A Drw4_init.S7 # added by linguohui
10 # end added
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/vms/
H A Dbuild_libxml.com19 $! - added module schematron.c (prevent xmllint errors)
20 $! - added /DEF and /INCLUDE options to cc_opts to tell
25 $! added xmlreader.c and relaxng.c to source list
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/redhat/
H A Dbftpd-1.7.spec47 - added defined variables to the top of the file.
50 - added a default attributes to the %files section.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/
H A Dconfig.mk11 #Foxconn added by Max Ding, 11/25/2008 for multi_language, use pppoe2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/project/gpl/
H A Dconfig.mk11 #Foxconn added by Max Ding, 11/25/2008 for multi_language, use pppoe2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dinterface.c81 DEBUG(2,("added interface ip=%s ",inet_ntoa(iface->ip)));
103 int i, added=0; local
113 added = 1;
116 if (added) return;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_table.c140 int ret = 0, added = 0; local
144 added = 1;
147 if(added)
148 /* The cleanup callback needs to be added */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_table.c120 int ret = 0, added = 0; local
124 added = 1;
127 if(added)
128 /* The cleanup callback needs to be added */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/power/
H A Dmpih-add1.S62 # We added least significant limbs. Now reload the next limbs to enter loop.
H A Dmpih-sub1.S63 # We added least significant limbs. Now reload the next limbs to enter loop.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/
H A Dmtd_blkdevs.c229 goto added;
237 goto added;
250 added:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/act2000/
H A Dmodule.c188 "Mapping %c -> %s added\n",
675 int added = 0; local
715 added++;
778 return (added - failed);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Ddircache.c73 * (8) finally added to the cache with dircache_add()
125 unsigned long long added; member in struct:dircache_stat
497 dircache_stat.added++;
498 LOG(log_debug, logtype_afpd, "dircache(did:%u,'%s'): {added}",
636 "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
641 dircache_stat.added,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Ddircache.c73 * (8) finally added to the cache with dircache_add()
125 unsigned long long added; member in struct:dircache_stat
497 dircache_stat.added++;
498 LOG(log_debug, logtype_afpd, "dircache(did:%u,'%s'): {added}",
637 "entries: %lu, lookups: %llu, hits: %llu, misses: %llu, added: %llu, removed: %llu, expunged: %llu, evicted: %llu",
642 dircache_stat.added,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/doc/
H A Dsmbldap-migrate-unix-accounts325 New attributes are added, and existing are changed.
355 deleted from LDAP and a new one will be added.
H A Dsmbldap-migrate-unix-groups189 New attributes are added, and existing are changed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/packaging/Mandrake/
H A Dsamba2.spec2135 - Sync with 2.2.2-10mdk, which added build-time options --with ldap,
2152 - Fixed %post and %preun for nss_wins, added %post and %preun for
2177 - added --with-manpages-langs=en,ja,pl (translated manpages), but there
2204 - added network recycle bin patch:
2206 - added "recycle bin = .recycled" parameter in smb.conf [homes].
2210 - added %build 8.0 and 7.2, for tweakers to play around.
2213 . added --with-msdfs, --with-vfs (seems stable, but still need testing).
2241 - New CVS snapshot, /etc/pam.d/system-auth-winbind added
2258 - Built from samba-2.2.2-pre cvs, added winbindd, wbinfo, nss_winbind and
2286 putting manpages in place (still need to be added i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dlocks.c694 int error, added = 0; local
778 if (added) {
783 added = 1;
794 added = 1;
808 if (added) {
824 added = 1;
844 if (!added) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/
H A Dsamba-schema-netscapeds5.x6 ## - added support for MungedDial, BadPasswordCount, BadPasswordTime, PasswordHistory, LogonHours

Completed in 146 milliseconds

123456