Searched refs:binfile (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/web/
H A Dstartstop.c29 pstring binfile; local
37 slprintf(binfile, sizeof(pstring) - 1, "%s/smbd", dyn_SBINDIR);
41 execl(binfile, binfile, "-D", NULL);
49 pstring binfile; local
57 slprintf(binfile, sizeof(pstring) - 1, "%s/nmbd", dyn_SBINDIR);
61 execl(binfile, binfile, "-D", NULL);
69 pstring binfile; local
77 slprintf(binfile, sizeo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dmacbin.h11 int bin_open(char *binfile, int flags, struct FHeader *fh, int options);
H A Dmacbin.c73 int bin_open(char *binfile, int flags, struct FHeader *fh, int options) argument
94 if ( strcmp( binfile, STDIN ) == 0 ) {
96 } else if (( bin.filed = open( binfile, flags )) < 0 ) {
97 perror( binfile );
101 fprintf( stderr, "opened %s for read\n", binfile );
107 fprintf( stderr, "%s is not a macbinary file.\n", binfile );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A Dtest_bins.sh93 binfile=$BINS_PATH/$f
94 if [ -f $binfile.bin ] ; then
101 test_file $binfile $channels $bps "-$opt $extras $blocksize $disable"
106 test_file $binfile $channels $bps "--lax -b 16384 -m -r 8 -l 32 -e -p $disable"
112 echo "$binfile not found, skipping."
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest012.tcl133 proc test012.check { binfile tmpfile } {
136 error_check_good Test012:diff($binfile,$tmpfile) \
137 [filecmp $binfile $tmpfile] 0
H A Dsdb004.tcl226 proc subdb004.check { binfile tmpfile } {
229 error_check_good Subdb004:datamismatch($binfile,$tmpfile) \
230 [filecmp $binfile $tmpfile] 0
232 proc subdb004_recno.check { binfile tmpfile } {
236 set fname $names($binfile)
237 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
H A Dtest003.tcl190 proc test003.check { binfile tmpfile } {
193 error_check_good Test003:datamismatch($binfile,$tmpfile) \
194 [filecmp $binfile $tmpfile] 0
196 proc test003_recno.check { binfile tmpfile } {
200 set fname $names($binfile)
201 error_check_good key"$binfile"_exists [info exists names($binfile)] 1
H A Dtest008.tcl193 proc test008.check { binfile tmpfile } {
197 error_check_good diff($binfile,$tmpfile) \
198 [filecmp $binfile $tmpfile] 0

Completed in 114 milliseconds