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

12

/openwrt/include/
H A Ddownload.mk43 dl_pack/unknown=echo "ERROR: Unknown pack format for file $(1)"; false
/openwrt/package/kernel/lantiq/ltq-deu/src/
H A Difxmips_async_aes.c96 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
98 #define DPRINTF(level, format, args...)
H A Difxmips_async_des.c85 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
87 #define DPRINTF(level, format, args...)
H A Difxmips_aes.c92 #define DPRINTF(level, format, args...) if (level < debug_level) printk(KERN_INFO "[%s %s %d]: " format, __FILE__, __func__, __LINE__, ##args);
94 #define DPRINTF(level, format, args...)
/openwrt/package/network/services/ead/src/
H A Dead.c61 #define DEBUG(n, format, ...) do { \
63 fprintf(stderr, format, ##__VA_ARGS__); \
67 #define DEBUG(n, format, ...) do {} while(0)
643 /* format response packet */
/openwrt/package/utils/px5g-standalone/src/library/
H A Dx509write.c22 * The ITU-T X.509 standard defines a certificat format for PKI.
54 static int x509write_file(x509_node *node, char *path, int format, const char* pem_prolog, const char* pem_epilog);
553 static int x509write_file(x509_node *node, char *path, int format, argument
565 switch (format) {
/openwrt/target/linux/adm5120/files-3.18/drivers/usb/host/
H A Dadm5120-dbg.c134 #define admhc_dbg_sw(ahcd, next, size, format, arg...) \
138 s_len = scnprintf(*next, *size, format, ## arg); \
141 admhc_dbg(ahcd, format, ## arg); \
/openwrt/scripts/config/
H A Dconfdata.c20 __attribute__ ((format (printf, 1, 2)));
23 __attribute__ ((format (printf, 1, 2)));
/openwrt/scripts/
H A Dcheckpatch.pl50 --emacs emacs compile window format
2400 __attribute__|format|__extension__|
3180 # Check for __attribute__ format(printf, prefer __printf
3181 if ($line =~ /\b__attribute__\s*\(\s*\(\s*format\s*\(\s*printf/) {
3183 "__printf(string-index, first-to-check) is preferred over __attribute__((format(printf, string-index, first-to-check)))\n" . $herecurr);
3186 # Check for __attribute__ format(scanf, prefer __scanf
3187 if ($line =~ /\b__attribute__\s*\(\s*\(\s*format\s*\(\s*scanf\b/) {
3189 "__scanf(string-index, first-to-check) is preferred over __attribute__((format(scanf, string-index, first-to-check)))\n" . $herecurr);
3437 "Does not appear to be a unified-diff format patch\n");
H A Dfeeds772 -f : List feeds in feeds.conf compatible format (when using -s).
/openwrt/target/linux/ar71xx/image/
H A Dgeneric.mk322 # The header is 2kiB and is filled with 0xff. The format seems to be:
/openwrt/docs/
H A Dbuild.tex200 make format, the makefile has been transformed into an object oriented template which
331 Contains all command line arguments (format: \texttt{--arg 1} \texttt{--arg 2})
333 Contains all environment variables that are passed to ./configure (format: \texttt{NAME="value"})
/openwrt/target/linux/ar71xx/files/drivers/mtd/nand/
H A Dar934x_nfc.c164 static inline __attribute__ ((format (printf, 2, 3)))

Completed in 86 milliseconds

12