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

1234567891011>>

/macosx-10.9.5/ncurses-42/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.9.5/ntp-88/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.9.5/ntp-88/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.9.5/pyobjc-42/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.9.5/ruby-104/ruby/lib/irb/lc/ja/
H A Derror.rb24 def_exception :CantShiftToMultiIrbMode, 'multi-irb mode������������������.'
/macosx-10.9.5/tcl-102/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.9.5/tcl-102/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.9.5/tcl-102/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.9.5/Heimdal-323.92.1/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.9.5/ksh-20/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.9.5/postfix-252/postfix/src/postconf/
H A Dpostconf_main.c13 /* void show_parameters(mode, param_class, names)
14 /* int mode;
29 /* .IP mode
146 static void print_line(int mode, const char *fmt,...) argument
183 if ((mode & FOLD_LINE) == 0 || line_len + word_len < LINE_LIMIT) {
199 static void print_parameter(int mode, const char *name, argument
207 if ((mode & SHOW_DEFS) != 0
209 && (mode & SHOW_NONDEF) == 0))
216 if (mode & SHOW_NAME) {
217 print_line(mode, "
239 show_parameters(int mode, int param_class, char **names) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael/t/lib/
H A Dmode.pl5 my( $mode ) = @_;
8 my $c = Crypt::Rijndael->new( $key, $mode );
/macosx-10.9.5/CPANInternal-140/Crypt-Rijndael-1.10/t/lib/
H A Dmode.pl5 my( $mode ) = @_;
8 my $c = Crypt::Rijndael->new( $key, $mode );
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/JavaMap/
H A DFileAppender.pm16 my $mode;
19 $mode = 'append';
21 $mode = 'write';
23 $mode = $data->{Append}
28 $mode = 'append';
48 mode => $mode,
73 mode "write|append"
/macosx-10.9.5/bash-92/bash-3.2/CWRU/misc/
H A Dhpux10-dlfcn.h55 #define dlopen(file,mode) (void *)shl_load((file), (mode), 0L)
/macosx-10.9.5/ipsec-258.100.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.9.5/ksh-20/ksh/src/lib/libast/path/
H A Dpathpath.c27 * return full path to p with mode access using $PATH
41 pathpath(char* path, const char* p, const char* a, int mode) argument
43 return pathpath_20100601(p, a, mode, path, PATH_MAX);
51 pathpath_20100601(const char* p, const char* a, int mode, register char* path, size_t size) argument
71 if (pathexists(path, mode))
73 if (*p != '/' && (mode & PATH_ABSOLUTE))
110 if (s = pathaccess(path, p, a, mode, path, size))
120 if (!(s = pathaccess(x, p, a, mode, path, size)) && !*x && (x = getenv("FPATH")))
121 s = pathaccess(x, p, a, mode, path, size);
/macosx-10.9.5/ksh-20/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.9.5/postfix-252/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.9.5/zlib-53/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.9.5/ncurses-42/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...]
/macosx-10.9.5/CommonCrypto-60049/test/CommonCrypto/
H A DCommonCryptoBlowfish.c43 CCMode mode;
50 mode = kCCModeECB;
56 retval = CCModeTestCase(keyStr, iv, mode, alg, padding, cipherText, plainText);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/passwd/
H A DMakefile7 $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) -DHAVE_KRB5 -Wall -c $?
10 $(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
14 $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) -Wall -c $?
17 $(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
21 $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) -Wall -c $?
24 $(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
28 $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) -Wall -c $?
31 $(LIBTOOL) --mode=link $(CC) -version-info 0:0:0 \
42 $(LIBTOOL) --mode=install cp kerberos.la $(PREFIX)/lib/openldap
43 $(LIBTOOL) --mode
[all...]

Completed in 473 milliseconds

1234567891011>>