Home
last modified time | relevance | path

Searched refs:fmt_ulong (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ncp/libowfat/
H A D0001-replace-__pure__-with-compiler-attribute-pure.patch141 -size_t fmt_ulong(char *dest,unsigned long src) __pure__;
142 +size_t fmt_ulong(char *dest,unsigned long src) __PURE;
160 /* like fmt_ulong but for unsigned long long */
168 #define fmt_uint(dest,src) fmt_ulong(dest,src)
/openbmc/linux/net/core/
H A Dnet-sysfs.c34 static const char fmt_ulong[] = "%lu\n"; variable
405 NETDEVICE_SHOW_RW(gro_flush_timeout, fmt_ulong);
1238 return sysfs_emit(buf, fmt_ulong, trans_timeout); in tx_timeout_show()