Home
last modified time | relevance | path

Searched refs:PRINTFATTR (Results 1 – 10 of 10) sorted by relevance

/dports/sysutils/LPRng/lprng-3.8.C/src/include/
H A Derrormsg.h25 void logmsg(int kind, const char *msg,...) PRINTFATTR(2,3)
32 void fatal (int kind, const char *msg,...) PRINTFATTR(2,3)
39 void logerr (int kind, const char *msg,...) PRINTFATTR(2,3)
46 void logerr_die (int kind, const char *msg,...) PRINTFATTR(2,3)
53 void Diemsg (const char *msg,...) PRINTFATTR(1,2)
60 void Warnmsg (const char *msg,...) PRINTFATTR(1,2)
67 void Message (const char *msg,...) PRINTFATTR(1,2)
74 void logDebug (const char *msg,...) PRINTFATTR(1,2)
85 void setstatus (struct job *job,const char *fmt,...) PRINTFATTR(2,3)
92 void setmessage (struct job *job,const char *header, const char *fmt,...) PRINTFATTR(3,4)
H A Dplp_snprintf.h16 int plp_vsnprintf(char *str, size_t count, const char *fmt, va_list args) PRINTFATTR(3,0);
18 int plp_unsafe_vsnprintf(char *str, size_t count, const char *fmt, va_list args) PRINTFATTR(3,0);
21 int plp_snprintf (char *str,size_t count,const char *fmt,...) PRINTFATTR(3,4)
28 int plp_unsafe_snprintf (char *str,size_t count,const char *fmt,...) PRINTFATTR(3,4)
H A Dportable.h779 # define PRINTFATTR(fmtofs,dotsofs) __attribute__ ((format (printf, fmtofs, dotsofs))) macro
783 # define PRINTFATTR(fmtofs,dotsofs) macro
H A Dutilities.h88 int safefprintf (int fd, const char *format,...) PRINTFATTR(2,3)
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/util/
H A Dbase.h80 #define PRINTFATTR(f, a) __attribute__((__format__(__printf__, f, a))) macro
82 #define PRINTFATTR(f, a) macro
85 PRINTFATTR(2, 3)
87 PRINTFATTR(1, 2)
90 #undef PRINTFATTR
H A Dprofiler.h45 #define PRINTFATTR(f, a) __attribute__((__format__(__printf__, f, a))) macro
47 #define PRINTFATTR(f, a) macro
50 PRINTFATTR(2, 3)
54 #undef PRINTFATTR
H A Ddstr.h43 #define PRINTFATTR(f, a) __attribute__((__format__(__printf__, f, a))) macro
45 #define PRINTFATTR(f, a) macro
108 PRINTFATTR(2, 3)
110 PRINTFATTR(2, 3)
152 #undef PRINTFATTR
/dports/sysutils/LPRng/lprng-3.8.C/src/common/
H A Dlpf.c102 static void safefprintf (int fd, const char *format,...) PRINTFATTR(2,3)
108 static void logerr(const char *msg, ...) PRINTFATTR(1,2)
114 static void logerr_die(const char *msg, ...) PRINTFATTR(1,2)
H A Dplp_snprintf.c531 # define PRINTFATTR(fmtofs,dotsofs) __attribute__ ((format (printf, fmtofs, dotsofs))) macro
533 # define PRINTFATTR(fmtofs,dotsofs) macro
H A Dlpbanner.c116 static void safefprintf (int fd, const char *format,...) PRINTFATTR(2,3)