Searched refs:tofree (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Ddgst.c377 char *tmp,*tofree=NULL; local
389 tmp=tofree=OPENSSL_malloc(len);
399 if(tofree)
400 OPENSSL_free(tofree);
H A Dca.c310 char *tofree=NULL; local
542 tofree=NULL;
552 tofree=OPENSSL_malloc(len);
553 strcpy(tofree,s);
556 tofree=OPENSSL_malloc(len);
557 BUF_strlcpy(tofree,s,len);
558 BUF_strlcat(tofree,"/",len);
560 BUF_strlcat(tofree,CONFIG_FILE,len);
561 configfile=tofree;
576 if(tofree)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ddgst.c376 char *tmp,*tofree=NULL; local
388 tmp=tofree=OPENSSL_malloc(len);
398 if(tofree)
399 OPENSSL_free(tofree);
H A Dca.c321 char *tofree=NULL; local
561 tofree=NULL;
571 tofree=OPENSSL_malloc(len);
572 strcpy(tofree,s);
575 tofree=OPENSSL_malloc(len);
576 BUF_strlcpy(tofree,s,len);
577 BUF_strlcat(tofree,"/",len);
579 BUF_strlcat(tofree,CONFIG_FILE,len);
580 configfile=tofree;
595 if(tofree)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfcntl.c139 struct file * file, *tofree; local
168 tofree = fdt->fd[newfd];
169 if (!tofree && FD_ISSET(newfd, fdt->open_fds))
177 if (tofree)
178 filp_close(tofree, files);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dslab.c315 struct kmem_list3 *l3, int tofree);
2443 * Specify the number of slabs to drain in tofree.
2448 struct kmem_list3 *l3, int tofree)
2455 while (nr_freed < tofree && !list_empty(&l3->slabs_free)) {
4035 int tofree; local
4044 tofree = force ? ac->avail : (ac->limit + 4) / 5;
4045 if (tofree > ac->avail)
4046 tofree = (ac->avail + 1) / 2;
4047 free_block(cachep, ac->entry, tofree, node);
4048 ac->avail -= tofree;
2447 drain_freelist(struct kmem_cache *cache, struct kmem_list3 *l3, int tofree) argument
[all...]

Completed in 170 milliseconds