search for: compare_nam

Displaying 4 results from an estimated 4 matches for "compare_nam".

Did you mean: compare_name
2005 Oct 27
2
[PATCH] Enable xenstat to use xenstore & fix bugzilla #311
Signed-off-by: Jerone Young <jyoung5@us.ibm.com> -- Jerone Young IBM Linux Technology Center jyoung5@us.ibm.com 512-838-1157 (T/L: 678-1157) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Feb 02
1
Bug#409355: xen-utils-common: please make width of hostname column in xentop wider
...op/xentop.c --- xen-3.0-3.0.3-0~/tools/xenstat/xentop/xentop.c 2006-10-20 12:26:02.000000000 +0200 +++ xen-3.0-3.0.3-0/tools/xenstat/xentop/xentop.c 2007-02-02 10:30:19.000000000 +0100 @@ -144,7 +144,7 @@ } field; field fields[] = { - { FIELD_NAME, "NAME", 10, compare_name, print_name }, + { FIELD_NAME, "NAME", 20, compare_name, print_name }, { FIELD_STATE, "STATE", 6, compare_state, print_state }, { FIELD_CPU, "CPU(sec)", 10, compare_cpu, print_cpu }, { FIELD_CPU...
2004 May 14
2
request: allow inline functions in R
...ion, but when this address is used to call the function, the inline definition might be used. Therefore, the following example might not behave as expected. inline const char *saddr(void) { static const char name[] = "saddr"; return name; } int compare_name(void) { return saddr() == saddr(); // unspecified behavior } Since the implementation might use the inline definition for one of the calls to saddr and use the external definition for the other, the equality operation is not guaranteed to evaluate to 1 (true). This shows that sta...
2010 May 02
2
samba4 make error - drsblobs.so
...ing heimdal/lib/gssapi/krb5/inquire_sec_context_by_oid.c Compiling heimdal/lib/gssapi/krb5/export_sec_context.c Compiling heimdal/lib/gssapi/krb5/import_sec_context.c Compiling heimdal/lib/gssapi/krb5/duplicate_name.c Compiling heimdal/lib/gssapi/krb5/import_name.c Compiling heimdal/lib/gssapi/krb5/compare_name.c Compiling heimdal/lib/gssapi/krb5/export_name.c Compiling heimdal/lib/gssapi/krb5/canonicalize_name.c Compiling heimdal/lib/gssapi/krb5/unwrap.c Compiling heimdal/lib/gssapi/krb5/wrap.c Compiling heimdal/lib/gssapi/krb5/release_name.c Compiling heimdal/lib/gssapi/krb5/cfx.c Compiling heimdal/lib...