Home
last modified time | relevance | path

Searched refs:tmpmode (Results 1 – 25 of 93) sorted by relevance

1234

/dports/archivers/gcpio/cpio-2.13/src/
H A Dmakepath.c60 mode_t tmpmode; in make_path() local
69 tmpmode = MODE_RWX & ~ newdir_umask; in make_path()
70 invert_permissions = we_are_root ? 0 : MODE_WXUSR & ~ tmpmode; in make_path()
80 if (mkdir (dirpath, tmpmode ^ invert_permissions)) in make_path()
120 if (mkdir (dirpath, tmpmode ^ invert_permissions)) in make_path()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dprogramctl.c64 char *mode, *tmpmode; in m_InteractionMode() local
71 if (!DXExtractString(in[0],&tmpmode)) in m_InteractionMode()
77 mode = DXAllocate(strlen(tmpmode)+1); in m_InteractionMode()
83 while (i<100 && tmpmode[i] != '\0') in m_InteractionMode()
85 if (isalpha(tmpmode[i])) in m_InteractionMode()
87 if (isupper(tmpmode[i])) in m_InteractionMode()
88 mode[count] = tolower(tmpmode[i]); in m_InteractionMode()
90 mode[count] = tmpmode[i]; in m_InteractionMode()
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/source/
H A Dedit4.c1713 char *tmpmode; local
1746 while (*tmpmode && *tmpmode!=' ') tmpmode++;
1747 if (*tmpmode==' ') tmpmode++;
1753 tmpmode=mode;
1756 if (*tmpmode=='l' || *tmpmode=='k') count++;
1757 tmpmode++;
1759 tmpmode=mode;
1761 while (*tmpmode!=' ') tmpmode++;
1762 tmpmode++;
1771 tmpmode++;
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dexplow.c1426 enum machine_mode tmpmode; in hard_function_value() local
1432 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1433 tmpmode != VOIDmode; in hard_function_value()
1434 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1437 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1442 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1444 PUT_MODE (val, tmpmode); in hard_function_value()
H A Dstmt.c1619 enum machine_mode tmpmode, result_reg_mode; in expand_return() local
1678 tmpmode = GET_MODE (result_rtl); in expand_return()
1679 if (tmpmode == BLKmode) in expand_return()
1685 tmpmode != VOIDmode; in expand_return()
1686 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in expand_return()
1688 if (GET_MODE_SIZE (tmpmode) >= bytes) in expand_return()
1692 gcc_assert (tmpmode != VOIDmode); in expand_return()
1694 PUT_MODE (result_rtl, tmpmode); in expand_return()
1700 result_reg_mode = tmpmode; in expand_return()
1707 if (tmpmode != result_reg_mode) in expand_return()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexplow.c1548 enum machine_mode tmpmode; in hard_function_value() local
1554 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1555 tmpmode != VOIDmode; in hard_function_value()
1556 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1559 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1564 if (tmpmode == VOIDmode) in hard_function_value()
1567 PUT_MODE (val, tmpmode); in hard_function_value()
H A Dstmt.c3150 enum machine_mode tmpmode, result_reg_mode; in expand_return() local
3211 tmpmode = GET_MODE (result_rtl); in expand_return()
3212 if (tmpmode == BLKmode) in expand_return()
3218 tmpmode != VOIDmode; in expand_return()
3219 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in expand_return()
3221 if (GET_MODE_SIZE (tmpmode) >= bytes) in expand_return()
3225 if (tmpmode == VOIDmode) in expand_return()
3228 PUT_MODE (result_rtl, tmpmode); in expand_return()
3234 result_reg_mode = tmpmode; in expand_return()
3242 if (tmpmode != result_reg_mode) in expand_return()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dexplow.c1548 enum machine_mode tmpmode; in hard_function_value() local
1554 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1555 tmpmode != VOIDmode; in hard_function_value()
1556 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1559 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1564 if (tmpmode == VOIDmode) in hard_function_value()
1567 PUT_MODE (val, tmpmode); in hard_function_value()
H A Dstmt.c3150 enum machine_mode tmpmode, result_reg_mode; in expand_return() local
3211 tmpmode = GET_MODE (result_rtl); in expand_return()
3212 if (tmpmode == BLKmode) in expand_return()
3218 tmpmode != VOIDmode; in expand_return()
3219 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in expand_return()
3221 if (GET_MODE_SIZE (tmpmode) >= bytes) in expand_return()
3225 if (tmpmode == VOIDmode) in expand_return()
3228 PUT_MODE (result_rtl, tmpmode); in expand_return()
3234 result_reg_mode = tmpmode; in expand_return()
3242 if (tmpmode != result_reg_mode) in expand_return()
[all …]
/dports/databases/leo_center/leo_center-0.4.7/public/js/ext/resources/themes/stylesheets/neptune/default/accessories/scss/
H A D_color.scss58 $tmpmode: get-color-mode($bg-color); variable
60 @return color-offset($bg-color, $contrast, $tmpmode, $inverse: true);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dexplow.c1885 enum machine_mode tmpmode; in hard_function_value() local
1891 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1892 tmpmode != VOIDmode; in hard_function_value()
1893 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1896 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1901 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1903 PUT_MODE (val, tmpmode); in hard_function_value()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dexplow.c1862 enum machine_mode tmpmode; in hard_function_value() local
1868 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1869 tmpmode != VOIDmode; in hard_function_value()
1870 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1873 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1878 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1880 PUT_MODE (val, tmpmode); in hard_function_value()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dexplow.c1862 enum machine_mode tmpmode; in hard_function_value() local
1868 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1869 tmpmode != VOIDmode; in hard_function_value()
1870 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1873 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1878 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1880 PUT_MODE (val, tmpmode); in hard_function_value()
/dports/net/openrsync/openrsync-8b61216/
H A Dmktemp.c41 enum tmpmode { enum
85 mktemp_internalat(int pfd, char *path, int slen, enum tmpmode mode, in mktemp_internalat()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dexplow.c1874 machine_mode tmpmode; in hard_function_value() local
1880 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1881 tmpmode != VOIDmode; in hard_function_value()
1882 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1885 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1890 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1892 PUT_MODE (val, tmpmode); in hard_function_value()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dexplow.c1874 machine_mode tmpmode; in hard_function_value() local
1880 for (tmpmode = GET_CLASS_NARROWEST_MODE (MODE_INT); in hard_function_value()
1881 tmpmode != VOIDmode; in hard_function_value()
1882 tmpmode = GET_MODE_WIDER_MODE (tmpmode)) in hard_function_value()
1885 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
1890 gcc_assert (tmpmode != VOIDmode); in hard_function_value()
1892 PUT_MODE (val, tmpmode); in hard_function_value()
/dports/lang/perl5.32/perl-5.32.1/cpan/CPAN/lib/CPAN/
H A DFTP.pm1115 my $tmpmode = $mode;
1116 my $tmp = $rwx[$tmpmode & 7];
1117 $tmpmode >>= 3;
1118 $tmp = $rwx[$tmpmode & 7] . $tmp;
1119 $tmpmode >>= 3;
1120 $tmp = $rwx[$tmpmode & 7] . $tmp;
/dports/lang/perl5.30/perl-5.30.3/cpan/CPAN/lib/CPAN/
H A DFTP.pm1108 my $tmpmode = $mode;
1109 my $tmp = $rwx[$tmpmode & 7];
1110 $tmpmode >>= 3;
1111 $tmp = $rwx[$tmpmode & 7] . $tmp;
1112 $tmpmode >>= 3;
1113 $tmp = $rwx[$tmpmode & 7] . $tmp;
/dports/lang/perl5.34/perl-5.34.0/cpan/CPAN/lib/CPAN/
H A DFTP.pm1115 my $tmpmode = $mode;
1116 my $tmp = $rwx[$tmpmode & 7];
1117 $tmpmode >>= 3;
1118 $tmp = $rwx[$tmpmode & 7] . $tmp;
1119 $tmpmode >>= 3;
1120 $tmp = $rwx[$tmpmode & 7] . $tmp;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/CPAN/lib/CPAN/
H A DFTP.pm1115 my $tmpmode = $mode;
1116 my $tmp = $rwx[$tmpmode & 7];
1117 $tmpmode >>= 3;
1118 $tmp = $rwx[$tmpmode & 7] . $tmp;
1119 $tmpmode >>= 3;
1120 $tmp = $rwx[$tmpmode & 7] . $tmp;
/dports/games/assaultcube/AssaultCube_v1.2.0.2/config/
H A Don_quit.cfg23 tmpmode tmp_mode tmp_mrem
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/xinstall/
H A Dxinstall.c633 int devnull, from_fd, to_fd, serrno, tmpmode; in install() local
765 tmpmode = mode; in install()
767 tmpmode &= S_IRWXU|S_IRWXG|S_IRWXO; in install()
768 if (fchmod(to_fd, tmpmode) == -1) { in install()
/dports/japanese/kinput2/kinput2-v3.1/lib/
H A Dcconv.c1931 struct modetable *tmpmode = buf->currentmode->fallthrough; local
1933 while (tmpmode != NULL) {
1934 r = cconvert(buf, tmpmode, key, mask, &func, str, len);
1937 tmpmode = tmpmode->fallthrough;
1955 struct modetable *tmpmode = buf->currentmode; local
1973 buf->previousmode = tmpmode;
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/property/
H A Draman.F33 integer tmpmode ! set to fill rminfo from 1 ( not 6 or 7 for raman calc)
56 tmpmode=imode-first+1
57 rminfo(tmpmode,1) = eigenvals(imode)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/property/
H A Draman.F33 integer tmpmode ! set to fill rminfo from 1 ( not 6 or 7 for raman calc)
56 tmpmode=imode-first+1
57 rminfo(tmpmode,1) = eigenvals(imode)

1234