| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | vstring_vstream.h | 27 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);
|
| D | attr.h | 133 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);
|
| D | myaddrinfo.h | 159 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 *,
|
| D | stringops.h | 62 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);
|
| D | sane_fsops.h | 18 extern int WARN_UNUSED_RESULT sane_rename(const char *, const char *); 19 extern int WARN_UNUSED_RESULT sane_link(const char *, const char *);
|
| D | hex_code.h | 32 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);
|
| D | sane_socketpair.h | 18 extern int WARN_UNUSED_RESULT sane_socketpair(int, int, int, int *);
|
| D | host_port.h | 18 extern const char *WARN_UNUSED_RESULT host_port(char *, char **, char *,
|
| D | timed_wait.h | 19 extern int WARN_UNUSED_RESULT timed_waitpid(pid_t, WAIT_STATUS_T *, int, int);
|
| D | lstat_as.h | 19 extern int WARN_UNUSED_RESULT lstat_as(const char *, struct stat *, uid_t, gid_t);
|
| D | stat_as.h | 19 extern int WARN_UNUSED_RESULT stat_as(const char *, struct stat *, uid_t, gid_t);
|
| D | base32_code.h | 25 extern VSTRING *WARN_UNUSED_RESULT base32_decode(VSTRING *, const char *, ssize_t);
|
| D | myflock.h | 19 extern int WARN_UNUSED_RESULT myflock(int, int, int);
|
| D | mac_parse.h | 35 extern int WARN_UNUSED_RESULT mac_parse(const char *, MAC_PARSE_FN, void *);
|
| D | listen.h | 35 extern int WARN_UNUSED_RESULT recv_pass_attr(int, HTABLE **, int, ssize_t);
|
| D | edit_file.h | 36 extern int WARN_UNUSED_RESULT edit_file_close(EDIT_FILE *);
|
| D | base64_code.h | 25 extern VSTRING *WARN_UNUSED_RESULT base64_decode_opt(VSTRING *, const char *, ssize_t, int);
|
| D | sys_defs.h | 1691 #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
|
| D | vstream.h | 103 extern off_t WARN_UNUSED_RESULT vstream_fseek(VSTREAM *, off_t, int);
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | funcattrs.h | 99 #define WARN_UNUSED_RESULT __attribute((warn_unused_result)) macro 101 #define WARN_UNUSED_RESULT macro
|
| D | netdissect.h | 273 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/ |
| D | system.h | 813 #define WARN_UNUSED_RESULT __attribute__ ((__warn_unused_result__)) macro 815 #define WARN_UNUSED_RESULT macro
|
| D | tree.h | 1237 WARN_UNUSED_RESULT extern tree maybe_wrap_with_location (tree, location_t);
|
| D | ChangeLog-2020 | 5390 * 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/ |
| D | WISHLIST | 449 Specify WARN_UNUSED_RESULT for all library functions that
|