Searched refs:first_file (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl10 my $first_file=undef;
214 -command=>[sub{$fileno-=10;$fileno=$first_file if($fileno<$first_file);
222 -command=>[sub{$fileno-=1;$fileno=$first_file if($fileno<$first_file);
599 $first_file=undef;
607 $first_file=$2 if(!defined($first_file) || $2<$first_file);
620 $fileno=$first_file i
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dfiles.c65 static int first_file; local
73 if (first_file == 0) {
74 first_file = (sys_getpid() ^ (int)time(NULL)) % real_max_open_files;
79 i = bitmap_find(file_bmap, first_file);
110 first_file = (i+1) % real_max_open_files;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c254 int cnt, first_file, i, ret; local
274 first_file = 1;
320 if (first_file && origfp != NULL) {
337 first_file = 0;

Completed in 68 milliseconds