Searched refs:mode (Results 101 - 125 of 3374) sorted by relevance

1234567891011>>

/macosx-10.10.1/apr-32/apr/apr/include/arch/aix/
H A Dapr_arch_dso.h28 void *dlopen(const char *path, int mode);
/macosx-10.10.1/groff-38/groff/font/devdvi/generate/
H A DCompileFonts5 mode=cx
10 virmf "&cm \\mode=$mode; mag=$s/10; batchmode; input $f" >/dev/null
/macosx-10.10.1/ksh-23/ksh/src/lib/libdll/
H A Ddllopen.c38 dllopen(const char* name, int mode)
72 dll = dlopen(path, mode);
87 dllopen(const char* name, int mode) argument
90 return dlopen(name, mode);
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A Dc14n.h70 int mode, /* a xmlC14NMode */
78 int mode, /* a xmlC14NMode */
86 int mode, /* a xmlC14NMode */
114 int mode, /* a xmlC14NMode */
/macosx-10.10.1/ncurses-44/ncurses/ncurses/base/
H A Dsigaction.c54 _nc_sigprocmask(int mode, sigset_t * mask, sigset_t * omask) argument
61 if (mode == SIG_BLOCK)
63 else if (mode == SIG_UNBLOCK)
65 else if (mode == SIG_SETMASK)
/macosx-10.10.1/ntp-92/libopts/compat/
H A Dwindows-config.h138 # define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG)
143 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR)
/macosx-10.10.1/ntp-92/sntp/libopts/compat/
H A Dwindows-config.h138 # define S_ISREG(mode) (((mode) & S_IFREG) == S_IFREG)
143 # define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dc14n.h70 int mode, /* a xmlC14NMode */
78 int mode, /* a xmlC14NMode */
86 int mode, /* a xmlC14NMode */
114 int mode, /* a xmlC14NMode */
/macosx-10.10.1/ruby-106/ruby/lib/irb/lc/ja/
H A Derror.rb24 def_exception :CantShiftToMultiIrbMode, 'multi-irb mode������������������.'
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/grammar_peg/
H A Dpeg_interp.tcl13 ## operates in pull-push mode, i.e. the interpreter object is in
47 set mo($s) [$peg nonterminal mode $s]
79 variable mode
97 if {$ok && ($mode eq "value")} {isv_terminal}
104 if {$ok && ($mode eq "value")} {isv_terminal}
117 if {$ok && ($mode eq "value")} {isv_terminal}
130 if {$ok && ($mode eq "value")} {isv_terminal}
139 set savemode $mode
140 set mode $mo($nt)
143 if {$ok && ($mode n
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/
H A Ddlfcn.h43 void *dlopen (const char *path, int mode);
H A DtclLoadDld.c45 void *dlopen(path, mode)
47 int mode;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A DtclLoadShl.c32 VOID *dlopen(path, mode)
35 int mode;
37 unsigned int mode;
45 flags = ((mode & RTLD_NOW) ? BIND_IMMEDIATE : BIND_DEFERRED) |
/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/telnet/
H A Dterminal.c147 * These routines decides on what the mode should be (based on the values
155 int mode = 0;
158 mode |= MODE_ECHO;
161 mode |= MODE_FLOW;
164 mode |= MODE_INBIN;
167 mode |= MODE_OUT8;
169 mode |= MODE_OUTBIN;
174 mode |= (MODE_TRAPSIG|MODE_EDIT);
176 mode &= ~MODE_ECHO;
179 return(mode);
154 int mode = 0; local
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libcmd/
H A Dmkdir.c34 "default, the mode of created directories is \ba=rwx\b minus the "
36 "[m:mode]:[mode?Set the mode of created directories to \amode\a. "
37 "\amode\a is symbolic or octal mode as in \bchmod\b(1). Relative "
38 "modes assume an initial mode of \ba=rwx\b.]"
42 "\vmkdir -p -m $(umask -S),u+wx $(dirname dir) && mkdir [-m mode]] "
43 "dir\v where the \b-m\b mode option represents that option supplied to "
69 register mode_t mode = DIRMODE; local
86 mode
[all...]
/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/t/lib/
H A Dmode.pl5 my( $mode ) = @_;
8 my $c = Crypt::Rijndael->new( $key, $mode );
/macosx-10.10.1/Libc-1044.1.2/emulated/
H A Dlchmod.c33 lchmod(const char *path, mode_t mode) argument
41 m = mode;
/macosx-10.10.1/bash-94.1.2/bash-3.2/CWRU/misc/
H A Dhpux10-dlfcn.h55 #define dlopen(file,mode) (void *)shl_load((file), (mode), 0L)
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/setkey/
H A Dscriptdump.pl8 $mode = 'add';
11 $mode = 'delete';
22 } elsif (/^\t(esp|ah) mode=(\S+) spi=(\d+).*reqid=(\d+)/) {
35 print "$mode $src $dst $proto $spi";
38 if ($mode eq 'add') {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfpurge.c36 reg int mode; local
41 if((mode = f->mode&SF_RDWR) != (int)f->mode && _sfmode(f,mode|SF_SYNCED,0) < 0)
51 if((f->flags&SF_STRING) && (f->mode&SF_READ) )
69 switch(f->mode&~SF_LOCK)
76 if(!f->proc || !(f->flags&SF_READ) || !(f->mode&SF_WRITE) )
H A Dsfstrtod.c77 reg int mode, fexp, sign, expsign; local
95 mode = IPART;
111 if(mode == IPART)
117 else if(mode == FPART)
137 if(mode != IPART)
139 mode = FPART;
143 { if(mode == EPART)
145 mode = EPART;
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_lookup.c9 /* const char *pcf_lookup_parameter_value(mode, name, local_scope, node)
10 /* int mode;
15 /* char *pcf_expand_parameter_value(buf, mode, value, local_scope)
17 /* int mode;
45 /* .IP mode
104 const char *pcf_lookup_parameter_value(int mode, const char *name, argument
115 if ((mode & PCF_SHOW_DEFS) != 0
119 && (mode & PCF_SHOW_NONDEF) == 0)) {
131 int mode; member in struct:__anon11578
143 return (pcf_lookup_parameter_value(cp->mode, ke
149 pcf_expand_parameter_value(VSTRING *buf, int mode, const char *value, PCF_MASTER_ENT *local_scope) argument
[all...]
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dopen_as.c10 /* int open_as(path, flags, mode, euid, egid)
12 /* int mode;
48 int open_as(const char *path, int flags, int mode, uid_t euid, gid_t egid) argument
62 fd = open(path, flags, mode);
/macosx-10.10.1/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.cc11 #include <cstring> // for strcpy, strcat, strlen (mode strings)
52 std::ios_base::openmode mode)
58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
61 // Build mode string for gzopen and check it [27.8.1.3.2]
63 if (!this->open_mode(mode, char_mode))
72 io_mode = mode;
80 std::ios_base::openmode mode)
86 if ((mode & std::ios_base::in) && (mode
51 open(const char *name, std::ios_base::openmode mode) argument
79 attach(int fd, std::ios_base::openmode mode) argument
131 open_mode(std::ios_base::openmode mode, char* c_mode) const argument
379 gzifstream(const char* name, std::ios_base::openmode mode) argument
388 gzifstream(int fd, std::ios_base::openmode mode) argument
398 open(const char* name, std::ios_base::openmode mode) argument
409 attach(int fd, std::ios_base::openmode mode) argument
434 gzofstream(const char* name, std::ios_base::openmode mode) argument
443 gzofstream(int fd, std::ios_base::openmode mode) argument
453 open(const char* name, std::ios_base::openmode mode) argument
464 attach(int fd, std::ios_base::openmode mode) argument
[all...]
/macosx-10.10.1/ncurses-44/ncurses/Ada95/gen/
H A Dgen.c433 keydef(const char *name, const char *old_name, int value, int mode) argument
435 if (mode == 0) /* Generate the new name */
451 * Generate constants for the key codes. When called with mode==0, a
458 gen_keydefs(int mode) argument
465 keydef("Key_Code_Yes", "KEY_CODE_YES", KEY_CODE_YES, mode);
468 keydef("Key_Min", "KEY_MIN", KEY_MIN, mode);
471 keydef("Key_Break", "KEY_BREAK", KEY_BREAK, mode);
474 keydef("Key_Cursor_Down", "KEY_DOWN", KEY_DOWN, mode);
477 keydef("Key_Cursor_Up", "KEY_UP", KEY_UP, mode);
480 keydef("Key_Cursor_Left", "KEY_LEFT", KEY_LEFT, mode);
[all...]

Completed in 202 milliseconds

1234567891011>>