Searched refs:BINARY (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dgdb_backtrace17 BINARY=$2
53 test -f "/proc/${PID}/exe" && BINARY="/proc/${PID}/exe"
54 test x"${BINARY}" = x"" && BINARY="/proc/${PID}/exe"
55 test -f "${BINARY}" || BINARY=`which ${BINARY}`
57 test -f "${BINARY}" || {
58 echo "${BASENAME}: ERROR: Cannot find binary '${BINARY}'."
62 echo "${BASENAME}: Trying to use ${DB_BIN} on ${BINARY} o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/tdb/
H A Dconfig.mk18 # Start BINARY tdbtool
19 [BINARY::tdbtool]
26 # End BINARY tdbtool
30 # Start BINARY tdbtorture
31 [BINARY::tdbtorture]
37 # End BINARY tdbtorture
41 # Start BINARY tdbdump
42 [BINARY::tdbdump]
48 # End BINARY tdbdump
52 # Start BINARY tdbbacku
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dmakefile.sl229 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\accel.cpp /BINARY accel.obj
232 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\app.cpp /BINARY app.obj
235 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\bitmap.cpp /BINARY bitmap.obj
238 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\bmpbuttn.cpp /BINARY bmpbuttn.obj
241 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\brush.cpp /BINARY brush.obj
244 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\button.cpp /BINARY button.obj
247 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\caret.cpp /BINARY caret.obj
250 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\choice.cpp /BINARY choice.obj
253 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\checkbox.cpp /BINARY checkbox.obj
256 $(CCC) $(CPPFLAGS) $(IFLAGS) $(MSWDIR)\checklst.cpp /BINARY checkls
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/talloc/
H A Dconfig.mk15 [BINARY::TALLOC]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/protocol/
H A Dftp.h31 BINARY enumerator in enum:wxFTP::TransferMode
52 bool SetBinary() { return SetTransferMode(BINARY); }
83 // this function tries its best to deliver the size in bytes using BINARY
85 // type is set to ASCII or BINARY)
158 // we will use BINARY transfer mode by default for backwards compatibility
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dftp.cpp369 case BINARY:
759 if ( ( m_currentTransfermode == NONE ) && !SetTransferMode(BINARY) )
789 if ( ( m_currentTransfermode == NONE ) && !SetTransferMode(BINARY) )
894 // First try "SIZE" command using BINARY(IMAGE) transfermode
897 // The BINARY size is the interesting one: How much memory
900 SetTransferMode(BINARY);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/l2tpd-0.69/
H A Dl2tp.h38 #define BINARY "l2tpd" macro
H A Dmisc.c43 openlog (BINARY, LOG_PID, LOG_DAEMON);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzipup.c775 z->att = BINARY; /* set sensible value in header */
844 if (z->att == (ush)BINARY && translate_eol && file_binary) {
850 else if (z->att == (ush)BINARY && translate_eol) {
1570 z_entry->att = (ush)(zstrm.data_type == Z_ASCII ? ASCII : BINARY);
1861 z_entry->att = (ush)BINARY;
1907 z_entry->att = (ush)BINARY;
H A Dtrees.c346 local ush *file_type; /* pointer to UNKNOWN, BINARY or ASCII */
1244 * Set the file type to TEXT (ASCII) or BINARY, using following algorithm:
1251 * - BINARY otherwise.
1259 * BINARY. If a text file contains a single accidental black character,
1260 * the file will be flagged as BINARY in the archive.
1278 *file_type = BINARY;
1294 *file_type = BINARY;
H A Dzip.h213 #define BINARY 0 macro
H A Dzipfile.c1812 if (z->att!=ASCII && z->att!=BINARY && z->att!=__EBCDIC)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcmsmvs.c245 z->att = BINARY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/tops20/
H A Dtops20.c494 ASCII :BINARY;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dslogn.S342 |--X = 2^(K) * Y, 1 <= Y < 2. THUS, Y = 1.XXXXXXXX....XX IN BINARY.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dftp.tex84 BINARY
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c126 if (MacZip.CurrentFork == ResourceFork) z->att = BINARY;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/
H A Dgzip.c104 #define BINARY 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c151 #define BINARY 0 macro
224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
2499 * Set the data type to ASCII or BINARY, using a crude approximation:
2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c151 #define BINARY 0 macro
224 Byte data_type; /* UNKNOWN, BINARY or ASCII */
2499 * Set the data type to ASCII or BINARY, using a crude approximation:
2513 s->data_type = (Byte)(bin_freq > (ascii_freq >> 2) ? BINARY : ASCII);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/ifpsp060/src/
H A Dfplsp.S8239 #--X = 2^(K) * Y, 1 <= Y < 2. THUS, Y = 1.XXXXXXXX....XX IN BINARY.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A Djre-1_5_0_15-linux-i586.bin24 THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY
1506 appropriate BINARY mode and that you have compiled UnZip properly)
[all...]

Completed in 510 milliseconds