Home
last modified time | relevance | path

Searched refs:WARN_UNUSED_RESULT (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dvstring_vstream.h27 extern int WARN_UNUSED_RESULT vstring_get_flags(VSTRING *, VSTREAM *, int);
28 extern int WARN_UNUSED_RESULT vstring_get_flags_nonl(VSTRING *, VSTREAM *, int);
29 extern int WARN_UNUSED_RESULT vstring_get_flags_null(VSTRING *, VSTREAM *, int);
30 extern int WARN_UNUSED_RESULT vstring_get_flags_bound(VSTRING *, VSTREAM *, int, ssize_t);
31 extern int WARN_UNUSED_RESULT vstring_get_flags_nonl_bound(VSTRING *, VSTREAM *, int, ssize_t);
32 extern int WARN_UNUSED_RESULT vstring_get_flags_null_bound(VSTRING *, VSTREAM *, int, ssize_t);
Dattr.h133 extern int WARN_UNUSED_RESULT attr_scan64(VSTREAM *, int,...);
134 extern int WARN_UNUSED_RESULT attr_vscan64(VSTREAM *, int, va_list);
135 extern int WARN_UNUSED_RESULT attr_scan_more64(VSTREAM *);
146 extern int WARN_UNUSED_RESULT attr_scan0(VSTREAM *, int,...);
147 extern int WARN_UNUSED_RESULT attr_vscan0(VSTREAM *, int, va_list);
148 extern int WARN_UNUSED_RESULT attr_scan_more0(VSTREAM *);
160 extern int WARN_UNUSED_RESULT attr_scan_plain(VSTREAM *, int,...);
161 extern int WARN_UNUSED_RESULT attr_vscan_plain(VSTREAM *, int, va_list);
Dmyaddrinfo.h159 extern int WARN_UNUSED_RESULT hostname_to_sockaddr_pf(const char *,
161 extern int WARN_UNUSED_RESULT hostaddr_to_sockaddr(const char *,
163 extern int WARN_UNUSED_RESULT sockaddr_to_hostaddr(const struct sockaddr *,
165 extern int WARN_UNUSED_RESULT sockaddr_to_hostname(const struct sockaddr *,
218 extern int WARN_UNUSED_RESULT sane_sockaddr_to_hostaddr(const struct sockaddr *,
Dstringops.h62 extern const char *WARN_UNUSED_RESULT split_nameval(char *, char **, char **);
63 extern const char *WARN_UNUSED_RESULT split_qnameval(char *, char **, char **);
67 extern char *WARN_UNUSED_RESULT extpar(char **, const char *, int);
Dsane_fsops.h18 extern int WARN_UNUSED_RESULT sane_rename(const char *, const char *);
19 extern int WARN_UNUSED_RESULT sane_link(const char *, const char *);
Dhex_code.h32 extern VSTRING *WARN_UNUSED_RESULT hex_decode(VSTRING *, const char *, ssize_t);
34 extern VSTRING *WARN_UNUSED_RESULT hex_decode_opt(VSTRING *, const char *, ssize_t, int);
Dsane_socketpair.h18 extern int WARN_UNUSED_RESULT sane_socketpair(int, int, int, int *);
Dhost_port.h18 extern const char *WARN_UNUSED_RESULT host_port(char *, char **, char *,
Dtimed_wait.h19 extern int WARN_UNUSED_RESULT timed_waitpid(pid_t, WAIT_STATUS_T *, int, int);
Dlstat_as.h19 extern int WARN_UNUSED_RESULT lstat_as(const char *, struct stat *, uid_t, gid_t);
Dstat_as.h19 extern int WARN_UNUSED_RESULT stat_as(const char *, struct stat *, uid_t, gid_t);
Dbase32_code.h25 extern VSTRING *WARN_UNUSED_RESULT base32_decode(VSTRING *, const char *, ssize_t);
Dmyflock.h19 extern int WARN_UNUSED_RESULT myflock(int, int, int);
Dmac_parse.h35 extern int WARN_UNUSED_RESULT mac_parse(const char *, MAC_PARSE_FN, void *);
Dlisten.h35 extern int WARN_UNUSED_RESULT recv_pass_attr(int, HTABLE **, int, ssize_t);
Dedit_file.h36 extern int WARN_UNUSED_RESULT edit_file_close(EDIT_FILE *);
Dbase64_code.h25 extern VSTRING *WARN_UNUSED_RESULT base64_decode_opt(VSTRING *, const char *, ssize_t, int);
Dsys_defs.h1691 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
1693 #define WARN_UNUSED_RESULT __attribute__((warn_unused_result)) macro
1695 #define WARN_UNUSED_RESULT macro
Dvstream.h103 extern off_t WARN_UNUSED_RESULT vstream_fseek(VSTREAM *, off_t, int);
/netbsd/src/external/bsd/tcpdump/dist/
Dfuncattrs.h99 #define WARN_UNUSED_RESULT __attribute((warn_unused_result)) macro
101 #define WARN_UNUSED_RESULT macro
Dnetdissect.h273 extern WARN_UNUSED_RESULT int nd_push_buffer(netdissect_options *, u_char *, const u_char *, const …
274 extern WARN_UNUSED_RESULT int nd_push_snaplen(netdissect_options *, const u_char *, const u_int);
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsystem.h813 #define WARN_UNUSED_RESULT __attribute__ ((__warn_unused_result__)) macro
815 #define WARN_UNUSED_RESULT macro
Dtree.h1237 WARN_UNUSED_RESULT extern tree maybe_wrap_with_location (tree, location_t);
DChangeLog-20205390 * system.h (WARN_UNUSED_RESULT): Define for GCC >= 3.4.
5391 * tree.h (maybe_wrap_with_location): Add WARN_UNUSED_RESULT.
/netbsd/src/external/ibm-public/postfix/dist/
DWISHLIST449 Specify WARN_UNUSED_RESULT for all library functions that

12