search for: nextarg

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

Did you mean: next_arg
2003 Jul 19
1
A patch to man to handle "man.1"...
...8 @@ void do_apropos (); void do_whatis (); int man (); + int arglength = 0; + int i; prognam = mkprogname (argv[0]); longsec = NULL; @@ -200,6 +202,23 @@ continue; } + + /* handle a section specified as "man.1" */ + arglength = strlen(nextarg); + + for (i = arglength; i > 0 ; i--) { + if (nextarg[i] == '.') { + tmp = is_section (&(nextarg[i + 1]), manp); + if (tmp != NULL) { + shortsec = tmp; + nextarg[i] = '\0'; + + if (debug) + fprintf (...
2005 Apr 21
1
Fwd: (KAME-snap 9012) racoon in the kame project
FYI, looks like support for Racoon is ending. Does anyone have any experience with the version in ipsec-tools ? ---Mike >Racoon users, > >This is the announcement that the kame project will quit providing >a key management daemon, the racoon, and that "ipsec-tools" will become >the formal team to release the racoon. >The final release of the racoon in the
2020 Mar 19
2
R CMD check --as-cran attempts to hide R_LIBS_USER but fails
...r'") } Monitoring with 'pstree' confirms this. On Linux with R 3.6.3, the call stack of a 'R CMD check --as-cran teeny_0.1.0.tar.gz' call looks like this when a test script is running: `-sh /usr/lib/R/bin/check --as-cran teeny_0.1.0.tar.gz `-R --no-restore --slave --args nextArg--as-crannextArgteeny_0.1.0.tar.gz `-sh -c LANGUAGE=en _R_CHECK_INTERNALS2_=1 R_LIBS=/tmp/hb/RtmpQj4hXb/RLIBS_26e766e32c18 R_ENVIRON_USER='' R_LIBS_USER='' R_LIBS_SITE='no_such_dir' '/usr/lib/R/bin/R' --vanilla --slave < '/tmp/hb/RtmpQj4hXb/file26e763770b6a&...
2020 Mar 19
1
R CMD check --as-cran attempts to hide R_LIBS_USER but fails
...#39;pstree' confirms this. On Linux with R 3.6.3, the > | call stack of a 'R CMD check --as-cran teeny_0.1.0.tar.gz' call looks > | like this when a test script is running: > | > | `-sh /usr/lib/R/bin/check --as-cran teeny_0.1.0.tar.gz > | `-R --no-restore --slave --args nextArg--as-crannextArgteeny_0.1.0.tar.gz > | `-sh -c LANGUAGE=en _R_CHECK_INTERNALS2_=1 > | R_LIBS=/tmp/hb/RtmpQj4hXb/RLIBS_26e766e32c18 R_ENVIRON_USER='' > | R_LIBS_USER='' R_LIBS_SITE='no_such_dir' '/usr/lib/R/bin/R' --vanilla > | --slave < '/tmp/hb/...
2016 Aug 24
3
[Bug 12173] New: memory leak around poptGetOptArg()
...OS: All Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayned at samba.org Reporter: cielartisan at gmail.com QA Contact: rsync-qa at samba.org Description of problem: In poptGetOptArg(), con->os->nextArg is set to be NULL, which means the returned memory is out of popt management. We have to free it. Version-Release number of selected component (if applicable): rsync 3.0.6 (perhaps the latest version is also affected, according to the source code) How reproducible: always, with &q...
2005 Jan 03
0
[LLVMdev] [patch] native AMD64 support
...> tree gpr, fpr, ovf, sav, t; > > /* Only 64bit target needs something special. */ > - if (!TARGET_64BIT) > + /* LLVM also uses the i386 standard version in 64-bit mode */ > + if (!TARGET_64BIT || EMIT_LLVM) > { > std_expand_builtin_va_start (valist, nextarg); > return; > @@ -3015,7 +3024,8 @@ > int indirect_p = 0; > > /* Only 64bit target needs something special. */ > - if (!TARGET_64BIT) > + /* LLVM also uses the i386 standard version in 64-bit mode */ > + if (!TARGET_64BIT || EMIT_LLVM) > { >...
2020 Mar 19
0
R CMD check --as-cran attempts to hide R_LIBS_USER but fails
...} | | Monitoring with 'pstree' confirms this. On Linux with R 3.6.3, the | call stack of a 'R CMD check --as-cran teeny_0.1.0.tar.gz' call looks | like this when a test script is running: | | `-sh /usr/lib/R/bin/check --as-cran teeny_0.1.0.tar.gz | `-R --no-restore --slave --args nextArg--as-crannextArgteeny_0.1.0.tar.gz | `-sh -c LANGUAGE=en _R_CHECK_INTERNALS2_=1 | R_LIBS=/tmp/hb/RtmpQj4hXb/RLIBS_26e766e32c18 R_ENVIRON_USER='' | R_LIBS_USER='' R_LIBS_SITE='no_such_dir' '/usr/lib/R/bin/R' --vanilla | --slave < '/tmp/hb/RtmpQj4hXb/file26e76...
2003 Sep 24
3
FreeBSD Security Advisory FreeBSD-SA-03:14.arp
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 ============================================================================= FreeBSD-SA-03:14.arp Security Advisory The FreeBSD Project Topic: denial of service due to ARP resource starvation Category: core Module: sys Announced:
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
Hi, This is a follow-up to the problem reported here: https://stat.ethz.ch/pipermail/r-devel/2010-September/058460.html After I updated R-2.12 to 2010-09-13 r52905 on the Bioc build system, some of the packages that have a Makefile in <pkg>/inst/doc still don't build on Windows. For example, 'R\bin\R.exe CMD build adSplit' gives: * checking for file