Searched refs:on (Results 101 - 113 of 113) sorted by last modified time

12345

/haiku/src/bin/network/telnet/
H A Dcommands.c617 printf("Negotiating binary mode on input.\n");
624 printf("Negotiating network ascii mode on input.\n");
643 printf("Negotiating binary mode on output.\n");
650 printf("Negotiating network ascii mode on output.\n");
739 "map carriage return on output" },
750 "turn on socket level debugging" },
881 { "echo", "character to toggle local echoing on/off", NULL, &echoc },
961 if ((argc == 2) || (strcmp("on", argv[2]) == 0))
966 printf("Format is 'set togglename [on|off]'\n'set ?' for help.\n");
1105 dolmmode(int bit, int on)
1101 dolmmode(int bit, int on) argument
[all...]
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c137 int on = 1, fromlen; local
156 * that works on all telnet clients, including the FreeBSD client.
163 * in telnet sessions and can be used more than once on the same line.
168 linemode=1; /*Default to mode that works on bulk of clients*/
367 (char *)&on, sizeof(on));
370 (char *)&on, sizeof(on));
380 (char *)&on, sizeof(on));
745 int on = 1; local
[all...]
/haiku/src/apps/soundrecorder/
H A DDrawButton.cpp11 DrawButton::DrawButton(BRect frame, const char *name, const unsigned char *on, argument
19 fOn.SetBits(on, (frame.Width() + 1) * (frame.Height() + 1), 0, B_CMAP8);
H A DDrawButton.h17 DrawButton(BRect frame, const char *name, const unsigned char *on,
H A DTransportButton.cpp278 TransportButton::SetEnabled(bool on) argument
280 _inherited::SetEnabled(on);
281 if (!on)
529 // in playing state blink the LED on and off
546 // in paused state blink the LED on and off
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_config.c148 int on;
177 if (mount_flags[i].on)
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDevice.h53 virtual bool IsPlugged(); // asserts on-line hardware
95 virtual status_t PowerOnSensor(bool on);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/addons/sonix/
H A DSonixCamDevice.h67 virtual status_t PowerOnSensor(bool on);
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A DTODO13 6)(???) Hang problem with DriveSetup #reproduced on clean system without SCSI...
18 #11) Transfer should be build on callback ideology
23 #16) Think on possibility to use "one.dev <-> one.path" scheme
24 #17) Set cam_scsi_status correctly on return!
25 #18) Support of autosense on fake devices
34 27)(???) Looks like system ignores our CHECK_CONDITION (for example on handling 1e, 1b, 2a). Is it our problem?
57 #-CDBurner's problem-50) Problems with 35h SYNCHRONIZE_CACHE command with CDBurner on FREECOM module.
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A Dsis7018.settings.sample8 ## trace [on|off] - activate additional tracing.
11 trace on
19 ## reset_logfile [on|off] - truncate private log file on driver/system restart
25 ## add_timestamp [on|off] - add time of writing the string in private log file.
26 ## default value: on
/haiku/headers/cpp/
H A Dstreambuf.h160 , dont_close=_IO_DONT_CLOSE // Don't delete streambuf on stream destruction
233 static int sync_with_stdio(int on);
422 // A backupbuf is a streambuf with full backup and savepoints on reading.
/haiku/headers/libs/x86emu/x86emu/
H A Dprim_x86_gcc.h30 * Environment: GCC on i386 or x86-64
46 #error This file is intended to be used by gcc on i386 or x86-64 system
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php26 // on debian, apt-get install vnc-java will put them in
33 // on debian, apt-get install tightvnc-java will put them in

Completed in 138 milliseconds

12345