Searched refs:mode (Results 201 - 225 of 3374) sorted by relevance

1234567891011>>

/macosx-10.10.1/CPANInternal-159.1/Crypt-Rijndael-1.10/
H A DRijndael.xs39 int mode;
126 new(class, key, mode=MODE_ECB)
129 int mode
141 if (mode != MODE_ECB && mode != MODE_CBC && mode != MODE_CFB && mode != MODE_OFB && mode != MODE_CTR)
142 croak ("illegal mode, see documentation for valid modes");
145 RETVAL->ctx.mode
[all...]
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/comp_match/
H A DauthorityKeyIdentifier.h62 int BDecComponentOtherName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentOtherName **v, AsnLen *bytesDecoded, int mode));
65 int GDecComponentOtherName PROTO (( void* mem_op, GenBuf * b, ComponentOtherName **v, AsnLen *bytesDecoded, int mode));
86 int BDecComponentORAddress PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentORAddress **v, AsnLen *bytesDecoded, int mode));
89 int GDecComponentORAddress PROTO (( void* mem_op, GenBuf * b, ComponentORAddress **v, AsnLen *bytesDecoded, int mode));
109 int BDecComponentAttributeTypeAndValue PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentAttributeTypeAndValue **v, AsnLen *bytesDecoded, int mode));
112 int GDecComponentAttributeTypeAndValue PROTO (( void* mem_op, GenBuf * b, ComponentAttributeTypeAndValue **v, AsnLen *bytesDecoded, int mode));
146 int BDecComponentDirectoryString PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentDirectoryString **v, AsnLen *bytesDecoded, int mode));
149 int GDecComponentDirectoryString PROTO (( void* mem_op, GenBuf * b, ComponentDirectoryString **v, AsnLen *bytesDecoded, int mode));
169 int BDecComponentEDIPartyName PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentEDIPartyName **v, AsnLen *bytesDecoded, int mode));
172 int GDecComponentEDIPartyName PROTO (( void* mem_op, GenBuf * b, ComponentEDIPartyName **v, AsnLen *bytesDecoded, int mode));
[all...]
H A DMakefile40 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
43 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
46 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
49 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
52 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
55 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(INCS) -c $?
58 $(LIBTOOL) --mode=link $(CC) $(OPT) $(LIBS) -version-info 0:0:0 \
/macosx-10.10.1/postfix-255/postfix/src/postconf/
H A Dpostconf_edit.c9 /* void pcf_edit_main(mode, argc, argv)
10 /* int mode;
14 /* void pcf_edit_master(mode, argc, argv)
15 /* int mode;
148 void pcf_edit_main(int mode, int argc, char **argv) argument
181 if (mode & PCF_EDIT_CONF) {
184 } else if (mode & (PCF_COMMENT_OUT | PCF_EDIT_EXCL)) {
193 msg_panic("pcf_edit_main: unknown mode %d", mode);
232 else if (mode
296 pcf_edit_master(int mode, int argc, char **argv) argument
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dmonitor.h40 extern void moncontrol (int mode);
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dsigact.c67 sigprocmask (int mode, sigset_t *mask, sigset_t *omask) argument
79 if (mode == SIG_BLOCK)
81 else if (mode == SIG_UNBLOCK)
83 else if (mode == SIG_SETMASK)
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/rdata/generic/
H A Dtkey_249.h32 isc_uint16_t mode; member in struct:dns_rdata_tkey
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/unix/
H A Dfsaccess.c38 mode_t mode; local
58 mode = 0;
62 mode |= modebit; \
89 if (chmod(path, mode) < 0)
/macosx-10.10.1/diskdev_cmds-576/disklib/
H A Ddkopen.h51 int dkopen (const char *path, int flags, int mode);
/macosx-10.10.1/file-46/file/src/
H A Dtar.h55 char mode[8]; member in struct:record::header
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/comp/
H A Dmkdir.c37 mkdir(const char* path, mode_t mode)
59 return(chmod(path, mode));
/macosx-10.10.1/ksh-23/ksh/src/lib/libcoshell/
H A Dcosync.c28 * if mode<0 then fd not created
40 cosync(Coshell_t* co, const char* file, int fd, int mode) argument
73 if (fd >= 0 && mode >= 0)
75 if ((td = open(file, mode|O_cloexec)) < 0)
90 if (!file || mode < 0 || (fd = open(file, O_RDONLY|O_cloexec)) < 0) return(-1);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Dfsaccess.c38 mode_t mode; local
58 mode = 0;
62 mode |= modebit; \
89 if (chmod(path, mode) < 0)
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/dlcompat-20010505/
H A Ddlfcn.h37 int mode);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dexopen.h4 unique Q((const char*const full,char*p,const size_t len,const mode_t mode,
H A Dlocking.h8 xcreat Q((const char*const name,const mode_t mode,time_t*const tim,
/macosx-10.10.1/ruby-106/ruby/sample/
H A Duumerge.rb13 $mode, $file = $1, $2
32 File.chmod $mode.oct, $file unless out_stdout
/macosx-10.10.1/sudo-73/src/zlib/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/macosx-10.10.1/tcl-105/tcl/tcl/compat/
H A Ddlfcn.h56 VOID *dlopen _ANSI_ARGS_((const char *path, int mode));
/macosx-10.10.1/tcl-105/tcl84/tcl/compat/
H A Ddlfcn.h56 VOID *dlopen _ANSI_ARGS_((const char *path, int mode));
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_hb.tcl39 [list $sym [$t get $def mode] [hb::peOf $t $eroot] $l]
43 foreach {sym mode rule l} $e break
44 hb::Rule $chan $sym $mode $rule [expr {$max - $l}]
57 proc ::page::gen::peg::hb::Rule {chan sym mode pe off} {
60 puts $chan "Define $ms($mode) $sym$off [printTclExpr $pe]"
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Ddlfcn.h50 VOID *dlopen _ANSI_ARGS_((const char *path, int mode));
/macosx-10.10.1/zlib-55/zlib/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/samba4/
H A DMakefile45 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
48 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
52 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
55 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
59 $(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
62 $(LIBTOOL) --mode=link $(CC) $(OPT) -version-info 0:0:0 \
74 $(LIBTOOL) --mode=install cp $$p $(DESTDIR)$(moduledir) ; \
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfilemode.c147 mode_string (mode, str)
148 unsigned short mode;
151 str[0] = ftypelet ((long) mode);
152 rwx ((mode & 0700) << 0, &str[1]);
153 rwx ((mode & 0070) << 3, &str[4]);
154 rwx ((mode & 0007) << 6, &str[7]);
155 setst (mode, str);
159 file mode BITS:
221 according to the file mode BITS. */

Completed in 401 milliseconds

1234567891011>>