search for: optionlist

Displaying 9 results from an estimated 9 matches for "optionlist".

2011 Jul 03
0
[LLVMdev] where define the TARGET_80387 in md file ?
...../../llvm-gcc-4.2-2.9.source/gcc/java/lang.opt ../../llvm-gcc-4.2-2.9.source/gcc/treelang/lang.opt ../../llvm-gcc-4.2-2.9.source/gcc/c.opt ../../llvm-gcc-4.2-2.9.source/gcc/common.opt ../../llvm-gcc-4.2-2.9.source/gcc/config/i386/i386.opt ../../llvm-gcc-4.2-2.9.source/gcc/config/linux.opt > tmp-optionlist /bin/sh ../../llvm-gcc-4.2-2.9.source/gcc/../move-if-change tmp-optionlist optionlist echo timestamp > s-options gawk -f ../../llvm-gcc-4.2-2.9.source/gcc/opt-functions.awk -f ../../llvm-gcc-4.2-2.9.source/gcc/opth-gen.awk \ < optionlist > tmp-options.h /bin/sh ../../llvm-gcc-4...
2011 Sep 01
1
parser does not catch strings without closing quote
Shouldn't the parser complain about unfinished strings in files? It doesn't and will tack on a newline if there isn't one there. > withOption <- function(optionList, expr) { + oldOption <- options(optionList) + on.exit(options(oldOption)) + expr + } > cat(file=tf<-tempfile(), "\"string without closing quote\n") > p <- withOption(list(keep.source=FALSE), parse(tf)) > p expression("string without...
2012 Oct 19
2
setting option in function
is it possible to set an option inside a function ((I want to set na.action = na.fail) and have the previous state restored if there is an error so that the function doesn't change the option behind the user's back? Sorry if this has been answered before, but this subject is hard to Google. -- Charles Geyer Professor, School of Statistics University of Minnesota charlie at stat.umn.edu
2007 May 17
2
Scoped options setting?
Is there any way to set options during the evaluation of a particular expression, with them automatically reset when control leaves that expression, however that happens? Kind of like "let" on a "special" variable does in Lisp. I naively tried with(options(warn=-1), { fit <- fitdistr(data, 'weibull') # complains about NaNs }) but this leaves
2008 Feb 12
3
matching last argument in function
I often want to temporarily modify the options() options, e.g. a <- seq(10000001, 10000001 + 10) # some wide object with.options <- function(..., expr) { options0 <- options(...) tryCatch(expr, finally=options(options0)) } Then I can use: with.options(width=160, expr = print(a)) But I'd like to avoid explicitly naming the expr argument, as in: with.options(width=160,
2004 Dec 09
1
Exim4 authentication patch
...ed + * by the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + +#include "../exim.h" +#include "dovecot.h" + +#define VERSION_MAJOR 1 +#define VERSION_MINOR 0 + +/* Options specific to the authentication mechanism. */ +optionlist auth_dovecot_options[] = { + { + "server_socket", + opt_stringptr, + (void *)(offsetof(auth_dovecot_options_block, server_socket)) + }, +}; + +/* Size of the options list. An extern variable has to be used so that its +address can appear in the tables drtables.c. */ +int auth_dovecot_o...
2008 Aug 18
1
nanobsd build problem
.../lib/libgcc/../../../contrib/gcc/mkconfig.sh tconfig.h awk -f /usr/src/gnu/lib/libgcc/../../../contrib/gcc/opt-gather.awk /usr/src/gnu/lib/libgcc/../../../contrib/gcc/c.opt /usr/src/gnu/lib/libgcc/../../../contrib/gcc/common.opt /usr/src/gnu/lib/libgcc/../../../contrib/gcc/config/i386/i386.opt > optionlist echo '#define EXTRA_MODES_FILE "i386/i386-modes.def"' >> tm.h make -f /usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile MFILE=/usr/src/gnu/lib/libgcc/../../usr.bin/cc/cc_tools/Makefile GCCDIR=/usr/src/gnu/lib/libgcc/../../../contrib/gcc unwind.h make -f /usr/src/gnu...
2019 Sep 17
1
Filter when using --xattrs?
Hi! I'm new here, so I ask for your patience :) Some xattrs can't be copied between filesystems. For instance, compressed btrfs has a "btrfs.compression" xattr. When rsync -X is used in this situation, it exits with error code 23 (partial file/attr), which seems dangerous to be ignored. Would it be reasonable to filter filesystem-specific flags when transferring to a different
2012 Nov 26
1
scary messages from autoconf
...g09268.html , but I don't know what to do about it. Eventually the script crashes, complaining about the absence of build/genmodes .h . >echo timestamp > s-options >gawk -f ../../../source/gcc-4.5.1/gcc/opt-functions.awk -f ../../../source/gcc-4.5.1/gcc/opth-gen.awk \ > < optionlist > tmp-options.h >/bin/sh ../../../source/gcc-4.5.1/gcc/../move-if-change tmp-options.h options.h >echo timestamp > s-options-h >TARGET_CPU_DEFAULT="" \ > HEADERS="auto-host.h ansidecl.h" DEFINES="" \ > /bin/sh ../../../source/gcc-4.5.1/gcc/mkconfig...