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

1234567891011>>

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAnyDBM_File.t37 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
39 ok(($mode & 0777) == ($^O eq 'vos' ? 0750 : 0640) , "File permissions");
119 ($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,$atime,$mtime,$ctime,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A Dstat.pm30 dev ino mode nlink uid gid rdev size
73 if ( ($st->mode & 0111) && $st->nlink > 1) ) {
92 mode,
H A DPath.pm35 the numeric mode to use when creating the directories
135 my($paths, $verbose, $mode) = @_;
138 # $mode -- optional permissions, defaults to 0777
140 $mode = 0777 unless defined($mode);
156 push(@created,mkpath($parent, $verbose, $mode));
159 unless (mkdir($path,$mode)) {
/osnet-11/usr/src/lib/libpp/common/
H A Dppcontrol.c170 if ((sym->flags & SYM_FINAL) && (pp.mode & HOSTED)) return 0;
317 if ((pp.state & (COMPATIBILITY|STRICT)) == COMPATIBILITY || (pp.mode & HOSTED)) pp.state &= ~NOVERTICAL;
319 if (pp.mode & HOSTED) pp.state &= ~NOVERTICAL;
325 if ((pp.state & STRICT) && !(pp.mode & (HOSTED|RELAX)))
438 if (!(pp.mode & HOSTED))
469 if (*pp.token == '/' && !(pp.mode & (HOSTED|RELAX)))
507 pp.mode |= EXPOSE;
511 pp.mode &= ~EXPOSE;
540 if ((pp.state & (STRICT|WARN)) && !(pp.mode & (HOSTED|RELAX)))
577 if (directive != PRAGMA && (!(*pp.control & SKIP) || !(pp.mode
[all...]
H A Dppop.c48 r = p == &pp.state ? &pp.ro_state : p == &pp.mode ? &pp.ro_mode : &pp.ro_option;
49 if (!(pp.mode & INIT) || !(pp.in->type == IN_FILE) || !(*r & op))
51 if (!pp.initialized && !(pp.mode & INIT))
58 debug((-7, "set(%s)=%s", p == &pp.state ? "state" : p == &pp.mode ? "mode" : "option", p == &pp.state ? ppstatestr(*p) : p == &pp.mode ? ppmodestr(*p) : ppoptionstr(*p)));
493 if (pp.mode & DUMP)
496 if (pp.mode & FILEDEPS)
513 set(&pp.mode, DUMP, va_arg(ap, int));
515 if (pp.mode
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dhdparm.c36 {"power", 'C', 0, N_("Check power mode."), 0, ARG_TYPE_NONE},
46 {"standby", 'y', 0, N_("Set drive to standby mode."), 0, ARG_TYPE_NONE},
47 {"sleep", 'Y', 0, N_("Set drive to sleep mode."), 0, ARG_TYPE_NONE},
357 /* The IDLE cmd sets disk to idle mode and configures standby timer. */
391 /* Check power mode. */
394 grub_printf ("Disk power mode is: ");
395 int mode = grub_hdparm_do_check_powermode_cmd (ata); local
396 if (mode < 0)
400 (mode == 0xff ? "active/idle" :
401 mode
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/PerlIO/via/
H A Dvia.xs121 PerlIOVia_pushed(pTHX_ PerlIO * f, const char *mode, SV * arg,
124 IV code = PerlIOBase_pushed(aTHX_ f, mode, Nullsv, tab);
150 if (!mode) {
151 /* binmode() passes NULL - so find out what mode is */
152 mode = PerlIO_modestr(f,lmode);
154 modesv = sv_2mortal(newSVpvn(mode, strlen(mode)));
205 IV n, const char *mode, int fd, int imode, int perm,
209 f = PerlIO_push(aTHX_ PerlIO_allocate(aTHX), self, mode,
214 if (!PerlIO_push(aTHX_ f, self, mode, PerlIOAr
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c95 char mode[8]; /* stdio file mode ("r\0", "rb\0", "r+b\0" etc.) */ local
98 Zero(mode,sizeof(mode),char);
148 /* sysopen style args, i.e. integer mode and permissions */
188 mode[ix++] = IoTYPE_NUMERIC; /* Marker to openn to use numeric "sysopen" */
194 IoTYPE(io) = PerlIO_intmode2str(rawmode, &mode[ix], &writing);
200 fp = PerlIO_openn(aTHX_ type, mode, -1, rawmode, rawperm, NULL, num_svs, svp);
221 /* New style explicit name, type is just mode and layer info */
246 mode[
1139 int mode = O_BINARY; local
1192 Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int mode) argument
1824 Perl_cando(pTHX_ Mode_t mode, Uid_t effective, register Stat_t *statbufp) argument
[all...]
/osnet-11/usr/src/lib/librdc/common/
H A Dlibrdc.h56 char mode[NSC_MAXPATH]; member in struct:rdcconfig_s
79 const char *mode, const char *group, const char *ctag, const char *options,
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c68 int mode; local
72 OKFREE(mode = fcntl(fd, F_GETFL, NULL), new); /*%< side effect: validate fd. */
80 if ((mode & PORT_NONBLOCK) == 0) {
85 OKFREE(fcntl(fd, F_SETFL, mode | PORT_NONBLOCK), new);
120 /* Do the select() first to get the socket into nonblocking mode. */
160 int mode; local
165 mode = fcntl(this->fd, F_GETFL, NULL);
166 if (mode == -1) {
174 OK(fcntl(this->fd, F_SETFL, mode & ~PORT_NONBLOCK));
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c106 parse_fips_mode(char *buf, boolean_t *mode) argument
114 *mode = B_FALSE;
116 *mode = B_TRUE;
602 get_fips_mode(int *mode) argument
615 *mode = CRYPTO_FIPS_MODE_DISABLED;
645 *mode = CRYPTO_FIPS_MODE_ENABLED;
647 *mode = CRYPTO_FIPS_MODE_DISABLED;
656 *mode = CRYPTO_FIPS_MODE_DISABLED;
/osnet-11/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c466 ** mode -- File permisions on a created database.
486 smdb_ndbm_open(database, db_name, mode, mode_mask, sff, type, user_info,
490 int mode;
524 bitset(mode, O_CREAT))
528 result = smdb_lock_file(&lock_fd, db_name, mode, sff,
538 result = smdb_lock_file(&pag_fd, db_name, mode, sff,
547 mode |= O_TRUNC;
548 mode &= ~(O_CREAT|O_EXCL);
565 dbm = dbm_open(db_name, mode, DBMMODE);
/osnet-11/usr/src/lib/libast/common/comp/
H A Domitted.c307 chmod(const char* path, mode_t mode) argument
313 if ((r = syschmod(path, mode)) && errno == ENOENT && execrate(path, buf, sizeof(buf), 0))
316 return syschmod(buf, mode);
318 if (!(r = syschmod(path, mode)) &&
319 (mode & (S_IXUSR|S_IXGRP|S_IXOTH)) &&
434 runve(int mode, const char* path, char* const* argv, char* const* envv) argument
463 if (mode == _P_DETACH)
471 mode = _P_NOWAIT;
593 sfprintf(sfstderr, "%s %s [", mode == _P_OVERLAY ? "_execve" : "_spawnve", path);
607 if (mode !
644 spawnve(int mode, const char* path, char* const* argv, char* const* envv) argument
747 int mode; local
[all...]
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dmse.c87 _setorientation(FILE *iop, _IOP_orientation_t mode) argument
89 switch (mode) {
/osnet-11/usr/src/lib/libshell/common/sh/
H A Darray.c1121 * <mode> can be a number, plus or more of symbolic constants
1124 * not already array and the ARRAY_ADD bit of <mode> is not set.
1129 Namval_t *nv_putsub(Namval_t *np,register char *sp,register long mode) argument
1132 register int size = (mode&ARRAY_MASK);
1161 if(size==0 && !(mode&ARRAY_FILL))
1168 ap->header.nelem |= (mode&(ARRAY_SCAN|ARRAY_NOCHILD|ARRAY_UNDEF|ARRAY_NOSCOPE));
1186 if((mode&ARRAY_SCAN) && (ap->cur--,!nv_nextsub(np)))
1188 if(mode&(ARRAY_FILL|ARRAY_ADD))
1190 if(!(mode&ARRAY_ADD))
1193 if(mode
1384 array_fixed(Namval_t *np, char *sub, char *cp,int mode) argument
1438 nv_endsubscript(Namval_t *np, register char *cp, int mode) argument
1605 nv_associative(register Namval_t *np,const char *sp,int mode) argument
[all...]
/osnet-11/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c219 * called separately with a different mode set for each step. The
222 * mode A bit mask used to specify operation(s) to be performed.
243 dst_sign_data(const int mode, DST_KEY *in_key, void **context, argument
247 DUMP(data, mode, len, "dst_sign_data()");
249 if (mode & SIG_MODE_FINAL &&
254 return (in_key->dk_func->sign(mode, in_key, context, data, len,
266 * called separately with a different mode set for each step. The
269 * mode Operations to perform this time.
286 dst_verify_data(const int mode, DST_KEY *in_key, void **context, argument
290 DUMP(data, mode, le
592 int mode; local
[all...]
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dshiocmd_solaris.c122 * mode formatting related
126 mode_t mode = nv_getn(np,nfp); local
127 return(fmtperm(mode));
134 int32_t mode; local
139 mode = *(Sfdouble_t*)val;
141 mode = *(double*)val;
145 mode = strperm(val, &last,0);
147 errormsg(SH_DICT, ERROR_exit(1),"%s: invalid mode string", val);
149 nv_putv(np,(char*)&mode,NV_INTEGER,nfp);
408 { "mode", NV_INTEGE
496 mode_t mode = 0666; local
[all...]
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h209 /* these bits share the "mode" field with the public bits */
215 #define VMETHOD(vd) ((vd)->mode&VM_METHODS)
218 #define SETINUSE(vd,iu) (((iu) = (vd)->mode&VM_INUSE), ((vd)->mode |= VM_INUSE) )
219 #define CLRINUSE(vd,iu) ((iu) ? 0 : ((vd)->mode &= ~VM_INUSE) )
220 #define SETLOCAL(vd) ((vd)->mode |= VM_LOCAL)
221 #define GETLOCAL(vd,l) (((l) = (vd)->mode&VM_LOCAL), ((vd)->mode &= ~VM_LOCAL) )
222 #define ISLOCK(vd,l) ((l) ? 0 : ((vd)->mode & VM_LOCK) )
223 #define SETLOCK(vd,l) ((l) ? 0 : ((vd)->mode |
341 { int mode; /* current mode for region */ member in struct:_vmdata_s
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftRawDataCrypt.c137 #define SOFT_RAWDATA_ENCRYPT(alg, mode, blocksz) \
139 soft_##alg##_##mode##_encrypt(soft_session_t *session_p, CK_BYTE_PTR pData, \
157 SOFT_##mode##_DATASZ_CHECK(ulDataLen, blocksz, B_TRUE) \
189 AESNI_##alg##_##mode##_SMALL_JOB \
267 #define SOFT_RAWDATA_ENCRYPT_UPDATE(alg, mode, blocksz, is_block_cipher) \
269 soft_##alg##_##mode##_encrypt_update(soft_session_t *session_p, \
455 #define SOFT_RAWDATA_DECRYPT(alg, mode, blocksz) \
457 soft_##alg##_##mode##_decrypt(soft_session_t *session_p, \
476 SOFT_##mode##_DATASZ_CHECK(ulEncryptedLen, blocksz, B_FALSE) \
564 #define SOFT_RAWDATA_DECRYPT_UPDATE(alg, mode, blocks
[all...]
/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c2738 /* mode */
2749 mode; /* current inflate mode */ member in struct:internal_state
2751 /* mode dependent information */
2761 /* mode independent information */
2779 z->state->mode = z->state->nowrap ? BLOCKS : METHOD;
2868 while (1) switch (z->state->mode)
2874 z->state->mode = BAD;
2881 z->state->mode = BAD;
2886 z->state->mode
3062 mode; /* current inflate_block mode */ member in struct:inflate_blocks_state
4097 mode; /* current inflate_codes mode */ member in struct:inflate_codes_state
[all...]
/osnet-11/usr/src/lib/librstp/common/
H A Dstp_vectors.h68 int (*set_hardware_mode) (int vlan_id, UID_STP_MODE_T mode);
/osnet-11/usr/src/lib/libsmedia/library/common/
H A Dl_defines.h52 uint32_t mode; member in struct:format_flags
/osnet-11/usr/src/lib/libmail/inc/
H A Dlibmail.h39 #define MFMODE 0660 /* create mode for `/var/mail' files */
62 extern FILE *popenvp(char *file, char **argv, char *mode, int resetid);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary_c.x205 % db_status add_table_aux(char* table_name, table_obj* table_desc, int mode);
213 % db_status delete_table_aux( char* table_name, int mode );
271 %/* Set deferred commit mode; intended for replica resync */
H A Ddb_log.cc162 if (mode != PICKLE_READ) {
195 if (mode != PICKLE_APPEND) {
320 if (mode != PICKLE_READ && oldlog != 0) {
349 if (mode == PICKLE_READ || (!copylog)) {

Completed in 115 milliseconds

1234567891011>>