Searched refs:dstfile (Results 26 - 29 of 29) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/bridge-1.x/
H A Dinstall-sh207 dstfile=`basename $dst`
209 dstfile=`basename $dst $transformbasename |
215 if [ x"$dstfile" = x ]
217 dstfile=`basename $dst`
245 $doit $rmcmd -f $dstdir/$dstfile &&
246 $doit $mvcmd $dsttmp $dstdir/$dstfile
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna/
H A Dalbumart.c180 FILE * dstfile; local
241 dstfile = fopen(art_path, "w");
242 if( !dstfile )
248 nwritten = fwrite((void *)image_data, image_size, 1, dstfile);
249 fclose(dstfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.03.14/
H A Dalbumart.c165 FILE *dstfile; local
226 dstfile = fopen(art_path, "w");
227 if( !dstfile )
233 nwritten = fwrite((void *)image_data, 1, image_size, dstfile);
234 fclose(dstfile);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/minidlna.07.26/
H A Dalbumart.c180 FILE * dstfile; local
241 dstfile = fopen(art_path, "w");
242 if( !dstfile )
248 nwritten = fwrite((void *)image_data, 1, image_size, dstfile);
249 fclose(dstfile);

Completed in 141 milliseconds

12