Searched refs:fset (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/bin/ksh/ |
| H A D | c_ksh.c | 562 int fset = 0, fclr = 0, thing = 0, func = 0, local = 0, pflag = 0; in c_typeset() local 569 fset |= EXPORT; in c_typeset() 573 fset |= RDONLY; in c_typeset() 650 fset &= ~flag; in c_typeset() 653 fset |= flag; in c_typeset() 674 if (func && ((fset|fclr) & ~(TRACE|UCASEV_AL|EXPORT))) { in c_typeset() 683 if (fset & LCASEV) /* LCASEV has priority over UCASEV_AL */ in c_typeset() 684 fset &= ~UCASEV_AL; in c_typeset() 685 if (fset & LJUST) /* LJUST has priority over RJUST */ in c_typeset() 686 fset &= ~RJUST; in c_typeset() [all …]
|
| /openbsd-src/bin/chmod/ |
| H A D | chmod.c | 67 u_int32_t fclear, fset; in main() local 168 fset = val; in main() 171 if (strtofflags(&flags, &fset, &fclear)) in main() 273 if (!chflagsat(AT_FDCWD, p->fts_accpath, oct ? fset : in main() 274 (p->fts_statp->st_flags | fset) & fclear, atflags)) in main()
|
| /openbsd-src/usr.bin/xinstall/ |
| H A D | xinstall.c | 86 u_int32_t fset; in main() local 112 if (strtofflags(&flags, &fset, NULL)) in main() 191 install(*argv, to_name, fset, iflags | DIRECTORY); in main() 209 install(*argv, to_name, fset, iflags); in main() 219 install(char *from_name, char *to_name, u_long fset, u_int flags) in install() argument 357 flags & SETFLAGS ? fset : from_sb.st_flags & ~UF_NODUMP)) { in install()
|
| /openbsd-src/usr.sbin/mtree/ |
| H A D | spec.c | 174 u_int32_t fset, fclr; in set() local 198 if (strtofflags(&val, &fset, &fclr)) in set() 200 ip->file_flags = fset; in set()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | invoke.texi | 125 -fversion -fset-g77-defaults -fno-silent} 393 @cindex -fset-g77-defaults option 394 @cindex options, -fset-g77-defaults 395 @item -fset-g77-defaults
|
| H A D | ChangeLog.0 | 164 * top.c (ffe_decode_option): Remove all trace of -fset-g77-defaults. 2045 -fset-g77-defaults not specified. 2846 -fset-g77-defaults not specified. 2848 * lang-options.h: Add -fset-g77-defaults option. 2849 * lang-specs.h: Always pass -fset-g77-defaults.
|
| H A D | ChangeLog | 2633 * g77.texi: Fix up docs for -fset-g77-defaults, and
|
| H A D | g77.texi | 10730 Change the way @code{f771} handles the @option{-fset-g77-defaults} 10739 The @option{-fset-g77-defaults} option is passed to @code{f771} 10748 It is in @file{@value{path-g77}/lang-specs.h} that @option{-fset-g77-defaults},
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | m32c.cpu | 7864 ; fset - flag register set 7901 (dni fset16 "fset flag" ((machine 16)) 7902 ("fset ${flags16}") 7913 (dni fset "fset" ((machine 32)) 7914 ("fset ${flags32}")
|