Searched refs:on (Results 1 - 25 of 2029) sorted by relevance

1234567891011>>

/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/mac/Prefix/
H A DtDOMPrefix_OSX.h1 #pragma once on #include "CoreHeadersMach-O.h" // These symbols are defined from MSL MacHeadersMach-O.h // (errno.h and stat.h are in the Kernel.framework) // and are redefined later in TclErrno.h : undef them // to avoid error message #undef EOVERFLOW #undef EOPNOTSUPP // This avoids the loading of stat.h from tclMacPort.h #define _MSL_STAT_H // --------------------------------------------------------------- // Replace #include "tclMacCommonPch.h" by its partial contents. #if !__option(enumsalwaysint) #error Tcl requires the Metrowerks setting "Enums always ints". #endif // Tell Tcl (or any Tcl extensions) that we are compiling for the Macintosh platform. #define MAC_TCL // --------------------------------------------------------------- #define USE_TCL_STUBS 1 // See dom.h for this one: #define USE_NORMAL_ALLOCATOR #define TCL_MEM_DEBUG #define MAC_OSX_TCL #define TDOM_NO_UNKNOWN_CMD #define VERSION "0.8.3" #include <Tcl/tcl.h>
H A DtDOMPrefix.h1 #pragma once on #include "tclMacCommonPch.h" #define USE_TCL_STUBS 1 #define TDOM_NO_UNKNOWN_CMD #define VERSION "0.8.3"
H A DtncPrefix.h1 #pragma once on #include "tclMacCommonPch.h" #define USE_TCL_STUBS 1 #define USE_TDOM_STUBS 1 #undef VERSION # (…)
H A DtncPrefix_OSX.h1 #pragma once on #define USE_TDOM_STUBS 1 #include "tDOMPrefix_OSX.h" #undef VERSION #define VERSION "0.3"
/macosx-10.10/OpenSSL098-52/src/MacOS/
H A D_MWERKS_GUSI_prefix.h4 #pragma longlong on
H A D_MWERKS_prefix.h4 #pragma longlong on
/macosx-10.10/dcerpc-61/dcerpc/libdcethread/
H A Ddcethread_enableasync.c86 dcethread_enableasync(int on) argument
93 thread->flag.async = on;
101 dcethread_enableasync_throw(int on) argument
103 DCETHREAD_WRAP_THROW(dcethread_enableasync(on));
H A Ddcethread_enableinterrupt.c86 dcethread_enableinterrupt(int on) argument
93 thread->flag.interruptible = on;
101 dcethread_enableinterrupt_throw(int on) argument
103 DCETHREAD_WRAP_THROW(dcethread_enableinterrupt(on));
/macosx-10.10/postfix-255/postfix/src/util/
H A Dclose_on_exec.c5 /* set/clear close-on-exec flag
9 /* int close_on_exec(int fd, int on)
11 /* the \fIclose_on_exec\fR() function manipulates the close-on-exec
17 /* .IP on
47 /* close_on_exec - set/clear close-on-exec flag */
49 int close_on_exec(fd, on)
51 int on;
57 if (fcntl(fd, F_SETFD, on ? flags | PATTERN : flags & ~PATTERN) < 0)
58 msg_fatal("fcntl: set close-on-exec flag %s: %m", on
[all...]
H A Dnon_blocking.c9 /* int non_blocking(int fd, int on)
17 /* .IP on
55 int non_blocking(fd, on)
57 int on;
63 if (fcntl(fd, F_SETFL, on ? flags | PATTERN : flags & ~PATTERN) < 0)
64 msg_fatal("fcntl: set non-blocking flag %s: %m", on ? "on" : "off");
H A Dsane_connect.c49 * forever on a blocking socket, and fails with EAGAIN on a non-blocking
50 * socket. Turning on keepalives will fix a blocking socket provided that
59 int on = 1; local
62 (char *) &on, sizeof(on));
/macosx-10.10/tcl-105/tcl_ext/tclresource/tclresource/
H A DtclResource_headers.h6 // on OSX for dylib target built with CW Pro 8
9 #pragma check_header_flags on
/macosx-10.10/dtrace-147/test/tst/common/sched/
H A Dtst.oncpu.d32 sched:::on-cpu
35 self->on++;
39 /pid == $pid && self->on/
45 /self->on > 50 && self->off > 50/
H A Dtst.stackdepth.d31 sched:::on-cpu
/macosx-10.10/tcl-105/tcl_ext/tktable/tktable/mac/
H A Dmac_tkTable_prefix.h1 #pragma once on
/macosx-10.10/ksh-23/ksh/src/lib/libast/vmalloc/
H A Dvmset.c36 int vmset(reg Vmalloc_t* vm, int flags, int on) argument
38 int vmset(vm, flags, on)
39 reg Vmalloc_t* vm; /* region being worked on */
41 int on; /* !=0 if turning on, else turning off */
47 if(flags == 0 && on == 0)
53 if(on)
/macosx-10.10/ruby-106/ruby/sample/optparse/
H A Dopttest.rb24 opts.on("-r", "--require=LIBRARY", String,
29 opts.on("-i", "--inplace=[EXTENSION]",
33 opts.on("-N=[NUM]", Integer) {|num|@number=num}
36 opts.on("-t", "--[no-]time[=TIME]", Time, "it's the time") {|time|@time=time}
39 opts.on("-[0-7]", "-F", "--irs=[OCTAL]", OptionParser::OctalInteger,
44 opts.on("-n", "--no-exec[=FLAG]", TrueClass, "not really execute") {|exec|@exec=exec}
47 opts.on("-a", "--list[=LIST,LIST]", Array, "list") {|list|@list=list}
50 opts.on("--pair[=car,cdr]", Array, "pair") {|x,y|@x=x; @y=y}
53 opts.on("--code=CODE", CODES, CODE_ALIASES, "select coding system",
57 opts.on("
[all...]
H A Dsubcommand.rb7 parser.on('-i') { puts "-i" }
8 parser.on('-o') { puts '-o' }
14 subparsers['add'] = OptionParser.new.on('-i') { puts "add -i" }
15 subparsers['del'] = OptionParser.new.on('-i') { puts "del -i" }
16 subparsers['list'] = OptionParser.new.on('-i') { puts "list -i" }
/macosx-10.10/dtrace-147/test/tst/common/safety/
H A Dtst.index.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
52 /on/
58 /on/
H A Dtst.strchr.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
51 /on/
57 /on/
H A Dtst.basename.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.cleanpath.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.ddi_pathname.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.dirname.d35 on = (timestamp / 1000000000) & 1;
39 /on/
45 /on/
H A Dtst.msgdsize.d45 on = (timestamp / 1000000000) & 1;
49 /on/
55 /on/

Completed in 138 milliseconds

1234567891011>>