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

1234567891011>>

/freebsd-9.3-release/contrib/opie/libopie/
H A Dopen.c11 Modified by cmetz for OPIE 2.4. More portable way to get the mode
31 FILE *__opieopen FUNCTION((file, rw, mode), char *file AND int rw AND int mode) argument
45 if (chmod(file, mode))
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_mac.c56 xfs_mac_iaccess(xfs_inode_t *ip, mode_t mode, struct cred *cr) argument
67 return mac_access(mac_high_low_lp, cr, mode);
71 return mac_access(mp, cr, mode);
/freebsd-9.3-release/contrib/gcc/config/s390/
H A Dfixdfdi.h38 typedef int DItype_x __attribute__ ((mode (DI)));
39 typedef unsigned int UDItype_x __attribute__ ((mode (DI)));
40 typedef int SItype_x __attribute__ ((mode (SI)));
41 typedef unsigned int USItype_x __attribute__ ((mode (SI)));
111 typedef int DItype_x __attribute__ ((mode (DI)));
112 typedef unsigned int UDItype_x __attribute__ ((mode (DI)));
113 typedef int SItype_x __attribute__ ((mode (SI)));
114 typedef unsigned int USItype_x __attribute__ ((mode (SI)));
182 typedef int DItype_x __attribute__ ((mode (DI)));
183 typedef unsigned int UDItype_x __attribute__ ((mode (D
[all...]
/freebsd-9.3-release/lib/libc/stdio/
H A Dsetvbuf.c51 setvbuf(FILE * __restrict fp, char * __restrict buf, int mode, size_t size) argument
62 if (mode != _IONBF)
63 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
83 /* If setting unbuffered mode, skip all the hard work. */
84 if (mode == _IONBF)
137 if (mode == _IOLBF)
/freebsd-9.3-release/sys/dev/ata/chipsets/
H A Data-cypress.c56 static int ata_cypress_setmode(device_t dev, int target, int mode);
97 ata_cypress_setmode(device_t dev, int target, int mode) argument
102 mode = min(mode, ATA_WDMA2);
105 if (mode == ATA_WDMA2) {
108 /* we could set PIO mode timings, but we assume the BIOS did that */
109 return (mode);
/freebsd-9.3-release/tools/regression/pjdfstest/tests/link/
H A D00.t36 expect ${type},0201,3,65534,65533 lstat ${n0} type,mode,nlink,uid,gid
37 expect ${type},0201,3,65534,65533 lstat ${n1} type,mode,nlink,uid,gid
38 expect ${type},0201,3,65534,65533 lstat ${n2} type,mode,nlink,uid,gid
41 expect ENOENT lstat ${n0} type,mode,nlink,uid,gid
42 expect ${type},0201,2,65534,65533 lstat ${n1} type,mode,nlink,uid,gid
43 expect ${type},0201,2,65534,65533 lstat ${n2} type,mode,nlink,uid,gid
46 expect ENOENT lstat ${n0} type,mode,nlink,uid,gid
47 expect ${type},0201,1,65534,65533 lstat ${n1} type,mode,nlink,uid,gid
48 expect ENOENT lstat ${n2} type,mode,nlink,uid,gid
51 expect ENOENT lstat ${n0} type,mode,nlin
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/symlink/
H A D00.t15 expect regular,0644 lstat ${n0} type,mode
18 expect regular,0644 stat ${n1} type,mode
20 expect ENOENT stat ${n1} type,mode
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dfaccessat.h40 faccessat(int fd, const char *path, int mode, int flag) argument
60 ret = access(path, mode);
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dhw_features.h24 const char * hostapd_hw_mode_txt(int mode);
45 static inline const char * hostapd_hw_mode_txt(int mode) argument
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c107 * fames. If request, set power mode of chip to
120 * Set power mgt to the requested mode, and conditionally set
124 ar5416SetPowerMode(struct ath_hal *ah, HAL_POWER_MODE mode, int setChip) argument
140 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
141 switch (mode) {
152 HALDEBUG(ah, HAL_DEBUG_ANY, "%s: unknown power mode 0x%x\n",
153 __func__, mode);
156 ahp->ah_powerMode = mode;
161 * Return the current sleep mode of the chip
166 int mode local
[all...]
/freebsd-9.3-release/sys/sys/
H A Ddirent.h80 #define IFTODT(mode) (((mode) & 0170000) >> 12)
/freebsd-9.3-release/tools/regression/pjdfstest/tests/chmod/
H A D07.t28 expect 0642 stat ${n1}/${n2} mode
30 expect 0642 stat ${n1}/${n2} mode
33 expect 0642 stat ${n1}/${n2} mode
39 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
41 expect 0642,65534,65534 stat ${n1}/${n2} mode,uid,gid
44 expect 0642,0,0 stat ${n1}/${n2} mode,uid,gid
51 expect 0642 stat ${n1}/${n2} mode
53 expect 0642 stat ${n1}/${n2} mode
56 expect 0642 stat ${n1}/${n2} mode
H A D00.t27 expect 0111 stat ${n0} mode
30 mode=`${fstest} lstat ${n1} mode`
32 expect 0222 stat ${n1} mode
33 expect 0222 stat ${n0} mode
34 expect ${mode} lstat ${n1} mode
47 expect 0111 lstat ${n0} mode
121 # (set-group-ID on execution) in the file's mode shall be cleared upon
127 expect 02755 stat ${n0} mode
[all...]
/freebsd-9.3-release/tools/regression/pjdfstest/tests/mkfifo/
H A D02.t15 expect fifo,0644 stat ${nx} type,mode
/freebsd-9.3-release/tools/regression/pjdfstest/tests/open/
H A D02.t15 expect regular,0620 stat ${nx} type,mode
/freebsd-9.3-release/usr.sbin/pw/
H A Dpw.c94 static void cmdhelp(int mode, int which);
101 int mode = -1; local
158 else if (mode == -1 && (tmp = getindex(Modes, argv[1])) != -1)
159 mode = tmp;
162 else if ((mode == -1 && which == -1) &&
166 mode = tmp % M_NUM;
168 cmdhelp(mode, which);
169 else if (which != -1 && mode != -1)
180 if (mode == -1 || which == -1)
181 cmdhelp(mode, whic
285 cmdhelp(int mode, int which) argument
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dloop-iv.c45 iv_analyze_expr (insn, rhs, mode, iv): Stores to IV the description of iv
143 fprintf (file, " (in %s)", GET_MODE_NAME (iv->mode));
145 if (iv->mode != iv->extend_mode)
164 /* Generates a subreg to get the least significant part of EXPR (in mode
361 iv_constant (struct rtx_iv *iv, rtx cst, enum machine_mode mode) argument
363 if (mode == VOIDmode)
364 mode = GET_MODE (cst);
366 iv->mode = mode;
371 iv->extend_mode = iv->mode;
381 iv_subreg(struct rtx_iv *iv, enum machine_mode mode) argument
421 iv_extend(struct rtx_iv *iv, enum rtx_code extend, enum machine_mode mode) argument
478 enum machine_mode mode; local
547 enum machine_mode mode = iv->extend_mode; local
572 enum machine_mode mode = iv->extend_mode; local
900 iv_analyze_expr(rtx insn, rtx rhs, enum machine_mode mode, struct rtx_iv *iv) argument
1438 enum machine_mode mode; local
1515 enum machine_mode mode; local
1815 shorten_into_mode(struct rtx_iv *iv, enum machine_mode mode, enum rtx_code cond, bool signed_p, struct niter_desc *desc) argument
1996 enum machine_mode mode, comp_mode; local
[all...]
H A Dgcov-io.h170 typedef unsigned gcov_unsigned_t __attribute__ ((mode (SI)));
171 typedef unsigned gcov_position_t __attribute__ ((mode (SI)));
173 typedef signed gcov_type __attribute__ ((mode (DI)));
175 typedef signed gcov_type __attribute__ ((mode (SI)));
179 typedef unsigned gcov_unsigned_t __attribute__ ((mode (HI)));
180 typedef unsigned gcov_position_t __attribute__ ((mode (HI)));
182 typedef signed gcov_type __attribute__ ((mode (SI)));
184 typedef signed gcov_type __attribute__ ((mode (HI)));
187 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
188 typedef unsigned gcov_position_t __attribute__ ((mode (Q
492 int mode; /* < 0 writing, > 0 reading */ member in struct:gcov_var
[all...]
/freebsd-9.3-release/contrib/ncurses/progs/
H A Dtset.c139 static TTY mode, oldmode, original; variable
730 * Reset the terminal mode bits to a sensible state. Very useful after
731 * a child program dies in raw mode.
737 tcgetattr(STDERR_FILENO, &mode);
739 stty(STDERR_FILENO, &mode);
744 mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD);
746 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
747 mode
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui.c76 /* Key mapping to gdb commands when the TUI is using the single key mode. */
94 Switch the output mode between TUI/standard gdb. */
113 /* Since we left the curses mode, the terminal mode is restored to
115 to work correctly (it may be restored in line mode). We force an
118 in readline, we also redisplay its prompt in the non-curses mode. */
257 Temporarily leave the TUI SingleKey mode to allow editing
259 is executed, the TUI SingleKey mode is installed back. */
268 Switch between TUI SingleKey mode and gdb readline editing. */
281 In the SingleKey mode, th
296 tui_set_key_mode(enum tui_key_mode mode) argument
[all...]
H A Dtui-io.h33 /* Setup the IO for curses or non-curses mode. */
34 extern void tui_setup_io (int mode);
36 /* Initialize the IO for gdb in curses mode. */
/freebsd-9.3-release/crypto/openssl/crypto/threads/
H A Dth-lock.c91 static void irix_locking_callback(int mode, int type, char *file, int line);
92 static void solaris_locking_callback(int mode, int type, char *file,
94 static void win32_locking_callback(int mode, int type, char *file, int line);
95 static void pthreads_locking_callback(int mode, int type, char *file,
140 void win32_locking_callback(int mode, int type, char *file, int line) argument
142 if (mode & CRYPTO_LOCK) {
201 void solaris_locking_callback(int mode, int type, char *file, int line) argument
204 fprintf(stderr, "thread=%4d mode=%s lock=%s %s:%d\n",
206 (mode & CRYPTO_LOCK) ? "l" : "u",
213 CRYPTO_thread_id(), mode, fil
288 irix_locking_callback(int mode, int type, char *file, int line) argument
339 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]
/freebsd-9.3-release/sys/kern/
H A Dsubr_acl_posix1e.c374 acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode) argument
380 if (mode & S_IXUSR)
382 if (mode & S_IRUSR)
384 if (mode & S_IWUSR)
389 if (mode & S_IXGRP)
391 if (mode & S_IRGRP)
393 if (mode & S_IWGRP)
398 if (mode & S_IXOTH)
400 if (mode & S_IROTH)
402 if (mode
417 acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid, gid_t gid, mode_t mode) argument
453 mode_t mode; local
637 mode_t mode; local
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/generic/
H A Dtkey_249.h32 isc_uint16_t mode; member in struct:dns_rdata_tkey
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dfsaccess.c38 mode_t mode; local
58 mode = 0;
62 mode |= modebit; \
89 if (chmod(path, mode) < 0)

Completed in 223 milliseconds

1234567891011>>