Displaying 8 results from an estimated 8 matches for "snprint".
Did you mean:
snprintf
2011 Oct 18
3
[LLVMdev] non-POD type with llvm-objdump
..._t BaseType;
support::ulittle8_t ComplexType;
} Type;
support::ulittle8_t StorageClass;
support::ulittle8_t NumberOfAuxSymbols;
};
and on PowerPC it generates errors like:
/Users/jabbey/src/llvm/include/llvm/Support/Format.h: In member function 'int llvm::format_object1<T>::snprint(char*, unsigned int) const [with T = llvm::support::detail::packed_endian_specific_integral<unsigned int, little, unaligned>]':
/Users/jabbey/src/llvm/tools/llvm-objdump/llvm-objdump.cpp:622: instantiated from here
/Users/jabbey/src/llvm/include/llvm/Support/Format.h:88: warning: cannot...
2011 Oct 19
0
[LLVMdev] non-POD type with llvm-objdump
...e8_t ComplexType;
> } Type;
> support::ulittle8_t StorageClass;
> support::ulittle8_t NumberOfAuxSymbols;
> };
> and on PowerPC it generates errors like:
> /Users/jabbey/src/llvm/include/llvm/Support/Format.h: In member function
> 'int llvm::format_object1<T>::snprint(char*, unsigned int) const [with T =
> llvm::support::detail::packed_endian_specific_integral<unsigned int, little,
> unaligned>]':
> /Users/jabbey/src/llvm/tools/llvm-objdump/llvm-objdump.cpp:622:
> instantiated from here
> /Users/jabbey/src/llvm/include/llvm/Support/Forma...
2000 Jan 24
0
OpenSSH on OpenStep 4.2 -- Mostly working!!! =)
...t on NeXT without
using libposix which I'm now avoiding (thanks, Garance A Drosehn) like
the plague because it conflicts too much. Only thing this affects is
the readpass.c file at this point. Which means if you ctrl-C out of
the password prompt you mess up your current tty.
I have simple [v]snprint() that work like a charm, along with a putenv()
(since NeXT lacks even a setenv()) thanks to Garance.
Plus a full set of replacement for tc[get|set]attr functions since NeXT
lack them also (thanks to Comp.sys.next.programmer). <sigh>
But I can ssh into a sshd (commerical version) 1.2.x serv...
2020 Apr 01
0
[ANNOUNCE] libnftnl 1.1.6 release
...udata: add NFTNL_UDATA_SET_*TYPEOF* definitions
udata: support for TLV attribute nesting
src: add nftnl_*_{get,set}_array()
chain: add NFTNL_CHAIN_FLAGS
set_elem: missing set and build for NFTNL_SET_ELEM_EXPR
set: support for NFTNL_SET_EXPR
expr: masq: revisit _snprintf()
expr: nat: snprint flags in hexadecimal
Revert "bitwise: add support for passing mask and xor via registers."
include: update nf_tables.h.
build: libnftnl 1.1.6 release
Phil Sutter (7):
tests: flowtable: Don't check NFTNL_FLOWTABLE_SIZE
flowtabl...
2013 Jun 15
0
[LLVMdev] Cygwin, configure and make
...lowing build error.
llvm[1]: Compiling BranchProbability.cpp for Release+Asserts build
In file included from
/cygdrive/c/OpenSource/llvm-3-3/lib/Support/BranchProbability.cpp:16:0:
/cygdrive/c/OpenSource/llvm-3-3/include/llvm/Support/Format.h: In member
function ‘int llvm::format_object1<T>::snprint(char*, unsigned int) const
[with T = double]’:
/cygdrive/c/OpenSource/llvm-3-3/lib/Support/BranchProbability.cpp:36:1:
instantiated from here
/cygdrive/c/OpenSource/llvm-3-3/include/llvm/Support/Format.h:88:49: error:
‘snprintf’ was not declared in this scope
/cygdrive/c/OpenSource/llvm-3-3/include...
2009 Jul 31
2
[LLVMdev] llvm-gcc build of inferno/plan 9 'mk' fails
...i386
--emit-llvm -O0 -c -I/usr/local/inferno/MacOSX/386/include
-I/usr/local/inferno/include -I/usr/local/inferno/utils/include
dirstat-posix.c rerrstr.c errstr-posix.c getuser-posix.c charstod.c
cleanname.c create.c dirwstat.c fmtprint.c fmtvprint.c fprint.c
print.c runeseprint.c runesmprint.c runesnprint.c runevseprint.c
seprint.c smprint.c snprint.c sprint.c vfprint.c vseprint.c vsmprint.c
vsnprint.c dofmt.c dorfmt.c errfmt.c fcallfmt.c fltfmt.c fmt.c fmtfd.c
fmtlock.c fmtprint.c fmtquote.c fmtrune.c fmtstr.c fmtvprint.c exits.c
getfields.c pow10.c print.c qsort.c rune.c runestrlen.c seek.c
strdup...
2014 May 05
2
[PATCH] test-charset-fidelity: allow to skip testing specific FSes
...ar) + 20];
+ char *str;
if (fs->fs_feature && !guestfs_feature_available (g, (char **) feature)) {
printf ("skipped test of %s because %s feature not available\n",
@@ -120,6 +124,14 @@ test_filesystem (guestfs_h *g, const struct filesystem *fs)
return;
}
+ snprintf (envvar, sizeof (envvar) - 1, "%s_%s", ourenvvar, fs->fs_name);
+ str = getenv (envvar);
+ if (str && STREQ (str, "1")) {
+ printf ("skipped test of %s because environment variable is set\n",
+ fs->fs_name);
+ return;
+ }
+
printf...
2016 Nov 21
42
[Bug 2641] New: Add systemd notify code to to track running server
https://bugzilla.mindrot.org/show_bug.cgi?id=2641
Bug ID: 2641
Summary: Add systemd notify code to to track running server
Product: Portable OpenSSH
Version: 7.3p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: sshd
Assignee: