Searched refs:on (Results 126 - 150 of 249) sorted by relevance

12345678910

/haiku-fatelf/src/kits/network/libbind/isc/
H A Dctl_clnt.c144 * create, condition, and connect to a listener on the control port.
153 static const int on = 1; local
189 (const char *)&on, sizeof on) != 0) {
312 /* Since there are some trans, make sure timer is successfully "on". */
H A Dev_connects.c82 int on = 1; local
83 OKFREE(ioctl(fd, FIONBIO, (char *)&on), new);
/haiku-fatelf/src/libs/ncurses/tack/
H A Dansi.c659 ** print_sgr20(on, off)
664 print_sgr20(int on, int off) argument
672 printf("%d/%d \033[%dmon\033[%dm off\033[0m", on, off, on, off);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/AuthLib/
H A Dbesure_auth.c640 int on = 1; local
661 // Normally, a setsockopt() call is necessary to turn broadcast mode on
665 if (setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &on, sizeof(on)) < 0)
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyNetView.cpp34 #define TEXT_WARN_NETUNREACH "A network error has prevented the discovery of other computers on your network. Consequently, the list of those computers cannot be displayed."
450 int on = 1;
476 // Normally, a setsockopt() call is necessary to turn broadcast mode on
480 setsockopt(sock, SOL_SOCKET, SO_BROADCAST, &on, sizeof(on));
/haiku-fatelf/src/apps/codycam/
H A DFtpClient.cpp397 FtpClient::SetPassive(bool on) argument
399 if (on)
584 // on the port it sends back to us
H A DSftpClient.cpp251 SftpClient::SetPassive(bool on) argument
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dstrftime.c374 case 'p': /* am or pm based on 12-hour clock */
465 * this code on a couple of machines, but I don't doubt
630 * What day of the week does January 1 fall on?
742 in a process of fixing of strftime() in libraries on Atari ST I grabbed
753 How nicer it depends on a compiler, of course, but always a tiny bit.
834 "(%%p) locale's AM or PM based on 12-hour clock %p",
/haiku-fatelf/src/servers/print/
H A DConfigWindow.cpp350 const char* name, const char* on, const char* off, uint32 what)
352 BBitmap* onBM = LoadBitmap(on);
349 AddPictureButton(BView* panel, BRect frame, const char* name, const char* on, const char* off, uint32 what) argument
/haiku-fatelf/headers/os/interface/
H A DSlider.h89 virtual void SetEnabled(bool on);
/haiku-fatelf/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-fatelf/src/apps/bootmanager/
H A Dbootman.S168 ; Variables on stack
205 xor bh, bh ; write on page 0
267 mov bh, 0 ; Text output on page 0
625 xor bh, bh ; Write on page 0
/haiku-fatelf/src/bin/gdb/gdb/
H A Dp-lang.c97 /* Print the character C on STREAM as part of the contents of a literal
130 /* Print the character C on STREAM as part of the contents of a literal
261 distinction to be passed on to a debugger. For now, we always just
/haiku-fatelf/src/bin/gdb/
H A Dltcf-c.sh67 *** to be unable to reliably create shared libraries on AIX.
82 # that the semantics of dynamic libraries on AmigaOS, at least up
85 # behavior of shared libraries on other platforms, we can use
135 # can override, but on older systems we have to supply one (in ltdll.c)
204 *** create shared libraries on Solaris systems. Therefore, libtool
287 # We only want to do this on AIX 4.2 and lower, the check
370 # see comment about different semantics on the GNU ld section
675 # PIC is the default on this platform
773 # on them:
790 # Test whether the compiler implicitly links with -lc since on som
[all...]
H A Dltcf-gcj.sh70 *** to be unable to reliably create shared libraries on AIX.
85 # that the semantics of dynamic libraries on AmigaOS, at least up
88 # behavior of shared libraries on other platforms, we can use
138 # can override, but on older systems we have to supply one (in ltdll.c)
197 *** create shared libraries on Solaris systems. Therefore, libtool
276 # We only want to do this on AIX 4.2 and lower, the check
359 # see comment about different semantics on the GNU ld section
H A Dlibtool.m4214 # can override, but on older systems we have to supply one
371 dnl $ac_dummy forces splitting on constant user-supplied paths.
372 dnl POSIX.2 word splitting is done only on the output of word expansions,
394 *** depend on shared libraries, but programs linked with such libtool
536 # Need to set the preceding variable on all platforms that support
544 # If you have `file' or equivalent on your system and you're not sure
574 *) # Darwin 1.3 on
642 # glibc up to 2.1.1 does not perform some relocations on ARM
714 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
/haiku-fatelf/src/bin/writembr/
H A Dmbr.S317 ; display a non-empty null-terminated string on the screen,
344 ; display a non-empty null-terminated string on the screen
/haiku-fatelf/src/kits/interface/
H A DMenuField.cpp618 BMenuField::SetEnabled(bool on) argument
620 if (fEnabled == on)
623 fEnabled = on;
624 fMenuBar->SetEnabled(on);
/haiku-fatelf/src/kits/tracker/
H A DFindPanel.h114 static void SetQueryTemporary(BNode*, bool on);
250 // fMode gets set by this and the call relies on it being
H A DPoseView.h444 // create a new file based on a template, optionally specify
1001 BPoseView::SetShowHideSelection(bool on) argument
1003 fShowHideSelection = on;
1008 BPoseView::SetIconMapping(bool on) argument
1010 fOkToMapIcons = on;
/haiku-fatelf/src/libs/ncurses/ncurses/base/
H A Dlib_mouse.c32 * and: Thomas E. Dickey 1996-on *
40 * Additional methods depend on the platform:
53 * put them on the circular queue. This can happen in one of two ways:
65 * feedback on which theoretical event types they won't see when they call
255 /* sit and wait on the event queue */
336 /* for cosmetic bug in syscons.c on FreeBSD 3.[34] */
530 * mouse events. The logical way to proceed (reading data on a
873 mouse_activate(bool on) argument
875 if (!on && !initialized)
881 if (on) {
[all...]
/haiku-fatelf/src/system/libroot/os/arch/arm/
H A Datomic.S136 bne differ @ if they were not equal jump to (differ) which clears the exclusive tag on the address and returns<
/haiku-fatelf/src/tools/
H A Dhta_committer.sh53 --fix_fingerprints Force expected fingerprints on catkeys that fail to build.
299 rmdir --ignore-fail-on-non-empty hta_committer_tempfolder/
/haiku-fatelf/src/bin/coreutils/
H A Dconfigure24 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
45 # Prefer a ksh shell builtin over an external printf program on Solaris,
142 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
228 $as_echo "$0: the shells that I found on your system."
346 # Perform arithmetic evaluation on the ARGs, and store the result in the
449 # original and so on. Autoconf is especially sensitive to this).
461 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
536 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
1487 # and all the variables that are supposed to be based on exec_prefix
1904 # There might be people who depend on th
[all...]
/haiku-fatelf/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 201 milliseconds

12345678910