Searched refs:format (Results 1 - 25 of 38) sorted by relevance

12

/openwrt/package/kernel/lantiq/ltq-ptm/src/
H A Difxmips_ptm_common.h83 #define err(format, arg...) do { if ( (ifx_ptm_dbg_enable & DBG_ENABLE_MASK_ERR) ) printk(KERN_ERR __FILE__ ":%d:%s: " format "\n", __LINE__, __FUNCTION__, ##arg); } while ( 0 )
87 #define dbg(format, arg...) do { if ( (ifx_ptm_dbg_enable & DBG_ENABLE_MASK_DEBUG_PRINT) ) printk(KERN_WARNING __FILE__ ":%d:%s: " format "\n", __LINE__, __FUNCTION__, ##arg); } while ( 0 )
90 #define dbg(format, arg...)
95 #define ASSERT(cond, format, arg...) do { if ( (ifx_ptm_dbg_enable & DBG_ENABLE_MASK_ASSERT) && !(cond) ) printk(KERN_ERR __FILE__ ":%d:%s: " format "\n", __LINE__, __FUNCTION__, ##arg); } while ( 0 )
97 #define ASSERT(cond, format, arg...)
/openwrt/tools/firmware-utils/src/
H A Dmkchkimg.c47 static void __attribute__ ((format (printf, 2, 3)))
48 fatal_error (int maybe_errno, const char * format, ...) argument
53 va_start (ap, format);
54 vfprintf (stderr, format, ap);
66 static void __attribute__ ((format (printf, 1, 2)))
67 message (const char * format, ...) argument
72 va_start (ap, format);
73 vfprintf (stderr, format, ap);
H A Dseama.c72 static void verbose(const char * format, ...) argument
77 va_start(marker, format);
78 vfprintf(stdout, format, marker);
/openwrt/package/kernel/lantiq/ltq-atm/src/
H A Difxmips_atm_core.h103 #define ASSERT(cond, format, arg...) do { if ( (ifx_atm_dbg_enable & DBG_ENABLE_MASK_ASSERT) && !(cond) ) printk(KERN_ERR __FILE__ ":%d:%s: " format "\n", __LINE__, __FUNCTION__, ##arg); } while ( 0 )
105 #define ASSERT(cond, format, arg...)
/openwrt/scripts/
H A Dipkg-build22 TIMESTAMP=$(cd $TOPDIR; $GIT log -1 -s --format=%ci)
142 ( cd $pkg_dir && $TAR $ogargs -X $tmp_dir/tarX --format=gnu --sort=name -cpf - --mtime="$TIMESTAMP" . | $GZIP -n - > $tmp_dir/data.tar.gz )
148 ( cd $pkg_dir/$CONTROL && $TAR $ogargs --format=gnu --sort=name -cf - --mtime="$TIMESTAMP" . | $GZIP -n - > $tmp_dir/control.tar.gz )
155 ( cd $tmp_dir && $TAR $ogargs --format=gnu --sort=name -cf - --mtime="$TIMESTAMP" ./debian-binary ./data.tar.gz ./control.tar.gz | $GZIP -n - > $pkg_file )
H A Dmetadata.pl915 $0 target_config [file] Target metadata in Kconfig format
916 $0 package_mk [file] Package metadata in makefile format
917 $0 package_config [file] Package metadata in Kconfig format
920 $0 package_subdirs [file] Package subdir information in makefile format
/openwrt/package/network/services/ead/src/
H A Dead-crypt.c27 #define DEBUG(n, format, ...) do { \
29 fprintf(stderr, format, ##__VA_ARGS__); \
33 #define DEBUG(n, format, ...) do {} while(0)
/openwrt/include/
H A Dhardening.mk15 TARGET_CFLAGS += -Wformat -Werror=format-security
/openwrt/package/utils/px5g/
H A DMakefile29 and PEM format for use with stunnel, uhttpd and others.
/openwrt/package/utils/px5g-standalone/
H A DMakefile27 and PEM format for use with stunnel, uhttpd and others.
/openwrt/package/network/utils/iwcap/
H A DMakefile25 and outputs it to pcap format. It gathers recived packets in a fixed ring
/openwrt/package/kernel/button-hotplug/src/
H A Dbutton-hotplug.c96 const char *format, ...)
106 va_start(args, format);
107 len = vsnprintf(buf, sizeof(buf), format, args);
95 bh_event_add_var(struct bh_event *event, int argv, const char *format, ...) argument
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_arc4.c75 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
77 #define DPRINTF(level, format, args...)
H A Difxmips_md5_hmac.c74 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
76 #define DPRINTF(level, format, args...)
H A Difxmips_md5.c75 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
77 #define DPRINTF(level, format, args...)
H A Difxmips_sha1_hmac.c76 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
78 #define DPRINTF(level, format, args...)
H A Difxmips_sha1.c76 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
78 #define DPRINTF(level, format, args...)
H A Difxmips_des.c82 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
84 #define DPRINTF(level, format, args...)
/openwrt/package/utils/px5g-standalone/src/polarssl/
H A Dx509.h327 * \param format X509_OUTPUT_DER or X509_OUTPUT_PEM
333 int format );
336 * \brief Write a certificate signing request message format file
340 * \param format X509_OUTPUT_DER or X509_OUTPUT_PEM
346 int format );
353 * \param format X509_OUTPUT_DER or X509_OUTPUT_PEM
359 int format );
475 * \param before valid not before in format YYYY-MM-DD hh:mm:ss
476 * \param after valid not after in format YYYY-MM-DD hh:mm:ss
/openwrt/package/libs/libconfig/
H A DMakefile35 files. This file format is more compact and more readable than XML. And
/openwrt/package/network/utils/uqmi/files/lib/netifd/proto/
H A Dqmi.sh86 uqmi -s -d "$device" --set-data-format 802.3
87 uqmi -s -d "$device" --wda-set-data-format 802.3
/openwrt/package/kernel/broadcom-wl/src/
H A Dwlc.c1031 char *format, *end; local
1048 format = "0x%08x\n";
1050 format = "0x%04x\n";
1052 format = "%d\n";
1054 fprintf(stdout, format, intval);
/openwrt/package/kernel/gpio-button-hotplug/src/
H A Dgpio-button-hotplug.c105 int bh_event_add_var(struct bh_event *event, int argv, const char *format, ...) argument
115 va_start(args, format);
116 len = vsnprintf(buf, sizeof(buf), format, args);
/openwrt/target/linux/ar71xx/base-files/lib/
H A Dar71xx.sh13 local format="$4"
19 dd if=$dev bs=1 skip=$offset count=$size 2>/dev/null | hexdump -v -e "1/1 \"$format\""
/openwrt/docs/
H A Dadding.tex277 \item does the bootloader expect a firmware format to be loaded with ?
287 only accept a specific firmware format to be loaded, so that you will have to
288 understand the firmware format as well.
328 \subsubsection{Understanding the firmware format}
330 You might want to understand the firmware format, even if you are not yet capable
334 A firmware format is most of the time composed of the following fields:
344 Once you have figured out how the firmware format is partitioned, you will have

Completed in 209 milliseconds

12