Searched refs:tmpmode (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/sys/kern/ |
H A D | subr_acl_nfs4.c | 515 mode_t tmpmode = 0; in acl_nfs4_is_trivial() local 533 __acl_nfs4_sync_mode_from_acl(&tmpmode, aclp); in acl_nfs4_is_trivial() 534 acl_nfs4_trivial_from_mode(tmpaclp, tmpmode); in acl_nfs4_is_trivial()
|
/netbsd-src/usr.bin/xinstall/ |
H A D | xinstall.c | 672 int devnull, from_fd, to_fd, serrno, tmpmode; in install() local 804 tmpmode = mode; in install() 806 tmpmode &= S_IRWXU|S_IRWXG|S_IRWXO; in install() 807 if (fchmod(to_fd, tmpmode) == -1) { in install()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | explow.cc | 2262 opt_scalar_int_mode tmpmode; in hard_function_value() local 2268 FOR_EACH_MODE_IN_CLASS (tmpmode, MODE_INT) in hard_function_value() 2271 if (GET_MODE_SIZE (tmpmode.require ()) >= bytes) in hard_function_value() 2275 PUT_MODE (val, tmpmode.require ()); in hard_function_value()
|
H A D | ChangeLog-1998 | 16386 n_regs, and tmpmode.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | explow.c | 2230 opt_scalar_int_mode tmpmode; in hard_function_value() local 2236 FOR_EACH_MODE_IN_CLASS (tmpmode, MODE_INT) in hard_function_value() 2239 if (GET_MODE_SIZE (tmpmode.require ()) >= bytes) in hard_function_value() 2243 PUT_MODE (val, tmpmode.require ()); in hard_function_value()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | sftp-client.c | 1880 mode_t mode = 0777, tmpmode = mode; in download_dir_internal() local 1906 tmpmode = mode | (S_IWUSR|S_IXUSR); in download_dir_internal() 1912 if (mkdir(dst, tmpmode) == -1 && errno != EEXIST) { in download_dir_internal() 1984 if (mode != tmpmode && chmod(dst, mode) == -1) in download_dir_internal()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386.c | 2507 machine_mode tmpmode; in construct_container() local 2653 if (!int_mode_for_size (tmpbits, 0).exists (&tmpmode)) in construct_container() 2656 tmpmode = DImode; in construct_container() 2659 tmpmode = SImode; in construct_container() 2661 tmpmode = DImode; in construct_container() 2664 gen_rtx_REG (tmpmode, *intreg), in construct_container() 2689 tmpmode = DImode; in construct_container() 2694 tmpmode = TImode; in construct_container() 2698 tmpmode = DImode; in construct_container() 2705 tmpmode = OImode; in construct_container() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386.cc | 2614 machine_mode tmpmode; in construct_container() local 2769 if (!int_mode_for_size (tmpbits, 0).exists (&tmpmode)) in construct_container() 2772 tmpmode = DImode; in construct_container() 2775 tmpmode = SImode; in construct_container() 2777 tmpmode = DImode; in construct_container() 2780 gen_rtx_REG (tmpmode, *intreg), in construct_container() 2813 tmpmode = DImode; in construct_container() 2818 tmpmode = TImode; in construct_container() 2822 tmpmode = DImode; in construct_container() 2829 tmpmode = OImode; in construct_container() [all …]
|