Searched refs:mode (Results 1 - 25 of 50) sorted by relevance

12

/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c16 * safechown changes the owner ship of src to uid. If the mode parameter
17 * does not equal -1 changes the mode of src as well.
23 safechown(const char *src, uid_t uid, gid_t gid, int mode) argument
62 if (mode != -1) {
63 if (fchmod(fd, (mode_t)mode)) {
78 fprintf(stderr, "Usage %s [-u uid] [-m mode] source\n", prg);
85 int mode = -1; local
91 mode = strtol(optarg, 0, 8);
104 if (safechown(argv[optind], uid, getgid(), mode)) {
/solaris-userland/tools/
H A Duserland-unpack82 mode = stat.S_IMODE(st.st_mode)
83 mode |= (stat.S_IRUSR | stat.S_IRGRP | stat.S_IROTH)
85 mode |= (stat.S_IXUSR | stat.S_IXGRP | stat.S_IXOTH)
87 if (stat.S_IMODE(st.st_mode) != mode):
90 stat.S_IMODE(st.st_mode), mode)
91 os.chmod(path, mode)
/solaris-userland/components/net-snmp-57/sun/agent/modules/seaExtensions/
H A DsunHostPerf.c219 switch (reqinfo->mode) {
254 switch (reqinfo->mode) {
289 switch (reqinfo->mode) {
324 switch (reqinfo->mode) {
359 switch (reqinfo->mode) {
394 switch (reqinfo->mode) {
429 switch (reqinfo->mode) {
465 switch (reqinfo->mode) {
501 switch (reqinfo->mode) {
537 switch (reqinfo->mode) {
[all...]
H A DsunSystem.c81 switch (reqinfo->mode) {
124 switch (reqinfo->mode) {
167 switch (reqinfo->mode) {
201 switch (reqinfo->mode) {
/solaris-userland/components/samba/Solaris/include/samfs/
H A Dstat.h128 uint_t st_mode; /* File mode */
223 /* File mode */
345 #define S_ISBLK(mode) (((mode)&0xf000) == 0x6000)
346 #define S_ISCHR(mode) (((mode)&0xf000) == 0x2000)
347 #define S_ISDIR(mode) (((mode)&0xf000) == 0x4000)
348 #define S_ISFIFO(mode) (((mode)
[all...]
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_10/
H A Ddemo_module_10.c179 DEBUGMSGTL(("demo_module_10", "Handler got request, mode = %d:\n",
180 reqinfo->mode));
182 switch (reqinfo->mode) {
185 * later. we don't actually care about the mode type in this
249 switch (reqinfo->mode) {
286 switch (reqinfo->mode) {
345 "continuing delayed request, mode = %d\n",
346 cache->reqinfo->mode));
354 switch (cache->reqinfo->mode) {
359 * However, since the instance handler already reset the mode
[all...]
/solaris-userland/components/openssl/openssl-fips/inline-t4/
H A De_aes.c269 int ret, mode; local
272 mode = ctx->cipher->flags & EVP_CIPH_MODE;
273 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
277 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
282 if (mode == EVP_CIPH_CBC_MODE)
284 else if (mode == EVP_CIPH_CTR_MODE)
438 # define BLOCK_CIPHER_generic(nid,keylen,blocksize,ivlen,nmode,mode,MODE,flags) \
439 static const EVP_CIPHER aesni_##keylen##_##mode = { \
443 aesni_##mode##_ciphe
549 int ret, mode, bits; local
923 int ret, mode; local
[all...]
H A De_des3.c275 int mode = ctx->cipher->flags & EVP_CIPH_MODE; local
277 if (mode == EVP_CIPH_CBC_MODE) {
325 int mode = ctx->cipher->flags & EVP_CIPH_MODE; local
327 if (mode == EVP_CIPH_CBC_MODE) {
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_1/
H A Ddemo_module_1.c84 switch(reqinfo->mode) {
113 switch(reqinfo->mode) {
142 switch(reqinfo->mode) {
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_8/
H A Dme1LoadGroup.c70 switch (reqinfo->mode) {
107 switch (reqinfo->mode) {
140 switch (reqinfo->mode) {
/solaris-userland/components/bzip2/
H A Doldapi.c139 bzopen(const char *path, const char *mode) argument
141 return (BZ2_bzopen(path, mode));
145 bzdopen(int fd, const char *mode) argument
147 return (BZ2_bzdopen(fd, mode));
H A Dllib-lbz267 extern BZFILE *BZ2_bzopen(const char *path, const char *mode);
68 extern BZFILE *BZ2_bzdopen(int fd, const char *mode);
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_9/
H A Ddemo_module_9.c83 DEBUGMSGTL(("demo_module_9", "Handler got request, mode = %d:\n",
84 reqinfo->mode));
86 switch (reqinfo->mode) {
89 * later. we don't actually care about the mode type in this
172 "continuing delayed request, mode = %d\n",
173 cache->reqinfo->mode));
186 switch (cache->reqinfo->mode) {
191 * However, since the instance handler already reset the mode
192 * back to GETNEXT from the GET mode, we need to do the
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_7/
H A Ddemo_module_7.c158 net-snmp call each SNMP mode in sequence. The case statement
173 DEBUGMSGTL(("demo_module_7", "reqinfo->mode = %d\n", reqinfo->mode));
174 switch (reqinfo -> mode) {
238 net-snmp call each SNMP mode in sequence. The case statement
249 switch (reqinfo->mode) {
310 switch (reqinfo->mode) {
357 switch (reqinfo->mode) {
/solaris-userland/components/openstack/neutron/files/agent/solaris/
H A Ddhcp.py80 mode = None
85 mode = 'static'
106 mode = 'static'
115 # mode is optional and is not set - skip it
116 if mode:
120 cidr.network, mode, lease))
124 cidr.network, mode,
/solaris-userland/components/net-snmp-57/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c547 switch (reqinfo->mode) {
580 switch (reqinfo->mode) {
613 switch (reqinfo->mode) {
645 switch (reqinfo->mode) {
678 switch (reqinfo->mode) {
710 switch (reqinfo->mode) {
744 switch (reqinfo->mode) {
777 switch (reqinfo->mode) {
812 switch (reqinfo->mode) {
843 switch (reqinfo->mode) {
[all...]
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_6/
H A Ddemo_module_6.c143 switch (reqinfo->mode) {
/solaris-userland/components/openstack/cinder/files/solaris/
H A Dnfs.py110 mode = os.stat(path).st_mode
111 os.chmod(path, mode | 0o666)
115 mode = os.stat(path).st_mode
116 os.chmod(path, mode | 0o600)
225 For Solaris we always operate in a secure mode and do not
234 from opening bugs stating we are not running in a secure mode.
/solaris-userland/components/net-snmp-57/sun/agent/modules/entityMib/
H A DentLastChangeTime.c132 switch (reqinfo->mode) {
/solaris-userland/components/zlib/
H A Dllib-lz77 gzFile gzopen(const char *path, const char *mode);
78 gzFile gzopen64(const char *path, const char *mode);
79 gzFile gzdopen(int fd, const char *mode);
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_3/
H A Ddemo_module_3.c211 if (reqinfo->mode == MODE_GET) {
230 switch(reqinfo->mode) {
263 snmp_log(LOG_ERR, "problem encountered in me1ContactInfoTable_handler: unsupported mode\n");
/solaris-userland/components/python/os-brick/files/solaris/
H A Dsolarisfc.py63 mode = line.split()[-1]
64 # Skip Target mode ports
65 if mode != 'Initiator':
/solaris-userland/components/llvm/
H A DMakefile174 $(INSTALL) --mode=755 $(LLVM_BINDIR)/$$f \
182 $(INSTALL) --mode=644 $(PROTOUSRSHAREDIR)/scan-view/$$f \
188 $(INSTALL) --mode=644 $(PROTOUSRSHAREDIR)/clang/$$f \
204 $(INSTALL) --mode=644 $(COMPONENT_DIR)/Solaris/man1/$$f \
210 $(INSTALL) --mode=644 \
213 $(INSTALL) --mode=644 \
216 $(INSTALL) --mode=644 \
219 $(INSTALL) --mode=644 \
/solaris-userland/components/rsyslog/files/
H A Drsyslog80 mode=$(/usr/bin/stat -c %a $LOGADM_CONF)
83 /usr/bin/chmod $mode $LOGADM_CONF
/solaris-userland/components/libgcrypt/
H A DMakefile71 CONFIGURE_OPTIONS += --enable-maintainer-mode

Completed in 529 milliseconds

12