Searched refs:mode (Results 126 - 150 of 2233) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D02.t15 expect regular,0620 stat ${nx} type,mode
/freebsd-11-stable/usr.bin/tset/
H A Dextern.h35 extern struct termios mode, oldmode;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_mknodat.c75 mode_t mode = S_IFCHR|0600; local
80 ATF_REQUIRE((fd = mknodat(dfd, BASEFILE, mode, dev)) != -1);
97 mode_t mode = S_IFCHR|0600; local
101 ATF_REQUIRE((fd = mknodat(AT_FDCWD, FILE, mode, dev)) != -1);
117 mode_t mode = S_IFCHR|0600; local
120 ATF_REQUIRE((fd = mknodat(AT_FDCWD, FILEERR, mode, dev)) == -1);
133 mode_t mode = S_IFCHR|0600; local
139 ATF_REQUIRE((fd = mknodat(-1, FILE, mode, dev)) == -1);
/freebsd-11-stable/usr.bin/unifdef/
H A Dunifdef.h48 mktempmode(char *tmp, int mode) argument
52 fchmod(fd, mode & (S_IRWXU|S_IRWXG|S_IRWXO));
/freebsd-11-stable/usr.bin/proccontrol/
H A Dproccontrol.c74 int arg, ch, error, mode; local
78 mode = MODE_INVALID;
86 mode = MODE_TRACE;
88 mode = MODE_TRAPCAP;
90 mode = MODE_STACKGAP;
126 switch (mode) {
142 switch (mode) {
183 switch (mode) {
/freebsd-11-stable/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-11-stable/contrib/ncurses/progs/
H A Dtset.c157 static TTY mode, oldmode, original; variable
753 * Reset the terminal mode bits to a sensible state. Very useful after
754 * a child program dies in raw mode.
760 tcgetattr(STDERR_FILENO, &mode);
762 stty(STDERR_FILENO, &mode);
767 mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD);
769 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
770 mode
[all...]
/freebsd-11-stable/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-11-stable/lib/libc/tests/stdio/
H A Dfopen_test.c44 runtest(const char *fname, const char *mode) argument
49 fp = fopen(fname, mode);
51 "fopen(\"%s\", \"%s\") failed", fname, mode);
54 exp_fget_ret = strchr(mode, 'e') != NULL ? FD_CLOEXEC : 0;
59 if (strchr(mode, '+'))
60 wantedflags = O_RDWR | (*mode == 'a' ? O_APPEND : 0);
61 else if (*mode == 'r')
63 else if (*mode == 'w')
65 else if (*mode == 'a')
71 atf_tc_fail("unrecognized mode
[all...]
/freebsd-11-stable/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,
144 void win32_locking_callback(int mode, int type, char *file, int line) argument
146 if (mode & CRYPTO_LOCK) {
209 void solaris_locking_callback(int mode, int type, char *file, int line) argument
212 fprintf(stderr, "thread=%4d mode=%s lock=%s %s:%d\n",
214 (mode & CRYPTO_LOCK) ? "l" : "u",
221 CRYPTO_thread_id(), mode, fil
301 irix_locking_callback(int mode, int type, char *file, int line) argument
360 pthreads_locking_callback(int mode, int type, char *file, int line) argument
[all...]
/freebsd-11-stable/tests/sys/opencrypto/
H A Dcryptotest.py79 def runGCM(self, fname, mode):
81 if mode == 'ENCRYPT':
84 elif mode == 'DECRYPT':
88 raise RuntimeError('unknown mode: %s' % `mode`)
111 if mode == 'ENCRYPT':
134 for mode, lines in cryptodev.KATParser(fname,
136 if mode == 'ENCRYPT':
139 elif mode == 'DECRYPT':
143 raise RuntimeError('unknown mode
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
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-11-stable/contrib/wpa/src/ap/
H A Dhw_features.c134 wpa_printf(MSG_MSGDUMP, "Allowed channel: mode=%d "
136 feature->mode,
149 struct hostapd_hw_modes *mode)
159 else switch (mode->mode) {
189 os_calloc(mode->num_rates, sizeof(struct hostapd_rate_data));
196 for (i = 0; i < mode->num_rates; i++) {
201 mode->rates[i]))
205 rate->rate = mode->rates[i];
306 if (iface->current_mode->mode
148 hostapd_prepare_rates(struct hostapd_iface *iface, struct hostapd_hw_modes *mode) argument
350 struct hostapd_hw_modes *mode; local
395 struct hostapd_hw_modes *mode; local
629 struct hostapd_hw_modes *mode = iface->current_mode; local
891 struct hostapd_hw_modes *mode = &iface->hw_features[i]; local
926 hostapd_hw_mode_txt(int mode) argument
952 struct hostapd_hw_modes *mode; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_acl_posix1e.c376 acl_posix1e_mode_to_perm(acl_tag_t tag, mode_t mode) argument
382 if (mode & S_IXUSR)
384 if (mode & S_IRUSR)
386 if (mode & S_IWUSR)
391 if (mode & S_IXGRP)
393 if (mode & S_IRGRP)
395 if (mode & S_IWGRP)
400 if (mode & S_IXOTH)
402 if (mode & S_IROTH)
404 if (mode
419 acl_posix1e_mode_to_entry(acl_tag_t tag, uid_t uid, gid_t gid, mode_t mode) argument
455 mode_t mode; local
639 mode_t mode; local
[all...]
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A De_camellia.c121 int ret, mode, bits; local
124 mode = ctx->cipher->flags & EVP_CIPH_MODE;
129 if ((mode == EVP_CIPH_ECB_MODE || mode == EVP_CIPH_CBC_MODE)
135 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
140 dat->stream.cbc = mode == EVP_CIPH_CBC_MODE ?
151 if (mode == EVP_CIPH_CBC_MODE)
153 else if (mode == EVP_CIPH_CTR_MODE)
160 if (mode == EVP_CIPH_CBC_MODE)
162 else if (mode
259 int ret, mode; local
[all...]
/freebsd-11-stable/stand/efi/libefi/
H A Definet.c66 dump_mode(EFI_SIMPLE_NETWORK_MODE *mode) argument
70 printf("State = %x\n", mode->State);
71 printf("HwAddressSize = %u\n", mode->HwAddressSize);
72 printf("MediaHeaderSize = %u\n", mode->MediaHeaderSize);
73 printf("MaxPacketSize = %u\n", mode->MaxPacketSize);
74 printf("NvRamSize = %u\n", mode->NvRamSize);
75 printf("NvRamAccessSize = %u\n", mode->NvRamAccessSize);
76 printf("ReceiveFilterMask = %x\n", mode->ReceiveFilterMask);
77 printf("ReceiveFilterSetting = %u\n", mode->ReceiveFilterSetting);
78 printf("MaxMCastFilterCount = %u\n", mode
[all...]
/freebsd-11-stable/contrib/ntp/kernel/sys/
H A Di8253.h29 unsigned int mode : 3; member in struct:__anon4795::__anon4796
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dfsaccess.c38 mode_t mode; local
58 mode = 0;
62 mode |= modebit; \
89 if (chmod(path, mode) < 0)
/freebsd-11-stable/contrib/file/src/
H A Dtar.h55 char mode[8]; member in struct:record::header
/freebsd-11-stable/contrib/libstdc++/config/cpu/generic/
H A Dcxxabi_tweaks.h47 __extension__ typedef int __guard __attribute__((mode (__DI__)));
/freebsd-11-stable/contrib/gdtoa/
H A Dg_dfmt.c44 int decpt, ex, i, mode; local
87 mode = 2;
89 mode = 0;
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_ffmt.c44 int decpt, ex, i, mode; local
84 mode = 2;
88 mode = 0;
91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xLfmt.c60 int decpt, ex, i, mode; local
105 mode = 2;
109 mode = 0;
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);

Completed in 400 milliseconds

1234567891011>>